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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/
H A Ddeflate.c271 s = (deflate_state *) ZALLOC(strm, 1, sizeof(deflate_state));
287 s->window = (Bytef *) ZALLOC(strm, s->w_size, 2*sizeof(Byte));
288 s->prev = (Posf *) ZALLOC(strm, s->w_size, sizeof(Pos));
289 s->head = (Posf *) ZALLOC(strm, s->hash_size, sizeof(Pos));
293 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2);
914 ds = (deflate_state *) ZALLOC(dest, 1, sizeof(deflate_state));
920 ds->window = (Bytef *) ZALLOC(dest, ds->w_size, 2*sizeof(Byte));
921 ds->prev = (Posf *) ZALLOC(dest, ds->w_size, sizeof(Pos));
922 ds->head = (Posf *) ZALLOC(dest, ds->hash_size, sizeof(Pos));
923 overlay = (ushf *) ZALLOC(des
[all...]
H A Dzutil.h264 #define ZALLOC(strm, items, size) \ macro
H A Dinflate.c163 ZALLOC(strm, 1, sizeof(struct inflate_state));
335 ZALLOC(strm, 1U << state->wbits,
1340 ZALLOC(source, 1, sizeof(struct inflate_state));
1345 ZALLOC(source, 1U << state->wbits, sizeof(unsigned char));
H A Dinfback.c49 state = (struct inflate_state FAR *)ZALLOC(strm, 1,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/
H A Ddeflate.c271 s = (deflate_state *) ZALLOC(strm, 1, sizeof(deflate_state));
287 s->window = (Bytef *) ZALLOC(strm, s->w_size, 2*sizeof(Byte));
288 s->prev = (Posf *) ZALLOC(strm, s->w_size, sizeof(Pos));
289 s->head = (Posf *) ZALLOC(strm, s->hash_size, sizeof(Pos));
293 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2);
914 ds = (deflate_state *) ZALLOC(dest, 1, sizeof(deflate_state));
920 ds->window = (Bytef *) ZALLOC(dest, ds->w_size, 2*sizeof(Byte));
921 ds->prev = (Posf *) ZALLOC(dest, ds->w_size, sizeof(Pos));
922 ds->head = (Posf *) ZALLOC(dest, ds->hash_size, sizeof(Pos));
923 overlay = (ushf *) ZALLOC(des
[all...]
H A Dzutil.h264 #define ZALLOC(strm, items, size) \ macro
H A Dinflate.c163 ZALLOC(strm, 1, sizeof(struct inflate_state));
335 ZALLOC(strm, 1U << state->wbits,
1340 ZALLOC(source, 1, sizeof(struct inflate_state));
1345 ZALLOC(source, 1U << state->wbits, sizeof(unsigned char));
H A Dinfback.c49 state = (struct inflate_state FAR *)ZALLOC(strm, 1,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/common/
H A Dzlib.c251 #define ZALLOC(strm, items, size) \ macro
780 s = (deflate_state *) ZALLOC(strm, 1, sizeof(deflate_state));
795 s->window = (Bytef *) ZALLOC(strm, s->w_size, 2*sizeof(Byte));
796 s->prev = (Posf *) ZALLOC(strm, s->w_size, sizeof(Pos));
797 s->head = (Posf *) ZALLOC(strm, s->hash_size, sizeof(Pos));
801 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2);
1153 ds = (deflate_state *) ZALLOC(dest, 1, sizeof(deflate_state));
1159 ds->window = (Bytef *) ZALLOC(dest, ds->w_size, 2*sizeof(Byte));
1160 ds->prev = (Posf *) ZALLOC(dest, ds->w_size, sizeof(Pos));
1161 ds->head = (Posf *) ZALLOC(des
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppdump/
H A Dzlib.c126 #define ZALLOC(strm, items, size) \ macro
618 s = (deflate_state *) ZALLOC(strm, 1, sizeof(deflate_state));
633 s->window = (Bytef *) ZALLOC(strm, s->w_size, 2*sizeof(Byte));
634 s->prev = (Posf *) ZALLOC(strm, s->w_size, sizeof(Pos));
635 s->head = (Posf *) ZALLOC(strm, s->hash_size, sizeof(Pos));
639 s->pending_buf = (uchf *) ZALLOC(strm, s->lit_bufsize, 2*sizeof(ush));
2812 ZALLOC(z,1,sizeof(struct internal_state))) == Z_NULL)
3240 if ((s = (inflate_blocks_statef *)ZALLOC
3243 if ((s->window = (Bytef *)ZALLOC(z, 1, w)) == Z_NULL)
3370 if ((s->sub.trees.blens = (uIntf*)ZALLOC(
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/infback9/
H A Dinfback9.c38 state = (struct inflate_state FAR *)ZALLOC(strm, 1,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/infback9/
H A Dinfback9.c38 state = (struct inflate_state FAR *)ZALLOC(strm, 1,

Completed in 194 milliseconds