Bytef            1247 lib/zlib/contrib/minizip/unzip.c     pfile_in_zip_read_info->stream.next_out = (Bytef*)buf;
Bytef            1303 lib/zlib/contrib/minizip/unzip.c                 (Bytef*)pfile_in_zip_read_info->read_buffer;
Bytef            1339 lib/zlib/contrib/minizip/unzip.c             const Bytef *bufBefore;
Bytef             198 lib/zlib/deflate.c     zmemzero((Bytef *)s->head, (unsigned)(s->hash_size-1)*sizeof(*s->head));
Bytef             284 lib/zlib/deflate.c     s->window = (Bytef *) ZALLOC(strm, s->w_size, 2*sizeof(Byte));
Bytef             917 lib/zlib/deflate.c     ds->window = (Bytef *) ZALLOC(dest, ds->w_size, 2*sizeof(Byte));
Bytef            1029 lib/zlib/deflate.c     register Bytef *scan = s->window + s->strstart; /* current string */
Bytef            1030 lib/zlib/deflate.c     register Bytef *match;                       /* matched string */
Bytef            1046 lib/zlib/deflate.c     register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1;
Bytef            1050 lib/zlib/deflate.c     register Bytef *strend = s->window + s->strstart + MAX_MATCH;
Bytef            1176 lib/zlib/deflate.c     register Bytef *scan = s->window + s->strstart; /* current string */
Bytef            1177 lib/zlib/deflate.c     register Bytef *match;                       /* matched string */
Bytef            1179 lib/zlib/deflate.c     register Bytef *strend = s->window + s->strstart + MAX_MATCH;
Bytef            1691 lib/zlib/deflate.c     Bytef *scan;        /* scan for end of run */
Bytef              97 lib/zlib/deflate.h     Bytef *pending_buf;  /* output still pending */
Bytef              99 lib/zlib/deflate.h     Bytef *pending_out;  /* next pending byte to output to the stream */
Bytef             113 lib/zlib/deflate.h     Bytef *window;
Bytef              66 lib/zlib/example.c     err = compress(compr, &comprLen, (const Bytef*)hello, len);
Bytef             184 lib/zlib/example.c     c_stream.next_in  = (Bytef*)hello;
Bytef             359 lib/zlib/example.c     c_stream.next_in  = (Bytef*)hello;
Bytef             441 lib/zlib/example.c                                (const Bytef*)dictionary, sizeof(dictionary));
Bytef             448 lib/zlib/example.c     c_stream.next_in = (Bytef*)hello;
Bytef             493 lib/zlib/example.c             err = inflateSetDictionary(&d_stream, (const Bytef*)dictionary,
Bytef             398 lib/zlib/gzio.c     Bytef *start = (Bytef*)buf; /* starting point for crc computation */
Bytef             407 lib/zlib/gzio.c     s->stream.next_out = (Bytef*)buf;
Bytef             566 lib/zlib/gzio.c     s->stream.next_in = (const Bytef*)buf;
Bytef             587 lib/zlib/gzio.c     s->crc = crc32(s->crc, (const Bytef *)buf, len);
Bytef              89 lib/zlib/zlib.h     const Bytef *next_in; /* next input byte */
Bytef              93 lib/zlib/zlib.h     Bytef    *next_out; /* next output byte should be put there */
Bytef             120 lib/zlib/zlib.h     Bytef   *extra;     /* pointer to extra field or Z_NULL if none */
Bytef             123 lib/zlib/zlib.h     Bytef   *name;      /* pointer to zero-terminated file name or Z_NULL */
Bytef             125 lib/zlib/zlib.h     Bytef   *comment;   /* pointer to zero-terminated comment or Z_NULL */