zcfree            242 third_party/zlib/deflate.c     if (strm->zfree == (free_func)0) strm->zfree = zcfree;
zcfree             48 third_party/zlib/infback.c     if (strm->zfree == (free_func)0) strm->zfree = zcfree;
zcfree            186 third_party/zlib/inflate.c     if (strm->zfree == (free_func)0) strm->zfree = zcfree;
zcfree            282 third_party/zlib/zutil.h void ZLIB_INTERNAL zcfree  OF((voidpf opaque, voidpf ptr));