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

12

/freebsd-10.1-release/lib/libz/
H A Dcompress.c23 Bytef *dest;
25 const Bytef *source;
32 stream.next_in = (z_const Bytef *)source;
63 Bytef *dest;
65 const Bytef *source;
H A Duncompr.c25 Bytef *dest;
27 const Bytef *source;
33 stream.next_in = (z_const 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 */
588 const Bytef *dictionary,
820 const Bytef *dictionary,
843 Bytef *dictionary,
1160 ZEXTERN int ZEXPORT compress OF((Bytef *dest, uLongf *destLen,
1161 const Bytef *sourc
[all...]
H A Dzutil.c153 Bytef* dest;
154 const Bytef* source;
164 const Bytef* s1;
165 const Bytef* s2;
177 Bytef* dest;
H A Dzutil.h213 void ZLIB_INTERNAL zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
214 int ZLIB_INTERNAL zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
215 void ZLIB_INTERNAL zmemzero OF((Bytef* dest, uInt len));
H A Ddeflate.h100 Bytef *pending_buf; /* output still pending */
102 Bytef *pending_out; /* next pending byte to output to the stream */
116 Bytef *window;
H A Ddeflate.c87 local int read_buf OF((z_streamp strm, Bytef *buf, unsigned size));
198 zmemzero((Bytef *)s->head, (unsigned)(s->hash_size-1)*sizeof(*s->head));
293 s->window = (Bytef *) ZALLOC(strm, s->w_size, 2*sizeof(Byte));
325 const Bytef *dictionary;
362 strm->next_in = (z_const Bytef *)dictionary;
474 if ((Bytef *)(s->d_buf) < s->pending_out + ((Buf_size + 7) >> 3))
572 Bytef *str;
1040 ds->window = (Bytef *) ZALLOC(dest, ds->w_size, 2*sizeof(Byte));
1078 Bytef *buf;
1153 register Bytef *sca
[all...]
H A Dzconf.h129 # define Bytef z_Bytef macro
375 # define Bytef Byte FAR macro
377 typedef Byte FAR Bytef; typedef
H A Dadler32.c67 const Bytef *buf;
/freebsd-10.1-release/sys/net/
H A Dzlib.h100 # define Bytef z_Bytef macro
218 # define Bytef Byte FAR macro
220 typedef Byte FAR Bytef; typedef
279 Bytef *next_in; /* next input byte */
283 Bytef *next_out; /* next output byte should be put there */
652 const Bytef *dictionary,
775 const Bytef *dictionary,
837 extern int EXPORT compress OF((Bytef *dest, uLongf *destLen,
838 const Bytef *source, uLong sourceLen));
852 extern int EXPORT uncompress OF((Bytef *des
[all...]
H A Dzutil.h193 extern void zmemcpy OF((Bytef* dest, Bytef* source, uInt len));
194 extern int zmemcmp OF((Bytef* s1, Bytef* s2, uInt len));
195 extern void zmemzero OF((Bytef* dest, uInt len));
221 typedef uLong (*check_func) OF((uLong check, const Bytef *buf, uInt len));
H A Dzlib.c229 extern void zmemcpy OF((Bytef* dest, Bytef* source, uInt len));
230 extern int zmemcmp OF((Bytef* s1, Bytef* s2, uInt len));
231 extern void zmemzero OF((Bytef* dest, uInt len));
257 typedef uLong (*check_func) OF((uLong check, const Bytef *buf, uInt len));
355 Bytef *pending_buf; /* output still pending */
357 Bytef *pending_out; /* next pending byte to output to the stream */
370 Bytef *window;
806 s->window = (Bytef *) ZALLO
[all...]
/freebsd-10.1-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dzlib.h85 Bytef *next_in; /* next input byte */
89 Bytef *next_out; /* next output byte should be put there */
116 Bytef *extra; /* pointer to extra field or Z_NULL if none */
119 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
121 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */
541 const Bytef *dictionary,
739 const Bytef *dictionary,
1011 ZEXTERN int ZEXPORT compress OF((Bytef *dest, uLongf *destLen,
1012 const Bytef *source, uLong sourceLen));
1026 ZEXTERN int ZEXPORT compress2 OF((Bytef *des
[all...]
H A Dzutil.c156 Bytef* dest;
157 const Bytef* source;
167 const Bytef* s1;
168 const Bytef* s2;
180 Bytef* dest;
H A Dzconf.h104 typedef Byte Bytef; typedef
H A Ddeflate.h97 Bytef *pending_buf; /* output still pending */
99 Bytef *pending_out; /* next pending byte to output to the stream */
113 Bytef *window;
H A Ddeflate.c90 local int read_buf OF((z_streamp strm, Bytef *buf, unsigned size));
206 (void) zmemzero((Bytef *)s->head, \
293 s->window = (Bytef *) ZALLOC(strm, s->w_size, 2*sizeof(Byte));
323 const Bytef *dictionary;
926 ds->window = (Bytef *) ZALLOC(dest, ds->w_size, 2*sizeof(Byte));
964 Bytef *buf;
1038 register Bytef *scan = s->window + s->strstart; /* current string */
1039 register Bytef *match; /* matched string */
1055 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1;
1059 register Bytef *stren
[all...]
H A Dadler32.c59 const Bytef *buf;
/freebsd-10.1-release/contrib/llvm/lib/Support/
H A DCompression.cpp57 (Bytef *)TmpBuffer.get(), &CompressedSize,
58 (const Bytef *)InputBuffer.data(), InputBuffer.size(), CLevel));
73 ::uncompress((Bytef *)TmpBuffer.get(), (uLongf *)&UncompressedSize,
74 (const Bytef *)InputBuffer.data(), InputBuffer.size()));
85 return ::crc32(0, (const Bytef *)Buffer.data(), Buffer.size());
/freebsd-10.1-release/contrib/subversion/subversion/libsvn_subr/
H A Dadler32.c65 (const Bytef *)data,
/freebsd-10.1-release/crypto/openssl/crypto/comp/
H A Dc_zlib.c60 static int zz_uncompress(Bytef *dest, uLongf * destLen, const Bytef *source,
101 typedef int (*compress_ft) (Bytef *dest, uLongf * destLen,
102 const Bytef *source, uLong sourceLen);
305 static int zz_uncompress(Bytef *dest, uLongf * destLen, const Bytef *source,
311 stream.next_in = (Bytef *)source;
/freebsd-10.1-release/contrib/serf/buckets/
H A Ddeflate_buckets.c275 ctx->crc = crc32(ctx->crc, (const Bytef *)ctx->buffer,
292 ctx->crc = crc32(ctx->crc, (const Bytef *)ctx->buffer,
/freebsd-10.1-release/contrib/libarchive/libarchive/
H A Darchive_write_add_filter_gzip.c79 (st)->stream.next_in = (Bytef *)(uintptr_t)(const void *)(src)
285 data->crc = crc32(data->crc, (const Bytef *)buff, (uInt)length);
/freebsd-10.1-release/lib/libz/test/
H A Dexample.c95 err = compress(compr, &comprLen, (const Bytef*)hello, len);
472 (const Bytef*)dictionary, (int)sizeof(dictionary));
524 err = inflateSetDictionary(&d_stream, (const Bytef*)dictionary,
/freebsd-10.1-release/usr.bin/csup/
H A Dstream.c1084 state->next_in = (Bytef *)(buf->buf + buf->off);
1086 state->next_out = (Bytef *)(zbuf->buf + zbuf->off + zbuf->in);
1129 state->next_in = (Bytef *)(zbuf->buf + zbuf->off);
1131 state->next_out = (Bytef *)(buf->buf + buf->off + buf->in);

Completed in 204 milliseconds

12