Home | History | Annotate | Download | only in zlib

Lines Matching refs:ZFREE

242     if (strm->zfree == (free_func)0) strm->zfree = zcfree;
363 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0) {
368 strm->msg = Z_NULL; /* use zfree if we ever allocate msg dynamically */
943 ZFREE(strm, strm->state);