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

12

/external/pdfium/third_party/zlib_v128/
H A Duncompr.c33 stream.next_in = (z_const Bytef *)source;
H A Dcompress.c32 stream.next_in = (z_const Bytef *)source;
H A Dzconf.h221 #if defined(ZLIB_CONST) && !defined(z_const)
222 # define z_const const macro
224 # define z_const macro
H A Dinffast.c72 z_const unsigned char FAR *in; /* local strm->next_in */
73 z_const unsigned char FAR *last; /* have enough input while in < last */
H A Dzlib.h155 z_const Bytef *next_in; /* next input byte */
163 z_const char *msg; /* last error message, NULL if no error */
1095 z_const unsigned char FAR * FAR *));
H A Dzutil.c17 z_const char * const z_errmsg[10] = {
H A Dzutil.h49 extern z_const char * const z_errmsg[10]; /* indexed by 2-zlib_error */
H A Dgzwrite.c234 strm->next_in = (z_const Bytef *)buf;
/external/zlib/src/
H A Duncompr.c33 stream.next_in = (z_const Bytef *)source;
H A Dcompress.c32 stream.next_in = (z_const Bytef *)source;
H A Dzconf.h221 #if defined(ZLIB_CONST) && !defined(z_const)
222 # define z_const const macro
224 # define z_const macro
H A Dinffast.c72 z_const unsigned char FAR *in; /* local strm->next_in */
73 z_const unsigned char FAR *last; /* have enough input while in < last */
H A Dzlib.h86 z_const Bytef *next_in; /* next input byte */
94 z_const char *msg; /* last error message, NULL if no error */
1026 z_const unsigned char FAR * FAR *));
H A Dzconf.h.cmakein223 #if defined(ZLIB_CONST) && !defined(z_const)
224 # define z_const const
226 # define z_const
H A Dzconf.h.in221 #if defined(ZLIB_CONST) && !defined(z_const)
222 # define z_const const
224 # define z_const
H A Dzutil.c17 z_const char * const z_errmsg[10] = {
H A Dzutil.h47 extern z_const char * const z_errmsg[10]; /* indexed by 2-zlib_error */
/external/zlib/
H A Dzconf.h221 #if defined(ZLIB_CONST) && !defined(z_const)
222 # define z_const const macro
224 # define z_const macro
H A Dzlib.h86 z_const Bytef *next_in; /* next input byte */
94 z_const char *msg; /* last error message, NULL if no error */
1026 z_const unsigned char FAR * FAR *));
H A Dzutil.h47 extern z_const char * const z_errmsg[10]; /* indexed by 2-zlib_error */
/external/zlib/src/examples/
H A Dgun.c21 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;
H A Dgzappend.c42 * 1.2 11 Oct 2012 - Fix for proper z_const usage
175 z_const unsigned char *next; /* next byte in buffer */
/external/zlib/src/test/
H A Dexample.c29 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;
/external/curl/packages/OS400/
H A Dos400sys.c1356 z_const char * msgb4 = strm->msg;
1373 z_const char * msgb4 = strm->msg;
1389 z_const char * msgb4 = strm->msg;
1405 z_const char * msgb4 = strm->msg;
/external/zlib/src/contrib/infback9/
H A Dinfback9.c225 z_const unsigned char FAR *next; /* next input */

Completed in 254 milliseconds

12