Searched refs:next_out (Results 1 – 25 of 56) sorted by relevance
123
28 next_out: PChar; // next output byte should be put here300 strm.next_out := OutBuf;309 strm.next_out := PChar(Integer(OutBuf) + (Integer(strm.next_out) - Integer(P)));343 strm.next_out := OutBuf;352 strm.next_out := PChar(Integer(OutBuf) + (Integer(strm.next_out) - Integer(P)));376 strm.next_out := OutBuf;413 FZRec.next_out := FBuffer;428 FZRec.next_out := FBuffer;455 FZRec.next_out := FBuffer;500 FZRec.next_out := @Buffer;
199 c_stream.next_out := compr;242 d_stream.next_out := uncompr;284 c_stream.next_out := compr;343 d_stream.next_out := uncompr; (* discard the output *)383 c_stream.next_out := compr;424 d_stream.next_out := uncompr;465 c_stream.next_out := compr;501 d_stream.next_out := uncompr;
105 inf->next_out = raw; in recompress()157 def.next_out = blk; in main()196 def.next_out = tmp; in main()211 def.next_out = blk; in main()
188 strm.next_out = window; in build_index()298 strm.next_out = buf; in extract()303 strm.next_out = discard; in extract()308 strm.next_out = discard; in extract()
66 strm.next_out = out; in def()124 strm.next_out = out; in inf()
216 c_stream.next_out = compr;253 d_stream.next_out = uncompr;293 c_stream.next_out = compr;354 d_stream.next_out = uncompr; /* discard the output */391 c_stream.next_out = compr;432 d_stream.next_out = uncompr;476 c_stream.next_out = compr;513 d_stream.next_out = uncompr;
32 p = z->next_out; in inflate_flush()81 z->next_out = p; in inflate_flush()
330 zstream->next_out = NULL; in ft_gzip_file_done()357 zstream->next_out = zip->buffer; in ft_gzip_file_reset()411 zstream->next_out = zip->cursor; in ft_gzip_file_fill_output()430 zip->limit = zstream->next_out; in ft_gzip_file_fill_output()708 stream.next_out = output; in FT_Gzip_Uncompress()
73 Bytef *next_out; /* next output byte should be put there */ member
205 bzstream->next_out = NULL; in ft_bzip2_file_done()232 bzstream->next_out = (char*)zip->buffer; in ft_bzip2_file_reset()288 bzstream->next_out = (char*)zip->cursor; in ft_bzip2_file_fill_output()307 zip->limit = (FT_Byte*)bzstream->next_out; in ft_bzip2_file_fill_output()
129 ar.out = strm->next_out;174 strm->next_out = ar.out;
116 s->stream.next_out = s->outbuf = Z_NULL;247 s->stream.next_out = s->outbuf;402 Byte *next_out; /* == stream.next_out but not forced far (for MSDOS) */409 next_out = (Byte*)buf;410 s->stream.next_out = (Bytef*)buf;414 *next_out++ = s->back;415 s->stream.next_out++;434 next_out += n;435 s->stream.next_out = next_out;472 start = s->stream.next_out;[all …]
185 c_stream.next_out = compr;222 d_stream.next_out = uncompr;262 c_stream.next_out = compr;323 d_stream.next_out = uncompr; /* discard the output */360 c_stream.next_out = compr;401 d_stream.next_out = uncompr;445 c_stream.next_out = compr;482 d_stream.next_out = uncompr;
50 strm->next_out = state->out;51 state->next = strm->next_out;78 have = (unsigned)(strm->next_out - state->next);86 strm->next_out = state->out;88 state->next = strm->next_out;
38 stream.next_out = dest;
101 out = strm->next_out - OFF;317 strm->next_out = out + OFF;
165 sp->stream.next_out = op; in ZIPDecode()242 sp->stream.next_out = tif->tif_rawdata; in ZIPPreEncode()290 sp->stream.next_out = tif->tif_rawdata; in ZIPEncode()318 sp->stream.next_out = tif->tif_rawdata; in ZIPPostEncode()
177 sp->stream.next_out = op; in LZMADecode()258 sp->stream.next_out = tif->tif_rawdata; in LZMAPreEncode()299 sp->stream.next_out = tif->tif_rawdata; in LZMAEncode()327 sp->stream.next_out = tif->tif_rawdata; in LZMAPostEncode()
61 strm->next_out = state->out;62 state->x.next = strm->next_out;107 while (strm->next_out > state->x.next) {108 put = strm->next_out - state->x.next > (int)max ? max :109 (unsigned)(strm->next_out - state->x.next);119 strm->next_out = state->out;
84 out = strm->next_out;300 strm->next_out = out;
44 stream.next_out = dest;
58 stream.next_out = dest;
184 _ztream.next_out = _hOutput.AddrOfPinnedObject(); in resetOutput()
201 zcpr.next_out = CprPtr; in main()242 zcpr.next_out = UncprPtr; in main()
Completed in 29 milliseconds