Home | History | Annotate | Download | only in zlib-1.2.3

Lines Matching refs:zalloc

157     if (strm->zalloc == (alloc_func)0) {
158 strm->zalloc = zcalloc;
163 ZALLOC(strm, 1, sizeof(struct inflate_state));
335 ZALLOC(strm, 1U << state->wbits,
1334 source->zalloc == (alloc_func)0 || source->zfree == (free_func)0)
1340 ZALLOC(source, 1, sizeof(struct inflate_state));
1345 ZALLOC(source, 1U << state->wbits, sizeof(unsigned char));