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

12

/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dfx_zlib_uncompr.c33 stream.next_in = (z_const Bytef *)source;
H A Dfx_zlib_compress.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 Dfx_zlib_inffast.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.h150 z_const Bytef *next_in; /* next input byte */
158 z_const char *msg; /* last error message, NULL if no error */
1090 z_const unsigned char FAR * FAR *));
H A Dfx_zlib_zutil.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 */
/external/qemu/distrib/zlib-1.2.8/
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 *));
/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
/external/pdfium/core/include/thirdparties/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.h146 z_const Bytef *next_in; /* next input byte */
154 z_const char *msg; /* last error message, NULL if no error */
1086 z_const unsigned char FAR * FAR *));
/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 *));
/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;
/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;

Completed in 346 milliseconds

12