/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/ |
D | compress.c | 23 Bytef *dest; in compress2() 25 const Bytef *source; 32 stream.next_in = (Bytef*)source; 63 Bytef *dest; in compress() 65 const Bytef *source;
|
D | zlib.h | 83 Bytef *next_in; /* next input byte */ 87 Bytef *next_out; /* next output byte should be put there */ 114 Bytef *extra; /* pointer to extra field or Z_NULL if none */ 117 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */ 119 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */ 539 const Bytef *dictionary, 737 const Bytef *dictionary, 1009 ZEXTERN int ZEXPORT compress OF((Bytef *dest, uLongf *destLen, 1010 const Bytef *source, uLong sourceLen)); 1024 ZEXTERN int ZEXPORT compress2 OF((Bytef *dest, uLongf *destLen, [all …]
|
D | uncompr.c | 27 Bytef *dest; in uncompress() 29 const Bytef *source; 35 stream.next_in = (Bytef*)source;
|
D | zutil.h | 243 extern void zmemcpy OF((Bytef* dest, const Bytef* source, uInt len)); 244 extern int zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len)); 245 extern void zmemzero OF((Bytef* dest, uInt len));
|
D | zutil.c | 150 Bytef* dest; in zmemcpy() 151 const Bytef* source; 161 const Bytef* s1; in zmemcmp() 162 const Bytef* s2; 174 Bytef* dest; in zmemzero()
|
D | zconf.in.h | 53 # define Bytef z_Bytef macro 268 # define Bytef Byte FAR macro 270 typedef Byte FAR Bytef; typedef
|
D | zconf.h | 53 # define Bytef z_Bytef macro 268 # define Bytef Byte FAR macro 270 typedef Byte FAR Bytef; typedef
|
D | deflate.h | 97 Bytef *pending_buf; /* output still pending */ 99 Bytef *pending_out; /* next pending byte to output to the stream */ 113 Bytef *window;
|
D | example.c | 66 err = compress(compr, &comprLen, (const Bytef*)hello, len); 184 c_stream.next_in = (Bytef*)hello; 359 c_stream.next_in = (Bytef*)hello; 441 (const Bytef*)dictionary, sizeof(dictionary)); 448 c_stream.next_in = (Bytef*)hello; 493 err = inflateSetDictionary(&d_stream, (const Bytef*)dictionary,
|
D | deflate.c | 85 local int read_buf OF((z_streamp strm, Bytef *buf, unsigned size)); 201 zmemzero((Bytef *)s->head, (unsigned)(s->hash_size-1)*sizeof(*s->head)); 287 s->window = (Bytef *) ZALLOC(strm, s->w_size, 2*sizeof(Byte)); 317 const Bytef *dictionary; 920 ds->window = (Bytef *) ZALLOC(dest, ds->w_size, 2*sizeof(Byte)); 958 Bytef *buf; 1032 register Bytef *scan = s->window + s->strstart; /* current string */ 1033 register Bytef *match; /* matched string */ 1049 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1; 1053 register Bytef *strend = s->window + s->strstart + MAX_MATCH; [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
D | compress.c | 23 Bytef *dest; in compress2() 25 const Bytef *source; 32 stream.next_in = (z_const Bytef *)source; 63 Bytef *dest; in compress() 65 const Bytef *source;
|
D | zlib.h | 86 z_const Bytef *next_in; /* next input byte */ 90 Bytef *next_out; /* next output byte should be put there */ 117 Bytef *extra; /* pointer to extra field or Z_NULL if none */ 120 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */ 122 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */ 588 const Bytef *dictionary, 820 const Bytef *dictionary, 843 Bytef *dictionary, 1160 ZEXTERN int ZEXPORT compress OF((Bytef *dest, uLongf *destLen, 1161 const Bytef *source, uLong sourceLen)); [all …]
|
D | uncompr.c | 25 Bytef *dest; in uncompress() 27 const Bytef *source; 33 stream.next_in = (z_const Bytef *)source;
|
D | zutil.c | 153 Bytef* dest; in zmemcpy() 154 const Bytef* source; 164 const Bytef* s1; in zmemcmp() 165 const Bytef* s2; 177 Bytef* dest; in zmemzero()
|
D | zutil.h | 213 void ZLIB_INTERNAL zmemcpy OF((Bytef* dest, const Bytef* source, uInt len)); 214 int ZLIB_INTERNAL zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len)); 215 void ZLIB_INTERNAL zmemzero OF((Bytef* dest, uInt len));
|
D | deflate.h | 100 Bytef *pending_buf; /* output still pending */ 102 Bytef *pending_out; /* next pending byte to output to the stream */ 116 Bytef *window;
|
D | deflate.c | 87 local int read_buf OF((z_streamp strm, Bytef *buf, unsigned size)); 198 zmemzero((Bytef *)s->head, (unsigned)(s->hash_size-1)*sizeof(*s->head)); 293 s->window = (Bytef *) ZALLOC(strm, s->w_size, 2*sizeof(Byte)); 325 const Bytef *dictionary; 362 strm->next_in = (z_const Bytef *)dictionary; 474 if ((Bytef *)(s->d_buf) < s->pending_out + ((Buf_size + 7) >> 3)) 572 Bytef *str; 1040 ds->window = (Bytef *) ZALLOC(dest, ds->w_size, 2*sizeof(Byte)); 1078 Bytef *buf; 1153 register Bytef *scan = s->window + s->strstart; /* current string */ [all …]
|
D | zconf.h | 129 # define Bytef z_Bytef macro 375 # define Bytef Byte FAR macro 377 typedef Byte FAR Bytef; typedef
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/ |
D | zlib.h | 87 z_const Bytef *next_in; /* next input byte */ 91 Bytef *next_out; /* next output byte will go here */ 119 Bytef *extra; /* pointer to extra field or Z_NULL if none */ 122 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */ 124 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */ 612 const Bytef *dictionary, 656 Bytef *dictionary, 885 const Bytef *dictionary, 908 Bytef *dictionary, 1227 ZEXTERN int ZEXPORT compress OF((Bytef *dest, uLongf *destLen, [all …]
|
D | zutil.h | 231 void ZLIB_INTERNAL zmemcpy OF((Bytef* dest, const Bytef* source, uInt len)); 232 int ZLIB_INTERNAL zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len)); 233 void ZLIB_INTERNAL zmemzero OF((Bytef* dest, uInt len));
|
D | zutil.c | 147 Bytef* dest; in zmemcpy() 148 const Bytef* source; 158 const Bytef* s1; in zmemcmp() 159 const Bytef* s2; 171 Bytef* dest; in zmemzero()
|
D | adler32.c | 65 const Bytef *buf; 136 const Bytef *buf;
|
D | zconf.h | 142 # define Bytef z_Bytef macro 398 # define Bytef Byte FAR macro 400 typedef Byte FAR Bytef; typedef
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/zlib/ |
D | zutil.h | 243 extern void zmemcpy OF((Bytef* dest, const Bytef* source, uInt len)); 244 extern int zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len)); 245 extern void zmemzero OF((Bytef* dest, uInt len));
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/zlib/ |
D | zutil.h | 216 void ZLIB_INTERNAL zmemcpy OF((Bytef* dest, const Bytef* source, uInt len)); 217 int ZLIB_INTERNAL zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len)); 218 void ZLIB_INTERNAL zmemzero OF((Bytef* dest, uInt len));
|