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

12 3

  /external/zlib/src/
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] = {
zutil.h 47 extern z_const char * const z_errmsg[10]; /* indexed by 2-zlib_error */
gzwrite.c 234 strm->next_in = (z_const Bytef *)buf;
infback.c 258 z_const unsigned char FAR *next; /* next input */
  /external/pdfium/third_party/zlib_v128/
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 */
gzwrite.c 234 strm->next_in = (z_const Bytef *)buf;
infback.c 258 z_const unsigned char FAR *next; /* next input */
deflate.c 331 z_const unsigned char *next;
361 strm->next_in = (z_const Bytef *)dictionary;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
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 */
gzwrite.c 234 strm->next_in = (z_const Bytef *)buf;
infback.c 258 z_const unsigned char FAR *next; /* next input */
deflate.c 332 z_const unsigned char *next;
362 strm->next_in = (z_const Bytef *)dictionary;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/zlib/
zutil.h 50 extern z_const char * const z_errmsg[10]; /* indexed by 2-zlib_error */
  /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;
  /external/python/cpython2/Modules/zlib/
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 */
gzwrite.c 234 strm->next_in = (z_const Bytef *)buf;
infback.c 258 z_const unsigned char FAR *next; /* next input */
  /external/zlib/src/contrib/infback9/
infback9.c 225 z_const unsigned char FAR *next; /* next input */
  /external/zlib/src/examples/
gzappend.c 42 * 1.2 11 Oct 2012 - Fix for proper z_const usage
175 z_const unsigned char *next; /* next byte in buffer */

Completed in 1218 milliseconds

12 3