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

/macosx-10.5.8/xnu-1228.15.4/bsd/dev/random/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);
/macosx-10.5.8/xnu-1228.15.4/libkern/libkern/
H A Dzlib.h111 typedef Byte Bytef; typedef
147 Bytef *next_in; /* next input byte */
151 Bytef *next_out; /* next output byte should be put there */
515 const Bytef *dictionary,
624 const Bytef *dictionary,
675 ZEXTERN uLong ZEXPORT adler32 OF((uLong adler, const Bytef *buf, uInt len));
/macosx-10.5.8/xnu-1228.15.4/libkern/
H A Dzlib.c258 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 *bu
[all...]

Completed in 39 milliseconds