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

1234

/macosx-10.10/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);
/macosx-10.10/rsync-45/rsync/zlib/
H A Dcompress.c23 Bytef *dest;
25 const Bytef *source;
32 stream.next_in = (Bytef*)source;
63 Bytef *dest;
65 const Bytef *source;
H A Dzlib.h83 Bytef *next_in; /* next input byte */
87 Bytef *next_out; /* next output byte should be put there */
114 Bytef *extra; /* pointer to extra field or Z_NULL if none */
117 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
119 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */
540 const Bytef *dictionary,
738 const Bytef *dictionary,
1010 ZEXTERN int ZEXPORT compress OF((Bytef *dest, uLongf *destLen,
1011 const Bytef *source, uLong sourceLen));
1025 ZEXTERN int ZEXPORT compress2 OF((Bytef *des
[all...]
H A Dzutil.c150 Bytef* dest;
151 const Bytef* source;
161 const Bytef* s1;
162 const Bytef* s2;
174 Bytef* dest;
H A Dzutil.h238 extern void zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
239 extern int zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
240 extern void zmemzero OF((Bytef* dest, uInt len));
/macosx-10.10/sudo-73/src/zlib/
H A Dcompress.c23 Bytef *dest;
25 const Bytef *source;
32 stream.next_in = (Bytef*)source;
63 Bytef *dest;
65 const Bytef *source;
H A Duncompr.c25 Bytef *dest;
27 const Bytef *source;
33 stream.next_in = (Bytef*)source;
H A Dzlib.h86 z_const Bytef *next_in; /* next input byte */
90 Bytef *next_out; /* next output byte should be put there */
117 Bytef *extra; /* pointer to extra field or Z_NULL if none */
120 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
122 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */
585 const Bytef *dictionary,
817 const Bytef *dictionary,
1140 ZEXTERN int ZEXPORT compress OF((Bytef *dest, uLongf *destLen,
1141 const Bytef *source, uLong sourceLen));
1154 ZEXTERN int ZEXPORT compress2 OF((Bytef *des
[all...]
H A Dzutil.c130 Bytef* dest;
131 const Bytef* source;
141 const Bytef* s1;
142 const Bytef* s2;
154 Bytef* dest;
H A Dzutil.h212 void ZLIB_INTERNAL zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
213 int ZLIB_INTERNAL zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
214 void ZLIB_INTERNAL zmemzero OF((Bytef* dest, uInt len));
/macosx-10.10/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;
/macosx-10.10/zlib-55/zlib/
H A Dcompress.c23 Bytef *dest;
25 const Bytef *source;
32 stream.next_in = (Bytef*)source;
63 Bytef *dest;
65 const Bytef *source;
H A Duncompr.c25 Bytef *dest;
27 const Bytef *source;
33 stream.next_in = (Bytef*)source;
H A Dzlib.h91 Bytef *next_in; /* next input byte */
95 Bytef *next_out; /* next output byte should be put there */
122 Bytef *extra; /* pointer to extra field or Z_NULL if none */
125 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
127 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */
584 const Bytef *dictionary,
790 const Bytef *dictionary,
1109 ZEXTERN int ZEXPORT compress OF((Bytef *dest, uLongf *destLen,
1110 const Bytef *source, uLong sourceLen));
1123 ZEXTERN int ZEXPORT compress2 OF((Bytef *des
[all...]
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/zlib/
H A DzlibtclDecls.h45 ZEXTERN uLong crc32(uLong crc, const Bytef *buf, uInt len);
47 ZEXTERN uLong adler32(uLong adler, const Bytef *buf, uInt len);
68 const Bytef *dict, uInt dictLength);
77 ZEXTERN int compress(Bytef *dest, uLongf *destLen,
78 const Bytef *source, uLong sourceLen);
80 ZEXTERN int compress2(Bytef *dest, uLongf *destLen,
81 const Bytef *source, uLong sourceLen,
95 const Bytef *dict, uInt dictLength);
101 ZEXTERN int uncompress(Bytef *dest, uLongf *destLen,
102 const Bytef *sourc
[all...]
/macosx-10.10/tcl-105/tcl_ext/trf/trf/compat/
H A Dzlib.h69 Bytef *next_in; /* next input byte */
73 Bytef *next_out; /* next output byte should be put there */
445 const Bytef *dictionary,
554 const Bytef *dictionary,
608 ZEXTERN int ZEXPORT compress OF((Bytef *dest, uLongf *destLen,
609 const Bytef *source, uLong sourceLen));
623 ZEXTERN int ZEXPORT compress2 OF((Bytef *dest, uLongf *destLen,
624 const Bytef *source, uLong sourceLen,
638 ZEXTERN int ZEXPORT uncompress OF((Bytef *dest, uLongf *destLen,
639 const Bytef *sourc
[all...]
/macosx-10.10/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...]
/macosx-10.10/ppp-786.1.1/Helpers/pppdump/
H A Dzlib.h139 typedef Byte FAR Bytef; typedef
182 Bytef *next_in; /* next input byte */
186 Bytef *next_out; /* next output byte should be put there */
632 extern uLong adler32 OF((uLong adler, Bytef *buf, uInt len));
/macosx-10.10/tcl-105/tcl_ext/trf/trf/zlib.vc/
H A Dzconf.h51 # define Bytef z_Bytef macro
171 # define Bytef Byte FAR macro
173 typedef Byte FAR Bytef; typedef
/macosx-10.10/cups-408/cups/cups/
H A Dfile-private.h109 Bytef cbuf[4096]; /* (De)compression buffer */
/macosx-10.10/rsync-45/rsync/
H A Dtoken.c224 tx_strm.next_in = (Bytef *)
231 tx_strm.next_out = (Bytef *)(obuf + 2);
283 tx_strm.next_in = (Bytef *)map_ptr(buf, offset, n1);
285 tx_strm.next_out = (Bytef *) obuf;
349 rx_strm.next_in = (Bytef *)cbuf;
357 rx_strm.next_out = (Bytef *)dbuf;
387 rx_strm.next_in = (Bytef *)cbuf;
413 rx_strm.next_out = (Bytef *)dbuf;
455 rx_strm.next_in = (Bytef *)hdr;
465 rx_strm.next_in = (Bytef *)bu
[all...]
/macosx-10.10/curl-83.1.2/curl/lib/
H A Dcontent_encoding.c96 Bytef *orig_in = z->next_in;
112 z->next_out = (Bytef *)decomp;
186 z->next_in = (Bytef *)k->str;
308 z->next_in = (Bytef *)k->str;
339 z->next_in = (Bytef *)k->str + hlen;
390 z->next_in = (Bytef *)k->str + hlen + nread - z->avail_in;
411 z->next_in = (Bytef *)k->str;

Completed in 293 milliseconds

1234