Home
last modified time | relevance | path

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

/optee_os/core/lib/zlib/
A Dzlib.h88 z_const Bytef *next_in; /* next input byte */
92 Bytef *next_out; /* next output byte will go here */
120 Bytef *extra; /* pointer to extra field or Z_NULL if none */
657 Bytef *dictionary,
909 Bytef *dictionary,
1228 ZEXTERN int ZEXPORT compress OF((Bytef *dest, uLongf *destLen,
1243 ZEXTERN int ZEXPORT compress2 OF((Bytef *dest, uLongf *destLen,
1266 ZEXTERN int ZEXPORT uncompress OF((Bytef *dest, uLongf *destLen,
1284 ZEXTERN int ZEXPORT uncompress2 OF((Bytef *dest, uLongf *destLen,
1708 ZEXTERN uLong ZEXPORT adler32_z OF((uLong adler, const Bytef *buf,
[all …]
A Dzutil.c151 Bytef* dest; in zmemcpy()
152 const Bytef* source;
162 const Bytef* s1; in zmemcmp()
163 const Bytef* s2;
175 Bytef* dest; in zmemzero()
A Dzutil.h232 void ZLIB_INTERNAL zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
233 int ZLIB_INTERNAL zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
234 void ZLIB_INTERNAL zmemzero OF((Bytef* dest, uInt len));
A Dadler32.c66 const Bytef *buf;
137 const Bytef *buf;
A Dzconf.h147 # define Bytef z_Bytef macro
403 # define Bytef Byte FAR macro
405 typedef Byte FAR Bytef; typedef
A Dinflate.c399 const Bytef *end;
788 state->head->name[state->length++] = (Bytef)len;
809 state->head->comment[state->length++] = (Bytef)len;
1306 Bytef *dictionary;
1329 const Bytef *dictionary;

Completed in 13 milliseconds