Home
last modified time | relevance | path

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

/reactos/sdk/lib/3rdparty/zlib/
H A Dzutil.c13 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 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 Dcompress.c46 stream.next_in = (z_const Bytef *)source;
H A Duncompr.c49 stream.next_in = (z_const Bytef *)source;
H A Dzutil.h56 extern z_const char * const z_errmsg[10]; /* indexed by 2-zlib_error */
H A Dinfback.c259 z_const unsigned char FAR *next; /* next input */
H A Dgzwrite.c237 state->strm.next_in = (z_const Bytef *)buf;
H A Ddeflate.c421 z_const unsigned char *next;
451 strm->next_in = (z_const Bytef *)dictionary;
H A Dinflate.c630 z_const unsigned char FAR *next; /* next input */
H A DChangeLog152 - Clean up the usage of z_const and respect const usage within zlib
/reactos/dll/win32/wininet/
H A Dzlib.h33 #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 Dinflate.c272 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 Dzlib.h35 #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 Dinflate.c277 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 Dzconf.h237 #if defined(ZLIB_CONST) && !defined(z_const)
238 # define z_const const macro
240 # define z_const macro
H A Dzlib.h87 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 DCHANGES4693 treatment of z_const from the library code into pngfix.c