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

1 2 3

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
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...]
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/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 */
  /external/python/cpython2/Modules/zlib/
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...]
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;
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
  /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...]
  /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;

Completed in 228 milliseconds

1 2 3