Lines Matching full:zfree
169 ZFREE(strm, state->window);
201 if (strm->zfree == (free_func)0)
205 strm->zfree = zcfree;
215 ZFREE(strm, state);
1262 if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0)
1265 if (state->window != Z_NULL) ZFREE(strm, state->window);
1266 ZFREE(strm, strm->state);
1438 source->zalloc == (alloc_func)0 || source->zfree == (free_func)0)
1451 ZFREE(source, copy);