HomeSort by relevance Sort by last modified time
    Searched refs:z_const (Results 1 - 25 of 40) sorted by null

1 2

  /external/opencv3/3rdparty/zlib/
uncompr.c 33 stream.next_in = (z_const Bytef *)source;
compress.c 32 stream.next_in = (z_const Bytef *)source;
inffast.c 72 z_const unsigned char FAR *in; /* local strm->next_in */
73 z_const unsigned char FAR *last; /* have enough input while in < last */
zlib.h 86 z_const Bytef *next_in; /* next input byte */
94 z_const char *msg; /* last error message, NULL if no error */
    [all...]
zconf.h.cmakein 223 #if defined(ZLIB_CONST) && !defined(z_const)
224 # define z_const const
226 # define z_const
zutil.c 17 z_const char * const z_errmsg[10] = {
zutil.h 47 extern z_const char * const z_errmsg[10]; /* indexed by 2-zlib_error */
  /external/pdfium/third_party/zlib_v128/
uncompr.c 33 stream.next_in = (z_const Bytef *)source;
compress.c 32 stream.next_in = (z_const Bytef *)source;
zconf.h 221 #if defined(ZLIB_CONST) && !defined(z_const)
222 # define z_const const macro
224 # define z_const macro
inffast.c 72 z_const unsigned char FAR *in; /* local strm->next_in */
73 z_const unsigned char FAR *last; /* have enough input while in < last */
zlib.h 155 z_const Bytef *next_in; /* next input byte */
163 z_const char *msg; /* last error message, NULL if no error */
    [all...]
zutil.c 17 z_const char * const z_errmsg[10] = {
zutil.h 49 extern z_const char * const z_errmsg[10]; /* indexed by 2-zlib_error */
  /external/zlib/src/
uncompr.c 33 stream.next_in = (z_const Bytef *)source;
compress.c 32 stream.next_in = (z_const Bytef *)source;
zconf.h 221 #if defined(ZLIB_CONST) && !defined(z_const)
222 # define z_const const macro
224 # define z_const macro
inffast.c 72 z_const unsigned char FAR *in; /* local strm->next_in */
73 z_const unsigned char FAR *last; /* have enough input while in < last */
zlib.h 86 z_const Bytef *next_in; /* next input byte */
94 z_const char *msg; /* last error message, NULL if no error */
    [all...]
zconf.h.cmakein 223 #if defined(ZLIB_CONST) && !defined(z_const)
224 # define z_const const
226 # define z_const
zconf.h.in 221 #if defined(ZLIB_CONST) && !defined(z_const)
222 # define z_const const
224 # define z_const
zutil.c 17 z_const char * const z_errmsg[10] = {
  /external/zlib/src/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;
  /external/zlib/src/test/
example.c 29 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/
os400sys.c 1356 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;

Completed in 1168 milliseconds

1 2