Home
last modified time | relevance | path

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

/trusted-firmware-a/lib/zlib/
A 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 */
656 Bytef *dictionary,
908 Bytef *dictionary,
1227 ZEXTERN int ZEXPORT compress OF((Bytef *dest, uLongf *destLen,
1242 ZEXTERN int ZEXPORT compress2 OF((Bytef *dest, uLongf *destLen,
1265 ZEXTERN int ZEXPORT uncompress OF((Bytef *dest, uLongf *destLen,
1283 ZEXTERN int ZEXPORT uncompress2 OF((Bytef *dest, uLongf *destLen,
1707 ZEXTERN uLong ZEXPORT adler32_z OF((uLong adler, const Bytef *buf,
[all …]
A Dzutil.c150 Bytef* dest; in zmemcpy()
151 const Bytef* source;
161 const Bytef* s1; in zmemcmp()
162 const Bytef* s2;
174 Bytef* dest; in zmemzero()
A Dzutil.h231 void ZLIB_INTERNAL zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
232 int ZLIB_INTERNAL zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
233 void ZLIB_INTERNAL zmemzero OF((Bytef* dest, uInt len));
A Dadler32.c65 const Bytef *buf;
136 const Bytef *buf;
A Dzconf.h142 # define Bytef z_Bytef macro
398 # define Bytef Byte FAR macro
400 typedef Byte FAR Bytef; typedef
A Dinflate.c398 const Bytef *end;
787 state->head->name[state->length++] = (Bytef)len;
808 state->head->comment[state->length++] = (Bytef)len;
1293 Bytef *dictionary;
1316 const Bytef *dictionary;

Completed in 20 milliseconds