Searched refs:Bytef (Results 1 - 13 of 13) sorted by relevance

/xnu-2782.1.97/osfmk/prng/YarrowCoreLib/src/
H A Dcomp.h66 typedef unsigned char Bytef; typedef
89 comp_error_status comp_add_data(COMP_CTX* ctx,Bytef* inp,uInt inplen);
H A Dcomp.c48 __unused Bytef* inp,
112 comp_error_status comp_add_data(COMP_CTX* ctx,Bytef* inp,uInt inplen)
147 Bytef *inbuf,*outbuf;
158 inbuf = (Bytef*)mmGetPtr(ctx->buf);
159 outbuf = (Bytef*)malloc(OUTBUFSIZE);
/xnu-2782.1.97/libkern/zlib/
H A Dcompress.c54 Bytef *dest;
56 const Bytef *source;
63 stream.next_in = (Bytef*)source;
94 Bytef *dest;
96 const Bytef *source;
H A Duncompr.c58 Bytef *dest;
60 const Bytef *source;
66 stream.next_in = (Bytef*)source;
H A Dzutil.c177 Bytef* dest;
178 const Bytef* source;
188 const Bytef* s1;
189 const Bytef* s2;
201 Bytef* dest;
H A Dzutil.h277 extern void zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
278 extern int zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
279 extern void zmemzero OF((Bytef* dest, uInt len));
H A Ddeflate.h124 Bytef *pending_buf; /* output still pending */
126 Bytef *pending_out; /* next pending byte to output to the stream */
140 Bytef *window;
H A Ddeflate.c112 local int read_buf OF((z_streamp strm, Bytef *buf, unsigned size));
228 zmemzero((Bytef *)s->head, (unsigned)(s->hash_size-1)*sizeof(*s->head));
316 s->window = (Bytef *) ZALLOC(strm, s->w_size, 2*sizeof(Byte));
346 const Bytef *dictionary;
949 ds->window = (Bytef *) ZALLOC(dest, ds->w_size, 2*sizeof(Byte));
987 Bytef *buf;
1061 register Bytef *scan = s->window + s->strstart; /* current string */
1062 register Bytef *match; /* matched string */
1078 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1;
1082 register Bytef *stren
[all...]
H A Dadler32.c92 const Bytef *buf;
H A Dgzio.c427 Bytef *start = (Bytef*)buf; /* starting point for crc computation */
436 s->stream.next_out = (Bytef*)buf;
595 s->stream.next_in = (Bytef*)buf;
616 s->crc = z_crc32(s->crc, (const Bytef *)buf, len);
H A Dinflate.c1200 const Bytef *dictionary;
/xnu-2782.1.97/libkern/libkern/
H A Dzlib.h110 Bytef *next_in; /* next input byte */
114 Bytef *next_out; /* next output byte should be put there */
141 Bytef *extra; /* pointer to extra field or Z_NULL if none */
144 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
146 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */
568 const Bytef *dictionary,
766 const Bytef *dictionary,
1038 ZEXTERN int ZEXPORT compress OF((Bytef *dest, uLongf *destLen,
1039 const Bytef *source, uLong sourceLen));
1053 ZEXTERN int ZEXPORT compress2 OF((Bytef *des
[all...]
H A Dzconf.h80 # define Bytef z_Bytef macro
295 # define Bytef Byte FAR macro
297 typedef Byte FAR Bytef; typedef

Completed in 89 milliseconds