Home | History | Annotate | Download | only in zlib

Lines Matching refs:zfree

248     if (strm->zfree == (free_func)0)
252 strm->zfree = zcfree;
398 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0) {
403 strm->msg = Z_NULL; /* use zfree if we ever allocate msg dynamically */
1001 ZFREE(strm, strm->state);