Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
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;
Dcompress.c32 stream.next_in = (z_const Bytef *)source;
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;
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 */
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.c17 z_const char * const z_errmsg[10] = {
Dzutil.h47 extern z_const char * const z_errmsg[10]; /* indexed by 2-zlib_error */
Dgzwrite.c234 strm->next_in = (z_const Bytef *)buf;
Dinfback.c258 z_const unsigned char FAR *next; /* next input */
Ddeflate.c332 z_const unsigned char *next;
362 strm->next_in = (z_const Bytef *)dictionary;
Dinflate.c610 z_const unsigned char FAR *next; /* next input */
DChangeLog34 - Clean up the usage of z_const and respect const usage within zlib
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/zlib/
Dzutil.h50 extern z_const char * const z_errmsg[10]; /* indexed by 2-zlib_error */