Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/lib/zlib/
Dzlib.h87 z_const Bytef *next_in; /* next input byte */
91 Bytef *next_out; /* next output byte will go here */
119 Bytef *extra; /* pointer to extra field or Z_NULL if none */
122 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
124 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */
612 const Bytef *dictionary,
656 Bytef *dictionary,
889 const Bytef *dictionary,
912 Bytef *dictionary,
1232 ZEXTERN int ZEXPORT compress(Bytef *dest, uLongf *destLen,
[all …]
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()
Dzutil.h235 void ZLIB_INTERNAL zmemcpy(Bytef* dest, const Bytef* source, uInt len);
236 int ZLIB_INTERNAL zmemcmp(const Bytef* s1, const Bytef* s2, uInt len);
237 void ZLIB_INTERNAL zmemzero(Bytef* dest, uInt len);
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()
Dzconf.h145 # define Bytef z_Bytef macro
408 # define Bytef Byte FAR macro
410 typedef Byte FAR Bytef; typedef
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()