Lines Matching defs:next
87 z_const Bytef *next_in; /* next input byte */
91 Bytef *next_out; /* next output byte will go here */
263 processing will resume at this point for the next call of deflate().
293 that is three bits plus filler bits to the next byte, followed by four bytes
306 seven bits of the current block are held to be written as the next byte after
307 the next deflate block is completed. In this case, the decompressor may not
309 the data provided so far to the compressor. It may need to wait for the next
414 accordingly, and processing will resume at this point for the next call of
436 stop if and when it gets to the next deflate block boundary. When decoding
719 respectively. The new level and strategy will take effect at the next call
1069 retrieve the header from the next gzip stream.
1351 The next call of gzclose on the returned gzFile will also close the file
1364 used until the next gz* read, write, seek, or close operation, so gzdopen
1526 the next read. At least one character of push-back is always allowed.
1554 Set the starting position to offset relative to whence for the next gzread
1580 Return the starting position for the next gzread or gzwrite on file.
1839 unsigned char *next;
1846 ((g)->have ? ((g)->have--, (g)->pos++, *((g)->next)++) : (gzgetc)(g))
1849 ((g)->have ? ((g)->have--, (g)->pos++, *((g)->next)++) : (gzgetc)(g))