Searched refs:z_const (Results 1 - 19 of 19) sorted by relevance

/device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
H A Dzutil.c10 z_const char * const z_errmsg[10] = {
11 (z_const char *)"need dictionary", /* Z_NEED_DICT 2 */
12 (z_const char *)"stream end", /* Z_STREAM_END 1 */
13 (z_const char *)"", /* Z_OK 0 */
14 (z_const char *)"file error", /* Z_ERRNO (-1) */
15 (z_const char *)"stream error", /* Z_STREAM_ERROR (-2) */
16 (z_const char *)"data error", /* Z_DATA_ERROR (-3) */
17 (z_const char *)"insufficient memory", /* Z_MEM_ERROR (-4) */
18 (z_const char *)"buffer error", /* Z_BUF_ERROR (-5) */
19 (z_const cha
[all...]
H A Dzconf.h234 #if defined(ZLIB_CONST) && !defined(z_const)
235 # define z_const const macro
237 # define z_const macro
H A Dinffast.c55 z_const unsigned char FAR *in; /* local strm->next_in */
56 z_const unsigned char FAR *last; /* have enough input while in < last */
H A Dzlib.h87 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 *));
H A Dzutil.h49 extern z_const char * const z_errmsg[10]; /* indexed by 2-zlib_error */
H A Dinflate.c627 z_const unsigned char FAR *next; /* next input */
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
H A Duncompr.c33 stream.next_in = (z_const Bytef *)source;
H A Dcompress.c32 stream.next_in = (z_const Bytef *)source;
H A Dzconf.h221 #if defined(ZLIB_CONST) && !defined(z_const)
222 # define z_const const macro
224 # define z_const macro
H A Dinffast.c72 z_const unsigned char FAR *in; /* local strm->next_in */
73 z_const unsigned char FAR *last; /* have enough input while in < last */
H A Dzlib.h86 z_const Bytef *next_in; /* next input byte */
94 z_const char *msg; /* last error message, NULL if no error */
1026 z_const unsigned char FAR * FAR *));
H A Dexample.c29 z_const char hello[] = "hello, hello!";
215 c_stream.next_in = (z_const unsigned char *)hello;
390 c_stream.next_in = (z_const unsigned char *)hello;
479 c_stream.next_in = (z_const unsigned char *)hello;
H A Dzutil.c17 z_const char * const z_errmsg[10] = {
H A Dzutil.h47 extern z_const char * const z_errmsg[10]; /* indexed by 2-zlib_error */
H A Dgzwrite.c234 strm->next_in = (z_const Bytef *)buf;
H A Dinfback.c258 z_const unsigned char FAR *next; /* next input */
H A Ddeflate.c332 z_const unsigned char *next;
362 strm->next_in = (z_const Bytef *)dictionary;
H A Dinflate.c610 z_const unsigned char FAR *next; /* next input */
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/zlib/
H A Dzutil.h50 extern z_const char * const z_errmsg[10]; /* indexed by 2-zlib_error */

Completed in 31 milliseconds