Lines Matching defs:first
7 1.0 16 Feb 2003 First version for testing of inflateBack()
159 the first 256 entries of prefix[] and suffix[] are never used, could
247 /* set up: get first 9-bit code, which is the first decompressed byte, but
261 outbuf[0] = (unsigned char)final; /* write first decompressed byte */
366 left provide the first 0..7 bits of the next code, end is the last
385 int ret, first, last;
398 first = 1; /* looking for first gzip header */
408 ret = first ? Z_DATA_ERROR : Z_ERRNO;
411 first = 0; /* next non-header is junk */