zcfree 247 other-licenses/zlib/deflate.c if (strm->zfree == (free_func)0) strm->zfree = zcfree; zcfree 48 other-licenses/zlib/infback.c if (strm->zfree == (free_func)0) strm->zfree = zcfree; zcfree 161 other-licenses/zlib/inflate.c if (strm->zfree == (free_func)0) strm->zfree = zcfree; zcfree 262 other-licenses/zlib/zutil.h void zcfree OF((voidpf opaque, voidpf ptr));