Home
last modified time | relevance | path

Searched refs:free_func (Results 1 – 25 of 31) sorted by relevance

12

/freebsd/crypto/openssl/crypto/objects/
H A Do_names.c35 void (*free_func) (const char *, int, const char *); member
70 void (*free_func) (const char *, int, const char *)) in OBJ_NAME_new_index()
111 if (free_func != NULL) in OBJ_NAME_new_index()
112 name_funcs->free_func = free_func; in OBJ_NAME_new_index()
223 ret->type)->free_func(ret->name, ret->type, in OBJ_NAME_add()
266 ret->type)->free_func(ret->name, ret->type, in OBJ_NAME_remove()
/freebsd/crypto/openssl/crypto/
H A Dex_data.c134 a->free_func = dummy_free; in ossl_crypto_free_ex_index_ex()
153 CRYPTO_EX_free *free_func, in ossl_crypto_get_ex_new_index_ex() argument
188 a->free_func = free_func; in ossl_crypto_get_ex_new_index_ex()
206 CRYPTO_EX_free *free_func) in CRYPTO_get_ex_new_index() argument
209 new_func, dup_func, free_func, 0); in CRYPTO_get_ex_new_index()
404 if (f != NULL && f->free_func != NULL) { in CRYPTO_free_ex_data()
406 f->free_func(obj, ptr, ad, storage[i].index, f->argl, f->argp); in CRYPTO_free_ex_data()
/freebsd/crypto/openssl/doc/man3/
H A DBIO_get_ex_new_index.pod37 CRYPTO_EX_free *free_func);
51 CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func);
55 CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func);
59 CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func);
63 CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func);
69 CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func);
H A DCRYPTO_get_ex_new_index.pod19 CRYPTO_EX_free *free_func);
126 free_func() is called for every defined index. Again, the state of the
127 parent structure is not guaranteed. The free_func() may be called with a
130 Both new_func() and free_func() take the same parameters.
/freebsd/contrib/netbsd-tests/usr.bin/xlint/lint1/
H A Dd_typefun.c3 typedef void (*free_func) (void * opaque, void* address); typedef
21 void (*free_func)(OPENSSL_BLOCK), int ex_tag,
/freebsd/sys/kern/
H A Dsubr_busdma_bufalloc.c75 uma_alloc alloc_func, uma_free free_func, uint32_t zcreate_flags) in busdma_bufalloc_create() argument
105 if (free_func != NULL) in busdma_bufalloc_create()
106 uma_zone_set_freef(bz->umazone, free_func); in busdma_bufalloc_create()
/freebsd/lib/libc/tests/nss/
H A Dtestutil.h36 void (*free_func)(struct ent *); \
80 td->free_func = freef; \
189 td->free_func(&e->data); \
279 td->free_func(&data); \
/freebsd/crypto/openssl/include/internal/
H A Dcryptlib.h74 CRYPTO_EX_free *free_func; member
145 CRYPTO_EX_free *free_func,
/freebsd/sys/contrib/zlib/test/
H A Dexample.c50 static free_func zfree = myfree;
55 static free_func zfree = (free_func)0;
/freebsd/sys/contrib/zlib/
H A Dcompress.c33 stream.zfree = (free_func)0; in compress2()
H A Duncompr.c48 stream.zfree = (free_func)0; in uncompress2()
H A Dinfback.c45 if (strm->zfree == (free_func)0) in inflateBackInit_()
622 if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0) in inflateBackEnd()
H A Dzlib.h82 typedef void (*free_func)(voidpf opaque, voidpf address); typedef
99 free_func zfree; /* used to free the internal state */
H A Dzconf.h159 # define free_func z_free_func macro
H A Dinflate.c97 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0) in inflateStateCheck()
196 if (strm->zfree == (free_func)0) in inflateInit2_()
/freebsd/sys/contrib/zstd/zlibWrapper/examples/
H A Dexample.c98 static free_func zfree = myfree;
103 static free_func zfree = (free_func)0;
H A Dexample_original.c90 static free_func zfree = myfree;
95 static free_func zfree = (free_func)0;
/freebsd/crypto/openssl/crypto/stack/
H A Dstack.c84 OPENSSL_sk_freefunc free_func) in OPENSSL_sk_deep_copy() argument
119 free_func((void *)ret->data[i]); in OPENSSL_sk_deep_copy()
/freebsd/crypto/openssl/include/openssl/
H A Dobjects.h55 void (*free_func) (const char *, int, const char *));
H A Dcrypto.h259 CRYPTO_EX_free *free_func);
/freebsd/crypto/openssl/doc/internal/man3/
H A DDEFINE_PRIORITY_QUEUE_OF.pod28 void (*free_func)(type *));
/freebsd/crypto/krb5/src/lib/krb5/asn.1/
H A Dasn1_encode.h150 void (*free_func)(void *); member
H A Dasn1_encode.c884 if (fn->free_func != NULL) in free_atype()
885 fn->free_func(val); in free_atype()
/freebsd/contrib/libxo/libxo/
H A Dxo.h165 xo_set_allocator (xo_realloc_func_t realloc_func, xo_free_func_t free_func);
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c553 rb->rb_zstr.zfree = (free_func)0; in compress_start()
1416 zstr.zfree = (free_func)0; in decompress_ctf()

12