Home
last modified time | relevance | path

Searched refs:zcfree (Results 1 – 11 of 11) sorted by relevance

/src/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_zlib.c45 zcfree(void *opaque, void *ptr) in zcfree() function
57 stream->zfree = zcfree; in zlib_deflateInit()
79 stream->zfree = zcfree; in zlib_inflateInit()
/src/sys/contrib/zlib/
H A Dzutil.c241 void ZLIB_INTERNAL zcfree(voidpf opaque, voidpf ptr) { in zcfree() function
282 void ZLIB_INTERNAL zcfree(voidpf opaque, voidpf ptr) { in zcfree() function
306 void ZLIB_INTERNAL zcfree(voidpf opaque, voidpf ptr) { in zcfree() function
H A Dzlib.map15 zcfree;
H A Dzutil.h249 void ZLIB_INTERNAL zcfree(voidpf opaque, voidpf ptr);
H A Dzconf.h165 # define zcfree z_zcfree macro
H A Dinfback.c49 strm->zfree = zcfree; in inflateBackInit_()
H A Dzconf.h.in146 # define zcfree z_zcfree macro
H A Dinflate.c195 strm->zfree = zcfree; in inflateInit2_()
H A Ddeflate.c413 strm->zfree = zcfree; in deflateInit2_()
/src/sys/dev/zlib/
H A Dzcalloc.c34 zcfree(void *nil, void *ptr) in zcfree() function
/src/sys/dev/mxge/
H A Dif_mxge.c694 zs.zfree = zcfree; in mxge_load_firmware_helper()