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