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

/freebsd-11-stable/sys/contrib/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 cha
[all...]
H A Dcompress.c46 stream.next_in = (z_const Bytef *)source;
H A Duncompr.c49 stream.next_in = (z_const Bytef *)source;
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 */
1094 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 Dgzwrite.c231 state->strm.next_in = (z_const Bytef *)buf;
H A Dinfback.c258 z_const unsigned char FAR *next; /* next input */
H A Ddeflate.c385 z_const unsigned char *next;
415 strm->next_in = (z_const Bytef *)dictionary;
H A Dinflate.c627 z_const unsigned char FAR *next; /* next input */
/freebsd-11-stable/sys/contrib/zlib/test/
H A Dexample.c29 static 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;

Completed in 177 milliseconds