Searched refs:ZALLOC (Results 1 - 7 of 7) sorted by relevance
/vbox/src/libs/zlib-1.2.6/ |
H A D | deflate.c | 277 s = (deflate_state *) ZALLOC(strm, 1, sizeof(deflate_state)); 293 s->window = (Bytef *) ZALLOC(strm, s->w_size, 2*sizeof(Byte)); 294 s->prev = (Posf *) ZALLOC(strm, s->w_size, sizeof(Pos)); 295 s->head = (Posf *) ZALLOC(strm, s->hash_size, sizeof(Pos)); 301 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2); 1032 ds = (deflate_state *) ZALLOC(dest, 1, sizeof(deflate_state)); 1038 ds->window = (Bytef *) ZALLOC(dest, ds->w_size, 2*sizeof(Byte)); 1039 ds->prev = (Posf *) ZALLOC(dest, ds->w_size, sizeof(Pos)); 1040 ds->head = (Posf *) ZALLOC(dest, ds->hash_size, sizeof(Pos)); 1041 overlay = (ushf *) ZALLOC(des [all...] |
H A D | zutil.h | 243 #define ZALLOC(strm, items, size) \ macro
|
H A D | inflate.c | 208 ZALLOC(strm, 1, sizeof(struct inflate_state)); 390 ZALLOC(strm, 1U << state->wbits, 1444 ZALLOC(source, 1, sizeof(struct inflate_state)); 1449 ZALLOC(source, 1U << state->wbits, sizeof(unsigned char));
|
H A D | infback.c | 58 state = (struct inflate_state FAR *)ZALLOC(strm, 1,
|
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.1/Modules/zlib/ |
H A D | zutil.h | 264 #define ZALLOC(strm, items, size) \ macro
|
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Modules/zlib/ |
H A D | zutil.h | 274 #define ZALLOC(strm, items, size) \ macro
|
/vbox/src/libs/zlib-1.2.6/contrib/infback9/ |
H A D | infback9.c | 38 state = (struct inflate_state FAR *)ZALLOC(strm, 1,
|
Completed in 43 milliseconds