Searched refs:Bytef (Results 1 – 6 of 6) sorted by relevance
| /optee_os/core/lib/zlib/ |
| H A D | zlib.h | 88 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 */ 123 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */ 125 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */ 612 const Bytef *dictionary, 656 Bytef *dictionary, 888 const Bytef *dictionary, 911 Bytef *dictionary, 1230 ZEXTERN int ZEXPORT compress OF((Bytef *dest, uLongf *destLen, [all …]
|
| H A D | zutil.c | 151 Bytef* dest; in zmemcpy() 152 const Bytef* source; 162 const Bytef* s1; in zmemcmp() 163 const Bytef* s2; 175 Bytef* dest; in zmemzero()
|
| H A D | zutil.h | 235 void ZLIB_INTERNAL zmemcpy OF((Bytef* dest, const Bytef* source, uInt len)); 236 int ZLIB_INTERNAL zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len)); 237 void ZLIB_INTERNAL zmemzero OF((Bytef* dest, uInt len));
|
| H A D | adler32.c | 66 const Bytef *buf; 137 const Bytef *buf;
|
| H A D | zconf.h | 147 # define Bytef z_Bytef macro 403 # define Bytef Byte FAR macro 405 typedef Byte FAR Bytef; typedef
|
| H A D | inflate.c | 400 const Bytef *end; 794 state->head->name[state->length++] = (Bytef)len; 816 state->head->comment[state->length++] = (Bytef)len; 1318 Bytef *dictionary; 1341 const Bytef *dictionary;
|