Searched refs:z_const (Results 1 – 17 of 17) sorted by relevance
/reactos/sdk/lib/3rdparty/zlib/ |
H 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 …]
|
H 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 */
|
H A D | compress.c | 46 stream.next_in = (z_const Bytef *)source;
|
H A D | uncompr.c | 49 stream.next_in = (z_const Bytef *)source;
|
H A D | zutil.h | 56 extern z_const char * const z_errmsg[10]; /* indexed by 2-zlib_error */
|
H A D | infback.c | 259 z_const unsigned char FAR *next; /* next input */
|
H A D | gzwrite.c | 237 state->strm.next_in = (z_const Bytef *)buf;
|
H A D | deflate.c | 421 z_const unsigned char *next; 451 strm->next_in = (z_const Bytef *)dictionary;
|
H A D | inflate.c | 630 z_const unsigned char FAR *next; /* next input */
|
H A D | ChangeLog | 152 - Clean up the usage of z_const and respect const usage within zlib
|
/reactos/dll/win32/wininet/ |
H A D | zlib.h | 33 #define z_const const macro 57 z_const Bytef *next_in; /* next input byte */ 65 z_const char *msg; /* last error message, NULL if no error */
|
H A D | inflate.c | 272 z_const unsigned char FAR *in; /* local strm->next_in */ in inflate_fast() 273 z_const unsigned char FAR *last; /* have enough input while in < last */ in inflate_fast() 1255 z_const unsigned char FAR *next; /* next input */ in inflate()
|
/reactos/dll/win32/dbghelp/ |
H A D | zlib.h | 35 #define z_const const macro 59 z_const Bytef *next_in; /* next input byte */ 67 z_const char *msg; /* last error message, NULL if no error */
|
H A D | inflate.c | 277 z_const unsigned char FAR *in; /* local strm->next_in */ in inflate_fast() 278 z_const unsigned char FAR *last; /* have enough input while in < last */ in inflate_fast() 1260 z_const unsigned char FAR *next; /* next input */ in inflate()
|
/reactos/sdk/include/reactos/libs/zlib/ |
H A D | zconf.h | 237 #if defined(ZLIB_CONST) && !defined(z_const) 238 # define z_const const macro 240 # define z_const macro
|
H 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 */ 1095 z_const unsigned char FAR * FAR *));
|
/reactos/dll/3rdparty/libpng/docs/ |
H A D | CHANGES | 4693 treatment of z_const from the library code into pngfix.c
|