Home
last modified time | relevance | path

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

/openbsd/src/sys/lib/libz/
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
Dzopenbsd.c32 zcfree(void *notused, void *ptr, u_int size) in zcfree() function
Dzutil.h260 void ZLIB_INTERNAL zcfree(voidpf opaque, voidpf ptr, unsigned size);
Dzconf.h137 # define zcfree z_zcfree macro
Dinfback.c49 strm->zfree = zcfree; in inflateBackInit_()
Dinflate.c200 strm->zfree = zcfree; in inflateInit2_()
Ddeflate.c401 strm->zfree = zcfree; in deflateInit2_()
/openbsd/src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
Dzutil.c227 void ZLIB_INTERNAL zcfree(voidpf opaque, voidpf ptr) { in zcfree() function
268 void ZLIB_INTERNAL zcfree(voidpf opaque, voidpf ptr) { in zcfree() function
292 void ZLIB_INTERNAL zcfree(voidpf opaque, voidpf ptr) { in zcfree() function
Dzutil.h242 void ZLIB_INTERNAL zcfree(voidpf opaque, voidpf ptr);
Dzconf.h138 # define zcfree z_zcfree macro
Dinfback.c49 strm->zfree = zcfree; in inflateBackInit_()
Dinflate.c200 strm->zfree = zcfree; in inflateInit2_()
Ddeflate.c405 strm->zfree = zcfree; in deflateInit2_()
/openbsd/src/lib/libz/
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
Dzutil.h247 void ZLIB_INTERNAL zcfree(voidpf opaque, voidpf ptr);
Dzconf.h137 # define zcfree z_zcfree macro
Dinfback.c49 strm->zfree = zcfree; in inflateBackInit_()
Dinflate.c200 strm->zfree = zcfree; in inflateInit2_()
Ddeflate.c401 strm->zfree = zcfree; in deflateInit2_()
/openbsd/src/sys/net/
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/src/sys/lib/libsa/
Dcread.c81 void zcfree(void *, void *);
90 zcfree(void *opaque, void *ptr) in zcfree() function
/openbsd/src/sys/crypto/
Dxform_ipcomp.c75 zbuf.zfree = zcfree; in deflate_global()