Home
last modified time | relevance | path

Searched refs:free_func (Results 1 – 25 of 30) 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()
225 ->free_func(ret->name, ret->type, in OBJ_NAME_add()
269 ->free_func(ret->name, ret->type, in OBJ_NAME_remove()
/freebsd/crypto/openssl/crypto/
H A Dex_data.c133 a->free_func = dummy_free; in ossl_crypto_free_ex_index_ex()
152 CRYPTO_EX_free *free_func, in ossl_crypto_get_ex_new_index_ex() argument
187 a->free_func = free_func; in ossl_crypto_get_ex_new_index_ex()
205 CRYPTO_EX_free *free_func) in CRYPTO_get_ex_new_index() argument
208 new_func, dup_func, free_func, 0); in CRYPTO_get_ex_new_index()
403 if (f != NULL && f->free_func != NULL) { in CRYPTO_free_ex_data()
405 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.h72 CRYPTO_EX_free *free_func; member
145 CRYPTO_EX_free *free_func,
/freebsd/contrib/xz/src/liblzma/common/
H A Dindex.c195 void (*free_func)(void *node, const lzma_allocator *allocator)) in index_tree_node_end()
200 index_tree_node_end(node->left, allocator, free_func); in index_tree_node_end()
203 index_tree_node_end(node->right, allocator, free_func); in index_tree_node_end()
205 free_func(node, allocator); in index_tree_node_end()
216 void (*free_func)(void *node, const lzma_allocator *allocator)) in index_tree_end()
218 assert(free_func != NULL); in index_tree_end()
221 index_tree_node_end(tree->root, allocator, free_func); in index_tree_end()
/freebsd/sys/contrib/zlib/test/
H A Dexample.c56 static free_func zfree = myfree;
61 static free_func zfree = (free_func)0;
/freebsd/sys/contrib/zlib/
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 Dinfback.c45 if (strm->zfree == (free_func)0) in inflateBackInit_()
575 if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0) in inflateBackEnd()
H A Dzlib.h86 typedef void (*free_func)(voidpf opaque, voidpf address); typedef
103 free_func zfree; /* used to free the internal state */
H A Dzconf.h175 # define free_func z_free_func macro
H A Dinflate.c91 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0) in inflateStateCheck()
191 if (strm->zfree == (free_func)0) in inflateInit2_()
H A Dzconf.h.in156 # define free_func z_free_func macro
/freebsd/crypto/openssl/crypto/stack/
H A Dstack.c85 OPENSSL_sk_freefunc free_func) in OPENSSL_sk_deep_copy() argument
120 free_func((void *)ret->data[i]); in OPENSSL_sk_deep_copy()
/freebsd/crypto/openssl/include/openssl/
H A Dobjects.h54 void (*free_func)(const char *, int, const char *));
H A Dcrypto.h264 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.h169 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