Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/zlib/
H A Dzutil.c11 z_const char * const z_errmsg[10] = {
12 (z_const char *)"need dictionary", /* Z_NEED_DICT 2 */
13 (z_const char *)"stream end", /* Z_STREAM_END 1 */
14 (z_const char *)"", /* Z_OK 0 */
15 (z_const char *)"file error", /* Z_ERRNO (-1) */
16 (z_const char *)"stream error", /* Z_STREAM_ERROR (-2) */
17 (z_const char *)"data error", /* Z_DATA_ERROR (-3) */
18 (z_const char *)"insufficient memory", /* Z_MEM_ERROR (-4) */
19 (z_const char *)"buffer error", /* Z_BUF_ERROR (-5) */
20 (z_const char *)"incompatible version",/* Z_VERSION_ERROR (-6) */
[all …]
H A Dzconf.h257 #if defined(ZLIB_CONST) && !defined(z_const)
258 # define z_const const macro
260 # define z_const macro
H A Dinffast.c53 z_const unsigned char FAR *in; /* local strm->next_in */ in inflate_fast()
54 z_const unsigned char FAR *last; /* have enough input while in < last */ in inflate_fast()
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 *));
H A Dzutil.h54 extern z_const char * const z_errmsg[10]; /* indexed by 2-zlib_error */
H A Dinfback.c249 z_const unsigned char FAR *next; /* next input */ in inflateBack()
H A Ddeflate.c423 z_const unsigned char *next;
453 strm->next_in = (z_const Bytef *)dictionary;
H A Dinflate.c608 z_const unsigned char FAR *next; /* next input */ in inflate()
H A DChangeLog140 - Clean up the usage of z_const and respect const usage within zlib