Searched refs:z_const (Results 1 – 6 of 6) sorted by relevance
/trusted-firmware-a/lib/zlib/ |
A D | zutil.c | 13 z_const char * const z_errmsg[10] = { 14 (z_const char *)"need dictionary", /* Z_NEED_DICT 2 */ 15 (z_const char *)"stream end", /* Z_STREAM_END 1 */ 16 (z_const char *)"", /* Z_OK 0 */ 17 (z_const char *)"file error", /* Z_ERRNO (-1) */ 18 (z_const char *)"stream error", /* Z_STREAM_ERROR (-2) */ 19 (z_const char *)"data error", /* Z_DATA_ERROR (-3) */ 20 (z_const char *)"insufficient memory", /* Z_MEM_ERROR (-4) */ 21 (z_const char *)"buffer error", /* Z_BUF_ERROR (-5) */ 22 (z_const char *)"incompatible version",/* Z_VERSION_ERROR (-6) */ [all …]
|
A D | zconf.h | 234 #if defined(ZLIB_CONST) && !defined(z_const) 235 # define z_const const macro 237 # define z_const macro
|
A D | inffast.c | 55 z_const unsigned char FAR *in; /* local strm->next_in */ 56 z_const unsigned char FAR *last; /* have enough input while in < last */
|
A D | zlib.h | 87 z_const Bytef *next_in; /* next input byte */ 95 z_const char *msg; /* last error message, NULL if no error */ 1093 z_const unsigned char FAR * FAR *));
|
A D | zutil.h | 49 extern z_const char * const z_errmsg[10]; /* indexed by 2-zlib_error */
|
A D | inflate.c | 627 z_const unsigned char FAR *next; /* next input */
|
Completed in 13 milliseconds