Searched refs:Bytef (Results 1 – 3 of 3) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/ |
| H A D | zlib.h | 160 Bytef *next_in; /* next input byte */ 164 Bytef *next_out; /* next output byte should be put there */ 191 Bytef *extra; /* pointer to extra field or Z_NULL if none */ 194 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */ 196 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */ 616 const Bytef *dictionary, 814 const Bytef *dictionary, 1086 ZEXTERN MS_U32 ZEXPORT compress OF((Bytef *dest, uLongf *destLen, 1087 const Bytef *source, uLong sourceLen)); 1101 ZEXTERN MS_U32 ZEXPORT compress2 OF((Bytef *dest, uLongf *destLen, [all …]
|
| H A D | zutil.h | 320 extern void zmemcpy OF((Bytef* dest, const Bytef* source, uInt len)); 321 extern MS_U32 zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len)); 322 extern void zmemzero OF((Bytef* dest, uInt len));
|
| H A D | zconf.h | 130 # define Bytef z_Bytef macro 345 # define Bytef Byte FAR macro 347 typedef Byte FAR Bytef; typedef
|