Home
last modified time | relevance | path

Searched refs:zfree (Results 1 – 25 of 66) sorted by relevance

123

/freebsd/sys/contrib/zlib/test/
H A Dexample.c56 static free_func zfree = myfree; variable
61 static free_func zfree = (free_func)0; variable
178 c_stream.zfree = zfree; in test_deflate()
215 d_stream.zfree = zfree; in test_inflate()
252 c_stream.zfree = zfree; in test_large_deflate()
307 d_stream.zfree = zfree; in test_large_inflate()
344 c_stream.zfree = zfree; in test_flush()
381 d_stream.zfree = zfree; in test_sync()
419 c_stream.zfree = zfree; in test_dict_deflate()
456 d_stream.zfree = zfree; in test_dict_inflate()
/freebsd/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dzmod.c72 zs.zfree = zfs_zcfree; in z_uncompress()
105 zs.zfree = zfs_zcfree; in z_compress_level()
/freebsd/sys/dev/glxsb/
H A Dglxsb_hash.c150 zfree(ses->ses_ictx, M_GLXSB); in glxsb_hash_free()
154 zfree(ses->ses_octx, M_GLXSB); in glxsb_hash_free()
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_zlib.c57 stream->zfree = zcfree; in zlib_deflateInit()
79 stream->zfree = zcfree; in zlib_inflateInit()
/freebsd/stand/libsa/
H A Dzalloc_malloc.c90 zfree(&MallocPool, base, incr); in Malloc_align()
146 zfree(&MallocPool, res, bytes); in Free()
H A Dzalloc_protos.h34 Library void zfree(struct MemPool *mpool, void *ptr, uintptr_t bytes);
H A Dzalloc.c172 zfree(MemPool *mp, void *ptr, uintptr_t bytes) in zfree() function
/freebsd/sys/crypto/via/
H A Dpadlock_hash.c196 zfree(ctx->psc_buf, M_PADLOCK); in padlock_sha_free()
411 zfree(ses->ses_ictx, M_PADLOCK); in padlock_hash_free()
416 zfree(ses->ses_octx, M_PADLOCK); in padlock_hash_free()
H A Dpadlock_cipher.c233 zfree(buf, M_PADLOCK); in padlock_cipher_process()
/freebsd/crypto/openssl/crypto/comp/
H A Dc_zlib.c126 state->istream.zfree = zlib_zfree; in zlib_stateful_init()
135 state->ostream.zfree = zlib_zfree; in zlib_stateful_init()
410 ctx->zin.zfree = Z_NULL; in bio_zlib_new()
412 ctx->zout.zfree = Z_NULL; in bio_zlib_new()
/freebsd/sys/cddl/boot/zfs/
H A Dgzip.c65 zs.zfree = zfs_zcfree; in z_uncompress()
/freebsd/sys/contrib/zlib/
H A Dinfback.c45 if (strm->zfree == (free_func)0) in inflateBackInit_()
49 strm->zfree = zcfree; in inflateBackInit_()
575 if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0) in inflateBackEnd()
H A Duncompr.c48 stream.zfree = (free_func)0; in uncompress2_z()
H A Dcompress.c39 stream.zfree = (free_func)0; in compress2_z()
H A Dzutil.h254 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr))
/freebsd/contrib/netbsd-tests/crypto/opencrypto/
H A Dh_comp_zlib.c75 z.zfree = Z_NULL; in main()
H A Dh_comp_zlib_rnd.c79 z.zfree = Z_NULL; in main()
/freebsd/sys/geom/eli/
H A Dg_eli_key_cache.c118 zfree(key, M_ELI); in g_eli_key_allocate()
174 zfree(key, M_ELI); in g_eli_key_remove()
/freebsd/sys/kern/
H A Dkern_shutdown.c1121 zfree(kdc, M_EKCD); in kerneldumpcrypto_create()
1218 zfree(kdcomp->kdc_buf, M_DUMPER); in kerneldumpcomp_destroy()
1232 zfree(di->blockbuf, M_DUMPER); in dumper_destroy()
1235 zfree(di->kdcrypto, M_EKCD); in dumper_destroy()
1237 zfree(di, M_DUMPER); in dumper_destroy()
/freebsd/sys/crypto/aesni/
H A Daesni.c760 zfree(buf, M_AESNI); in aesni_cipher_crypt()
762 zfree(authbuf, M_AESNI); in aesni_cipher_crypt()
764 zfree(outbuf, M_AESNI); in aesni_cipher_crypt()
/freebsd/sys/dev/random/
H A Dunit_test.c95 c_stream.zfree = myfree; in block_deflate()
/freebsd/usr.sbin/ppp/
H A Ddeflate.c498 state->cx.zfree = NULL; in DeflateInitInput()
521 state->cx.zfree = NULL; in DeflateInitOutput()
/freebsd/sys/opencrypto/
H A Dcryptodeflate.c126 zbuf.zfree = crypto_zfree; in deflate_global()
/freebsd/sys/sys/
H A Dmalloc.h192 void zfree(void *addr, struct malloc_type *type);
/freebsd/sys/dev/virtio/random/
H A Dvirtio_random.c216 zfree(sc->vtrnd_value, M_DEVBUF); in vtrnd_detach()

123