Bytef              84 lib/libz/zlib.h     Bytef    *next_in;  /* next input byte */
Bytef              88 lib/libz/zlib.h     Bytef    *next_out; /* next output byte should be put there */
Bytef             115 lib/libz/zlib.h     Bytef   *extra;     /* pointer to extra field or Z_NULL if none */
Bytef             118 lib/libz/zlib.h     Bytef   *name;      /* pointer to zero-terminated file name or Z_NULL */
Bytef             120 lib/libz/zlib.h     Bytef   *comment;   /* pointer to zero-terminated comment or Z_NULL */
Bytef             540 lib/libz/zlib.h                                              const Bytef *dictionary,
Bytef             738 lib/libz/zlib.h                                              const Bytef *dictionary,
Bytef            1010 lib/libz/zlib.h ZEXTERN int ZEXPORT compress OF((Bytef *dest,   uLongf *destLen,
Bytef            1011 lib/libz/zlib.h                                  const Bytef *source, uLong sourceLen));
Bytef            1025 lib/libz/zlib.h ZEXTERN int ZEXPORT compress2 OF((Bytef *dest,   uLongf *destLen,
Bytef            1026 lib/libz/zlib.h                                   const Bytef *source, uLong sourceLen,
Bytef            1048 lib/libz/zlib.h ZEXTERN int ZEXPORT uncompress OF((Bytef *dest,   uLongf *destLen,
Bytef            1049 lib/libz/zlib.h                                    const Bytef *source, uLong sourceLen));
Bytef            1261 lib/libz/zlib.h ZEXTERN uLong ZEXPORT adler32 OF((uLong adler, const Bytef *buf, uInt len));
Bytef            1286 lib/libz/zlib.h ZEXTERN uLong ZEXPORT crc32   OF((uLong crc, const Bytef *buf, uInt len));
Bytef             231 net/zlib.c         Bytef *pending_buf;  /* output still pending */
Bytef             232 net/zlib.c         Bytef *pending_out;  /* next pending byte to output to the stream */
Bytef             246 net/zlib.c         Bytef *window;
Bytef             646 net/zlib.c         s->window = (Bytef *) ZALLOC(strm, s->w_size, 2*sizeof(Byte));
Bytef             957 net/zlib.c         Bytef *scan = s->window + s->strstart; /* current string */
Bytef             958 net/zlib.c         Bytef *match;                       /* matched string */
Bytef             973 net/zlib.c         Bytef *strend = s->window + s->strstart + MAX_MATCH - 1;
Bytef             977 net/zlib.c         Bytef *strend = s->window + s->strstart + MAX_MATCH;
Bytef            2673 net/zlib.c         Bytef *pad;         /* pad structure to a power of 2 (4 bytes for */
Bytef            3000 net/zlib.c       Bytef *p;     /* pointer to bytes */
Bytef            3098 net/zlib.c       Bytef *window;        /* sliding window */
Bytef            3099 net/zlib.c       Bytef *end;           /* one byte after sliding window */
Bytef            3100 net/zlib.c       Bytef *read;          /* window read pointer */
Bytef            3101 net/zlib.c       Bytef *write;         /* window write pointer */
Bytef            3255 net/zlib.c       if ((s->window = (Bytef *)ZALLOC(z, 1, w)) == Z_NULL)
Bytef            3277 net/zlib.c       Bytef *p;             /* input data pointer */
Bytef            3279 net/zlib.c       Bytef *q;             /* output window write pointer */
Bytef            3565 net/zlib.c         Bytef *p;             /* input data pointer */
Bytef            3567 net/zlib.c         Bytef *q;             /* output window write pointer */
Bytef            4171 net/zlib.c       Bytef *p;             /* input data pointer */
Bytef            4173 net/zlib.c       Bytef *q;             /* output window write pointer */
Bytef            4175 net/zlib.c       Bytef *f;             /* pointer to copy strings from */
Bytef            4342 net/zlib.c       Bytef *p, *q;
Bytef            4437 net/zlib.c       Bytef *p;             /* input data pointer */
Bytef            4439 net/zlib.c       Bytef *q;             /* output window write pointer */
Bytef            4445 net/zlib.c       Bytef *r;             /* copy source pointer */
Bytef             161 net/zlib.h         Bytef    *next_in;  /* next input byte */
Bytef             165 net/zlib.h         Bytef    *next_out; /* next output byte should be put there */