Home
last modified time | relevance | path

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

/openbsd/sys/lib/libz/
H A Dzutil.c228 void ZLIB_INTERNAL zcfree(voidpf opaque, voidpf ptr) { in zcfree() function
269 void ZLIB_INTERNAL zcfree(voidpf opaque, voidpf ptr) { in zcfree() function
294 void ZLIB_INTERNAL zcfree(voidpf opaque, voidpf ptr) { in zcfree() function
H A Dzopenbsd.c32 zcfree(void *notused, void *ptr, u_int size) in zcfree() function
H A Dzutil.h257 void ZLIB_INTERNAL zcfree(voidpf opaque, voidpf ptr, unsigned size);
H A Dzconf.h136 # define zcfree z_zcfree macro
H A Dinfback.c49 strm->zfree = zcfree; in inflateBackInit_()
H A Dinflate.c200 strm->zfree = zcfree; in inflateInit2_()
H A Ddeflate.c401 strm->zfree = zcfree; in deflateInit2_()
/openbsd/lib/libz/
H A Dzutil.c225 void ZLIB_INTERNAL zcfree(voidpf opaque, voidpf ptr) { in zcfree() function
266 void ZLIB_INTERNAL zcfree(voidpf opaque, voidpf ptr) { in zcfree() function
291 void ZLIB_INTERNAL zcfree(voidpf opaque, voidpf ptr) { in zcfree() function
H A Dzutil.h243 void ZLIB_INTERNAL zcfree(voidpf opaque, voidpf ptr);
H A Dzconf.h136 # define zcfree z_zcfree macro
H A Dinfback.c49 strm->zfree = zcfree; in inflateBackInit_()
H A Dinflate.c200 strm->zfree = zcfree; in inflateInit2_()
H A Ddeflate.c401 strm->zfree = zcfree; in deflateInit2_()
/openbsd/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
H A Dzutil.c245 void ZLIB_INTERNAL zcfree(voidpf opaque, voidpf ptr) in zcfree() function
288 void ZLIB_INTERNAL zcfree(voidpf opaque, voidpf ptr) in zcfree() function
317 void ZLIB_INTERNAL zcfree ( in zcfree() function
H A Dzutil.h267 void ZLIB_INTERNAL zcfree OF((voidpf opaque, voidpf ptr));
H A Dzconf.h135 # define zcfree z_zcfree macro
H A Dinfback.c56 strm->zfree = zcfree; in inflateBackInit_()
H A Dinflate.c224 strm->zfree = zcfree; in inflateInit2_()
H A Ddeflate.c270 strm->zfree = zcfree; in deflateInit2_()
/openbsd/sys/net/
H A Dppp-deflate.c69 static void zcfree(void *, void *ptr, u_int size);
136 zcfree(void *notused, void *ptr, u_int size) in zcfree() function
166 state->strm.zfree = zcfree; in z_comp_alloc()
387 state->strm.zfree = zcfree; in z_decomp_alloc()
/openbsd/sys/lib/libsa/
H A Dcread.c81 void zcfree(void *, void *);
90 zcfree(void *opaque, void *ptr) in zcfree() function
/openbsd/sys/crypto/
H A Dxform_ipcomp.c75 zbuf.zfree = zcfree; in deflate_global()