Searched refs:Bytef (Results 1 – 6 of 6) sorted by relevance
/trusted-firmware-a-3.4.0/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, 885 const Bytef *dictionary, 908 Bytef *dictionary, 1227 ZEXTERN int ZEXPORT compress OF((Bytef *dest, uLongf *destLen, [all …]
|
D | zutil.c | 150 Bytef* dest; in zmemcpy() 151 const Bytef* source; 161 const Bytef* s1; in zmemcmp() 162 const Bytef* s2; 174 Bytef* dest; in zmemzero()
|
D | zutil.h | 231 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));
|
D | adler32.c | 65 const Bytef *buf; 136 const Bytef *buf;
|
D | zconf.h | 142 # define Bytef z_Bytef macro 398 # define Bytef Byte FAR macro 400 typedef Byte FAR Bytef; typedef
|
D | inflate.c | 398 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;
|