Searched refs:z_const (Results 1 – 9 of 9) sorted by relevance
| /illumos-gate/usr/src/contrib/zlib/ |
| H A D | zutil.c | 11 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 D | zconf.h | 257 #if defined(ZLIB_CONST) && !defined(z_const) 258 # define z_const const macro 260 # define z_const macro
|
| H A D | inffast.c | 53 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 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 *));
|
| H A D | zutil.h | 54 extern z_const char * const z_errmsg[10]; /* indexed by 2-zlib_error */
|
| H A D | infback.c | 249 z_const unsigned char FAR *next; /* next input */ in inflateBack()
|
| H A D | deflate.c | 423 z_const unsigned char *next; 453 strm->next_in = (z_const Bytef *)dictionary;
|
| H A D | inflate.c | 608 z_const unsigned char FAR *next; /* next input */ in inflate()
|
| H A D | ChangeLog | 140 - Clean up the usage of z_const and respect const usage within zlib
|