Searched refs:ZALLOC (Results 1 - 7 of 7) sorted by relevance

/vbox/src/libs/zlib-1.2.6/
H A Ddeflate.c277 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 Dzutil.h243 #define ZALLOC(strm, items, size) \ macro
H A Dinflate.c208 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 Dinfback.c58 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 Dzutil.h264 #define ZALLOC(strm, items, size) \ macro
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Modules/zlib/
H A Dzutil.h274 #define ZALLOC(strm, items, size) \ macro
/vbox/src/libs/zlib-1.2.6/contrib/infback9/
H A Dinfback9.c38 state = (struct inflate_state FAR *)ZALLOC(strm, 1,

Completed in 1076 milliseconds