HomeSort by: relevance | last modified time | path
    Searched refs:z_const (Results 1 - 14 of 14) sorted by relevancy

  /src/common/dist/zlib/
zconf.h 241 #if defined(ZLIB_CONST) && !defined(z_const)
242 # define z_const const macro
244 # define z_const macro
inffast.c 54 z_const unsigned char FAR *in; /* local strm->next_in */
55 z_const unsigned char FAR *last; /* have enough input while in < last */
zutil.c 15 z_const char * const z_errmsg[10] = {
zconf.h.in 237 #if defined(ZLIB_CONST) && !defined(z_const)
238 # define z_const const macro
240 # define z_const macro
zlib.h 89 z_const Bytef *next_in; /* next input byte */
97 z_const char *msg; /* last error message, NULL if no error */
1100 z_const unsigned char FAR * FAR *);
zconf.h.cmakein 239 #if defined(ZLIB_CONST) && !defined(z_const)
240 # define z_const const
242 # define z_const
zutil.h 70 extern z_const char * const z_errmsg[10]; /* indexed by 2-zlib_error */
infback.c 247 z_const unsigned char FAR *next; /* next input */
inflate.c 594 z_const unsigned char FAR *next; /* next input */
deflate.c 558 z_const unsigned char *next;
  /src/common/dist/zlib/test/
example.c 29 static z_const char hello[] = "hello, hello!";
178 c_stream.next_in = (z_const unsigned char *)hello;
344 c_stream.next_in = (z_const unsigned char *)hello;
427 c_stream.next_in = (z_const unsigned char *)hello;
  /src/common/dist/zlib/examples/
gun.c 21 1.7 12 Aug 2012 Update for z_const usage in zlib 1.2.8
89 local unsigned in(void *in_desc, z_const unsigned char **buf)
200 local int lunpipe(unsigned have, z_const unsigned char *next, struct ind *indp,
387 z_const unsigned char *next = NULL;
gzappend.c 42 * 1.2 11 Oct 2012 - Fix for proper z_const usage
175 z_const unsigned char *next; /* next byte in buffer */
  /src/common/dist/zlib/contrib/infback9/
infback9.c 215 z_const unsigned char FAR *next; /* next input */

Completed in 23 milliseconds