Home
last modified time | relevance | path

Searched refs:ZFREE (Results 1 – 12 of 12) sorted by relevance

/netbsd/src/external/cddl/osnet/dist/uts/common/zmod/
Dzutil.h273 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr)) macro
274 #define TRY_FREE(s, p) {if (p) ZFREE(s, p);}
Dinflate.c185 ZFREE(strm, state);
1189 if (state->window != Z_NULL) ZFREE(strm, state->window);
1190 ZFREE(strm, strm->state);
1374 ZFREE(source, copy);
Ddeflate.c889 ZFREE(strm, strm->state);
/netbsd/src/common/dist/zlib/
Dzutil.h261 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr)) macro
262 #define TRY_FREE(s, p) {if (p) ZFREE(s, p);}
Dinflate.c170 ZFREE(strm, state->window); in inflateReset2()
214 ZFREE(strm, state); in inflateInit2_()
1280 if (state->window != Z_NULL) ZFREE(strm, state->window); in inflateEnd()
1281 ZFREE(strm, strm->state); in inflateEnd()
1468 ZFREE(source, copy); in inflateCopy()
Dinfback.c626 ZFREE(strm, strm->state); in inflateBackEnd()
Ddeflate.c1273 ZFREE(strm, strm->state); in deflateEnd()
DChangeLog1142 - ZFREE was repeated on same allocation on some error conditions
/netbsd/src/sys/net/
Dzlib.c279 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr)) macro
280 #define TRY_FREE(s, p) {if (p) ZFREE(s, p);}
1201 ZFREE(strm, s); in deflateEnd()
3431 ZFREE(z, z->state); in _tr_flush_block()
4029 ZFREE(z, s->sub.trees.blens); in _tr_flush_block()
4052 ZFREE(z, s); in _tr_flush_block()
4057 ZFREE(z, s->hufts); in _tr_flush_block()
4058 ZFREE(z, s); in _tr_flush_block()
4202 ZFREE(z, s->sub.trees.blens); in _tr_flush_block()
4240 ZFREE(z, s->sub.trees.blens); in _tr_flush_block()
[all …]
/netbsd/src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
Dzlib.c104 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr)) macro
337 ZFREE(strm, state); in inflateInit2_()
2047 if (state->window != Z_NULL) ZFREE(strm, state->window); in inflateEnd()
2048 ZFREE(strm, strm->state); in inflateEnd()
2226 ZFREE(source, copy); in inflateCopy()
/netbsd/src/common/dist/zlib/contrib/infback9/
Dinfback9.c599 ZFREE(strm, strm->state); in inflateBack9End()
/netbsd/src/external/zlib/pigz/dist/
Dpigz.c635 #define ZFREE zlib_free macro
797 #define ZFREE Z_NULL macro
1432 strm.zfree = ZFREE; in compress_thread()
1970 strm->zfree = ZFREE; in single_compress()
2932 strm.zfree = ZFREE; in infchk()