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

Lines Matching full:zfree

247     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 */
883 ZFREE(strm, strm->state);