Home
last modified time | relevance | path

Searched refs:Bytef (Results 1 – 6 of 6) sorted by relevance

/rk3399_ARM-atf/lib/zlib/
H A Dzlib.h91 z_const Bytef *next_in; /* next input byte */
95 Bytef *next_out; /* next output byte will go here */
123 Bytef *extra; /* pointer to extra field or Z_NULL if none */
126 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
128 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */
619 const Bytef *dictionary,
663 Bytef *dictionary,
908 const Bytef *dictionary,
931 Bytef *dictionary,
1251 ZEXTERN int ZEXPORT compress(Bytef *dest, uLongf *destLen,
[all …]
H A Dzutil.c145 void ZLIB_INTERNAL zmemcpy(Bytef* dest, const Bytef* source, uInt len) { in zmemcpy()
152 int ZLIB_INTERNAL zmemcmp(const Bytef* s1, const Bytef* s2, uInt len) { in zmemcmp()
161 void ZLIB_INTERNAL zmemzero(Bytef* dest, uInt len) { in zmemzero()
H A Dzutil.h217 void ZLIB_INTERNAL zmemcpy(Bytef* dest, const Bytef* source, uInt len);
218 int ZLIB_INTERNAL zmemcmp(const Bytef* s1, const Bytef* s2, uInt len);
219 void ZLIB_INTERNAL zmemzero(Bytef* dest, uInt len);
H A Dadler32.c61 uLong ZEXPORT adler32_z(uLong adler, const Bytef *buf, z_size_t len) { in adler32_z()
128 uLong ZEXPORT adler32(uLong adler, const Bytef *buf, uInt len) { in adler32()
H A Dzconf.h146 # define Bytef z_Bytef macro
403 # define Bytef Byte FAR macro
405 typedef Byte FAR Bytef; typedef
H A Dinflate.c368 local int updatewindow(z_streamp strm, const Bytef *end, unsigned copy) { in updatewindow()
758 state->head->name[state->length++] = (Bytef)len; in inflate()
780 state->head->comment[state->length++] = (Bytef)len; in inflate()
1278 int ZEXPORT inflateGetDictionary(z_streamp strm, Bytef *dictionary, in inflateGetDictionary()
1298 int ZEXPORT inflateSetDictionary(z_streamp strm, const Bytef *dictionary, in inflateSetDictionary()