next_in            32 tools/packfi2/compress.c     stream.next_in = (Bytef*)source;
next_in           566 tools/packfi2/deflate.c         (strm->next_in == Z_NULL && strm->avail_in != 0) ||
next_in           969 tools/packfi2/deflate.c         strm->adler = adler32(strm->adler, strm->next_in, len);
next_in           973 tools/packfi2/deflate.c         strm->adler = crc32(strm->adler, strm->next_in, len);
next_in           976 tools/packfi2/deflate.c     zmemcpy(buf, strm->next_in, len);
next_in           977 tools/packfi2/deflate.c     strm->next_in  += len;
next_in            83 tools/packfi2/zlib.h     Bytef    *next_in;  /* next input byte */