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
413 accordingly, and processing will resume at this point for the next call of
435 stop if and when it gets to the next deflate block boundary. When decoding
718 respectively. The new level and strategy will take effect at the next call
1068 retrieve the header from the next gzip stream.
1350 The next call of gzclose on the returned gzFile will also close the file
1363 used until the next gz* read, write, seek, or close operation, so gzdopen
1525 the next read. At least one character of push-back is always allowed.
1553 Set the starting position to offset relative to whence for the next gzread
1579 Return the starting position for the next gzread or gzwrite on file.
1838 unsigned char *next;
1845 ((g)->have ? ((g)->have--, (g)->pos++, *((g)->next)++) : (gzgetc)(g))
1849 ((g)->have ? ((g)->have--, (g)->pos++, *((g)->next)++) \
1853 ((g)->have ? ((g)->have--, (g)->pos++, *((g)->next)++) : (gzgetc)(g))