Bytef              32 other-licenses/zlib/compress.c     stream.next_in = (Bytef*)source;
Bytef             201 other-licenses/zlib/deflate.c     zmemzero((Bytef *)s->head, (unsigned)(s->hash_size-1)*sizeof(*s->head));
Bytef             287 other-licenses/zlib/deflate.c     s->window = (Bytef *) ZALLOC(strm, s->w_size, 2*sizeof(Byte));
Bytef             920 other-licenses/zlib/deflate.c     ds->window = (Bytef *) ZALLOC(dest, ds->w_size, 2*sizeof(Byte));
Bytef            1032 other-licenses/zlib/deflate.c     register Bytef *scan = s->window + s->strstart; /* current string */
Bytef            1033 other-licenses/zlib/deflate.c     register Bytef *match;                       /* matched string */
Bytef            1049 other-licenses/zlib/deflate.c     register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1;
Bytef            1053 other-licenses/zlib/deflate.c     register Bytef *strend = s->window + s->strstart + MAX_MATCH;
Bytef            1179 other-licenses/zlib/deflate.c     register Bytef *scan = s->window + s->strstart; /* current string */
Bytef            1180 other-licenses/zlib/deflate.c     register Bytef *match;                       /* matched string */
Bytef            1182 other-licenses/zlib/deflate.c     register Bytef *strend = s->window + s->strstart + MAX_MATCH;
Bytef            1691 other-licenses/zlib/deflate.c     Bytef *scan;        /* scan for end of run */
Bytef              97 other-licenses/zlib/deflate.h     Bytef *pending_buf;  /* output still pending */
Bytef              99 other-licenses/zlib/deflate.h     Bytef *pending_out;  /* next pending byte to output to the stream */
Bytef             113 other-licenses/zlib/deflate.h     Bytef *window;
Bytef             400 other-licenses/zlib/gzio.c     Bytef *start = (Bytef*)buf; /* starting point for crc computation */
Bytef             409 other-licenses/zlib/gzio.c     s->stream.next_out = (Bytef*)buf;
Bytef             568 other-licenses/zlib/gzio.c     s->stream.next_in = (Bytef*)buf;
Bytef             589 other-licenses/zlib/gzio.c     s->crc = crc32(s->crc, (const Bytef *)buf, len);
Bytef              35 other-licenses/zlib/uncompr.c     stream.next_in = (Bytef*)source;
Bytef              83 other-licenses/zlib/zlib.h     Bytef    *next_in;  /* next input byte */
Bytef              87 other-licenses/zlib/zlib.h     Bytef    *next_out; /* next output byte should be put there */
Bytef             114 other-licenses/zlib/zlib.h     Bytef   *extra;     /* pointer to extra field or Z_NULL if none */
Bytef             117 other-licenses/zlib/zlib.h     Bytef   *name;      /* pointer to zero-terminated file name or Z_NULL */
Bytef             119 other-licenses/zlib/zlib.h     Bytef   *comment;   /* pointer to zero-terminated comment or Z_NULL */
Bytef             539 other-licenses/zlib/zlib.h                                              const Bytef *dictionary,
Bytef             737 other-licenses/zlib/zlib.h                                              const Bytef *dictionary,
Bytef            1009 other-licenses/zlib/zlib.h ZEXTERN int ZEXPORT compress OF((Bytef *dest,   uLongf *destLen,
Bytef            1010 other-licenses/zlib/zlib.h                                  const Bytef *source, uLong sourceLen));
Bytef            1024 other-licenses/zlib/zlib.h ZEXTERN int ZEXPORT compress2 OF((Bytef *dest,   uLongf *destLen,
Bytef            1025 other-licenses/zlib/zlib.h                                   const Bytef *source, uLong sourceLen,
Bytef            1047 other-licenses/zlib/zlib.h ZEXTERN int ZEXPORT uncompress OF((Bytef *dest,   uLongf *destLen,
Bytef            1048 other-licenses/zlib/zlib.h                                    const Bytef *source, uLong sourceLen));
Bytef            1260 other-licenses/zlib/zlib.h ZEXTERN uLong ZEXPORT adler32 OF((uLong adler, const Bytef *buf, uInt len));
Bytef            1285 other-licenses/zlib/zlib.h ZEXTERN uLong ZEXPORT crc32   OF((uLong crc, const Bytef *buf, uInt len));
Bytef             138 shell/genericzlib.h 	m_zstream.next_in = (Bytef*) pbCompressed;
Bytef             171 shell/genericzlib.h 	m_zstream.next_out = (Bytef*) pbDecompressed;
Bytef             186 shell/swf.cpp  			int e = uncompress((Bytef*)&newswf[0], &dlen, (Bytef*)&swf[8], (uLongf)swf.getSize()-8);