Searched refs:zcfree (Results 26 - 47 of 47) sorted by relevance

12

/netbsd-current/external/gpl3/gdb/dist/zlib/contrib/infback9/
H A Dinfback9.c37 if (strm->zfree == (free_func)0) strm->zfree = zcfree;
/netbsd-current/external/gpl3/binutils.old/dist/zlib/contrib/infback9/
H A Dinfback9.c37 if (strm->zfree == (free_func)0) strm->zfree = zcfree;
/netbsd-current/common/dist/zlib/contrib/infback9/
H A Dinfback9.c37 if (strm->zfree == (free_func)0) strm->zfree = zcfree;
/netbsd-current/external/gpl3/gdb.old/dist/zlib/contrib/infback9/
H A Dinfback9.c37 if (strm->zfree == (free_func)0) strm->zfree = zcfree;
/netbsd-current/external/gpl3/gdb.old/dist/zlib/
H A Dinfback.c56 strm->zfree = zcfree;
H A Dinflate.c221 strm->zfree = zcfree;
H A Ddeflate.c279 strm->zfree = zcfree;
/netbsd-current/common/dist/zlib/
H A Dinfback.c58 strm->zfree = zcfree;
H A Dinflate.c226 strm->zfree = zcfree;
H A Ddeflate.c273 strm->zfree = zcfree;
/netbsd-current/external/gpl3/binutils/dist/zlib/
H A Dinfback.c56 strm->zfree = zcfree;
H A Dinflate.c222 strm->zfree = zcfree;
H A Ddeflate.c277 strm->zfree = zcfree;
/netbsd-current/external/gpl3/gdb/dist/zlib/
H A Dinfback.c56 strm->zfree = zcfree;
H A Dinflate.c222 strm->zfree = zcfree;
H A Ddeflate.c277 strm->zfree = zcfree;
/netbsd-current/external/gpl3/binutils.old/dist/zlib/
H A Dinfback.c56 strm->zfree = zcfree;
H A Dinflate.c222 strm->zfree = zcfree;
H A Ddeflate.c277 strm->zfree = zcfree;
/netbsd-current/sys/net/
H A Dzlib.c275 void zcfree(voidpf opaque, voidpf ptr);
837 if (strm->zfree == Z_NULL) strm->zfree = zcfree;
3454 if (z->zfree == Z_NULL) z->zfree = zcfree;
5688 * original form in order to free it, use zcfree().
5733 void zcfree (voidpf opaque, voidpf ptr) function
5752 Assert(0, "zcfree: ptr not found");
5774 void zcfree (voidpf opaque, voidpf ptr) function
5799 void zcfree (opaque, ptr) function
/netbsd-current/external/cddl/osnet/dist/uts/common/zmod/
H A Dinflate.c168 if (strm->zfree == (free_func)0) strm->zfree = zcfree;
H A Ddeflate.c253 if (strm->zfree == (free_func)0) strm->zfree = zcfree;

Completed in 401 milliseconds

12