Searched refs:Bytef (Results 1 – 6 of 6) sorted by relevance
/trusted-firmware-a-latest/lib/zlib/ |
D | zlib.h | 87 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 …]
|
D | zutil.c | 145 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()
|
D | zutil.h | 235 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);
|
D | adler32.c | 61 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()
|
D | zconf.h | 145 # define Bytef z_Bytef macro 408 # define Bytef Byte FAR macro 410 typedef Byte FAR Bytef; typedef
|
D | inflate.c | 368 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()
|