Home
last modified time | relevance | path

Searched refs:z_const (Results 1 – 25 of 46) sorted by relevance

12

/external/pdfium/third_party/zlib_v128/
Dzconf.h221 #if defined(ZLIB_CONST) && !defined(z_const)
222 # define z_const const macro
224 # define z_const macro
Duncompr.c33 stream.next_in = (z_const Bytef *)source; in uncompress()
Dcompress.c32 stream.next_in = (z_const Bytef *)source; in compress2()
Dinffast.c72 z_const unsigned char FAR *in; /* local strm->next_in */ in inflate_fast()
73 z_const unsigned char FAR *last; /* have enough input while in < last */ in inflate_fast()
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 *));
Dzutil.h49 extern z_const char * const z_errmsg[10]; /* indexed by 2-zlib_error */
Dzutil.c17 z_const char * const z_errmsg[10] = {
/external/zlib/
Dzconf.h221 #if defined(ZLIB_CONST) && !defined(z_const)
222 # define z_const const macro
224 # define z_const macro
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/
Dzconf.h221 #if defined(ZLIB_CONST) && !defined(z_const)
222 # define z_const const macro
224 # define z_const macro
Duncompr.c33 stream.next_in = (z_const Bytef *)source;
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 */
Dcompress.c32 stream.next_in = (z_const Bytef *)source;
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 *));
Dzutil.h47 extern z_const char * const z_errmsg[10]; /* indexed by 2-zlib_error */
Dzutil.c17 z_const char * const z_errmsg[10] = {
/external/zlib/src/test/
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/zlib/src/examples/
Dgun.c89 local unsigned in(void *in_desc, z_const unsigned char **buf) in in()
200 local int lunpipe(unsigned have, z_const unsigned char *next, struct ind *indp, in lunpipe()
387 z_const unsigned char *next = NULL; in gunpipe()
/external/opencv3/3rdparty/zlib/
Duncompr.c33 stream.next_in = (z_const Bytef *)source;
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 */
Dcompress.c32 stream.next_in = (z_const Bytef *)source;
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 *));
Dzutil.h47 extern z_const char * const z_errmsg[10]; /* indexed by 2-zlib_error */
Dzutil.c17 z_const char * const z_errmsg[10] = {
/external/curl/packages/OS400/
Dos400sys.c1356 z_const char * msgb4 = strm->msg; in Curl_os400_inflateInit_()
1373 z_const char * msgb4 = strm->msg; in Curl_os400_inflateInit2_()
1389 z_const char * msgb4 = strm->msg; in Curl_os400_inflate()
1405 z_const char * msgb4 = strm->msg; in Curl_os400_inflateEnd()

12