Home
last modified time | relevance | path

Searched refs:z_const (Results 1 – 6 of 6) sorted by relevance

/optee_os-3.20.0/core/lib/zlib/
A Dzutil.c14 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 Dzconf.h239 #if defined(ZLIB_CONST) && !defined(z_const)
240 # define z_const const macro
242 # define z_const macro
A Dinffast.c56 z_const unsigned char FAR *in; /* local strm->next_in */
57 z_const unsigned char FAR *last; /* have enough input while in < last */
A Dzlib.h88 z_const Bytef *next_in; /* next input byte */
96 z_const char *msg; /* last error message, NULL if no error */
1096 z_const unsigned char FAR * FAR *));
A Dzutil.h57 extern z_const char * const z_errmsg[10]; /* indexed by 2-zlib_error */
A Dinflate.c629 z_const unsigned char FAR *next; /* next input */

Completed in 11 milliseconds