/freebsd/sys/contrib/zlib/test/ |
H A D | example.c | 50 static free_func zfree = myfree; variable 55 static free_func zfree = (free_func)0; variable 172 c_stream.zfree = zfree; in test_deflate() 209 d_stream.zfree = zfree; in test_inflate() 246 c_stream.zfree = zfree; in test_large_deflate() 301 d_stream.zfree = zfree; in test_large_inflate() 338 c_stream.zfree = zfree; in test_flush() 375 d_stream.zfree = zfree; in test_sync() 413 c_stream.zfree = zfree; in test_dict_deflate() 450 d_stream.zfree = zfree; in test_dict_inflate()
|
/freebsd/sys/contrib/zstd/zlibWrapper/examples/ |
H A D | example.c | 98 static free_func zfree = myfree; variable 103 static free_func zfree = (free_func)0; variable 234 c_stream.zfree = zfree; 273 d_stream.zfree = zfree; 312 c_stream.zfree = zfree; 369 d_stream.zfree = zfree; 409 c_stream.zfree = zfree; 448 d_stream.zfree = zfree; 490 c_stream.zfree = zfree; 529 d_stream.zfree = zfree;
|
H A D | example_original.c | 90 static free_func zfree = myfree; variable 95 static free_func zfree = (free_func)0; variable 226 c_stream.zfree = zfree; 265 d_stream.zfree = zfree; 304 c_stream.zfree = zfree; 361 d_stream.zfree = zfree; 401 c_stream.zfree = zfree; 440 d_stream.zfree = zfree; 482 c_stream.zfree = zfree; 521 d_stream.zfree = zfree;
|
H A D | fitblk_original.c | 149 def.zfree = Z_NULL; in main() 181 inf.zfree = Z_NULL; in main()
|
H A D | fitblk.c | 164 def.zfree = Z_NULL; in main() 198 inf.zfree = Z_NULL; in main()
|
H A D | zwrapbench.c | 312 def.zfree = Z_NULL; in BMK_benchMem() 356 def.zfree = Z_NULL; in BMK_benchMem() 457 inf.zfree = Z_NULL; in BMK_benchMem() 497 inf.zfree = Z_NULL; in BMK_benchMem()
|
/freebsd/sys/cddl/contrib/opensolaris/uts/common/zmod/ |
H A D | zmod.c | 72 zs.zfree = zfs_zcfree; in z_uncompress() 105 zs.zfree = zfs_zcfree; in z_compress_level()
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/ |
H A D | spl_zlib.c | 56 stream->zfree = zcfree; in zlib_deflateInit() 78 stream->zfree = zcfree; in zlib_inflateInit()
|
/freebsd/sys/dev/glxsb/ |
H A D | glxsb_hash.c | 150 zfree(ses->ses_ictx, M_GLXSB); in glxsb_hash_free() 154 zfree(ses->ses_octx, M_GLXSB); in glxsb_hash_free()
|
/freebsd/stand/libsa/ |
H A D | zalloc_malloc.c | 90 zfree(&MallocPool, base, incr); in Malloc_align() 146 zfree(&MallocPool, res, bytes); in Free()
|
H A D | zalloc_protos.h | 34 Library void zfree(struct MemPool *mpool, void *ptr, uintptr_t bytes);
|
/freebsd/sys/crypto/via/ |
H A D | padlock_hash.c | 196 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 D | padlock_cipher.c | 233 zfree(buf, M_PADLOCK); in padlock_cipher_process()
|
/freebsd/crypto/openssl/crypto/comp/ |
H A D | c_zlib.c | 132 state->istream.zfree = zlib_zfree; in zlib_stateful_init() 141 state->ostream.zfree = zlib_zfree; in zlib_stateful_init() 331 ctx->zin.zfree = Z_NULL; in bio_zlib_new() 333 ctx->zout.zfree = Z_NULL; in bio_zlib_new()
|
/freebsd/sys/cddl/boot/zfs/ |
H A D | gzip.c | 65 zs.zfree = zfs_zcfree; in z_uncompress()
|
/freebsd/contrib/netbsd-tests/crypto/opencrypto/ |
H A D | h_comp_zlib.c | 75 z.zfree = Z_NULL; in main()
|
H A D | h_comp_zlib_rnd.c | 79 z.zfree = Z_NULL; in main()
|
/freebsd/sys/contrib/zlib/ |
H A D | compress.c | 33 stream.zfree = (free_func)0; in compress2()
|
H A D | uncompr.c | 48 stream.zfree = (free_func)0; in uncompress2()
|
H A D | infback.c | 45 if (strm->zfree == (free_func)0) in inflateBackInit_() 49 strm->zfree = zcfree; in inflateBackInit_() 622 if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0) in inflateBackEnd()
|
H A D | zutil.h | 247 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr))
|
/freebsd/sys/geom/eli/ |
H A D | g_eli_key_cache.c | 118 zfree(key, M_ELI); in g_eli_key_allocate() 174 zfree(key, M_ELI); in g_eli_key_remove()
|
/freebsd/sys/kern/ |
H A D | kern_shutdown.c | 1126 zfree(kdc, M_EKCD); 1223 zfree(kdcomp->kdc_buf, M_DUMPER); 1237 zfree(di->blockbuf, M_DUMPER); in dumper_destroy() 1240 zfree(di->kdcrypto, M_EKCD); in dumper_destroy() 1242 zfree(di, M_DUMPER);
|
/freebsd/sys/crypto/aesni/ |
H A D | aesni.c | 760 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 D | unit_test.c | 95 c_stream.zfree = myfree; in block_deflate()
|