• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.5.8/xnu-1228.15.4/libkern/

Lines Matching refs:Bytef

258    extern void zmemcpy  OF((Bytef* dest, const Bytef* source, uInt len));
259 extern int zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
260 extern void zmemzero OF((Bytef* dest, uInt len));
284 typedef uLong (ZEXPORT *check_func) OF((uLong check, const Bytef *buf,
380 Bytef *pending_buf; /* output still pending */
382 Bytef *pending_out; /* next pending byte to output to the stream */
395 Bytef *window;
697 static int read_buf OF((z_streamp strm, Bytef *buf, unsigned size));
803 zmemzero((Bytef *)s->head, (unsigned)(s->hash_size-1)*sizeof(*s->head));
872 s->window = (Bytef *) ZALLOC(strm, s->w_size, 2*sizeof(Byte));
900 deflateSetDictionary(z_streamp strm, const Bytef *dictionary, uInt dictLength)
1230 ds->window = (Bytef *) ZALLOC(dest, ds->w_size, 2*sizeof(Byte));
1267 read_buf(z_streamp strm, Bytef *buf, unsigned int size)
1332 Bytef *scan = s->window + s->strstart; /* current string */
1333 Bytef *match; /* matched string */
1349 Bytef *strend = s->window + s->strstart + MAX_MATCH - 1;
1353 Bytef *strend = s->window + s->strstart + MAX_MATCH;
1472 Bytef *scan = s->window + s->strstart; /* current string */
1473 Bytef *match; /* matched string */
1475 Bytef *strend = s->window + s->strstart + MAX_MATCH;
3368 const Bytef *d, /* dictionary */
3649 const Bytef *dictionary;
3677 Bytef *p; /* pointer to bytes */
3898 Bytef *window; /* sliding window */
3899 Bytef *end; /* one byte after sliding window */
3900 Bytef *read; /* window read pointer */
3901 Bytef *write; /* window write pointer */
4026 z->adler = s->check = (*s->checkfn)(0L, (const Bytef *)Z_NULL, 0);
4047 if ((s->window = (Bytef *)ZALLOC(z, 1, w)) == Z_NULL)
4070 Bytef *p; /* input data pointer */
4072 Bytef *q; /* output window write pointer */
4329 const Bytef *d;
5083 Bytef *p; /* input data pointer */
5085 Bytef *q; /* output window write pointer */
5087 Bytef *f; /* pointer to copy strings from */
5269 Bytef *p;
5270 Bytef *q;
5371 Bytef *p; /* input data pointer */
5373 Bytef *q; /* output window write pointer */
5379 Bytef *r; /* copy source pointer */
5567 Bytef* dest;
5568 const Bytef* source;
5578 const Bytef* s1;
5579 const Bytef* s2;
5591 Bytef* dest;
5753 adler32(uLong adler, const Bytef *buf, uInt len)