| /freebsd/crypto/openssl/crypto/objects/ |
| H A D | o_names.c | 35 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 D | ex_data.c | 133 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 D | BIO_get_ex_new_index.pod | 37 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 D | CRYPTO_get_ex_new_index.pod | 19 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 D | d_typefun.c | 3 typedef void (*free_func) (void * opaque, void* address); typedef 21 void (*free_func)(OPENSSL_BLOCK), int ex_tag,
|
| /freebsd/sys/kern/ |
| H A D | subr_busdma_bufalloc.c | 75 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 D | testutil.h | 36 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 D | cryptlib.h | 72 CRYPTO_EX_free *free_func; member 145 CRYPTO_EX_free *free_func,
|
| /freebsd/contrib/xz/src/liblzma/common/ |
| H A D | index.c | 195 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 D | example.c | 56 static free_func zfree = myfree; 61 static free_func zfree = (free_func)0;
|
| /freebsd/sys/contrib/zlib/ |
| H A D | uncompr.c | 48 stream.zfree = (free_func)0; in uncompress2_z()
|
| H A D | compress.c | 39 stream.zfree = (free_func)0; in compress2_z()
|
| H A D | infback.c | 45 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 D | zlib.h | 86 typedef void (*free_func)(voidpf opaque, voidpf address); typedef 103 free_func zfree; /* used to free the internal state */
|
| H A D | zconf.h | 175 # define free_func z_free_func macro
|
| H A D | inflate.c | 91 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0) in inflateStateCheck() 191 if (strm->zfree == (free_func)0) in inflateInit2_()
|
| H A D | zconf.h.in | 156 # define free_func z_free_func macro
|
| /freebsd/crypto/openssl/crypto/stack/ |
| H A D | stack.c | 85 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 D | objects.h | 54 void (*free_func)(const char *, int, const char *));
|
| H A D | crypto.h | 264 CRYPTO_EX_free *free_func);
|
| /freebsd/crypto/openssl/doc/internal/man3/ |
| H A D | DEFINE_PRIORITY_QUEUE_OF.pod | 28 void (*free_func)(type *));
|
| /freebsd/crypto/krb5/src/lib/krb5/asn.1/ |
| H A D | asn1_encode.h | 150 void (*free_func)(void *); member
|
| H A D | asn1_encode.c | 884 if (fn->free_func != NULL) in free_atype() 885 fn->free_func(val); in free_atype()
|
| /freebsd/contrib/libxo/libxo/ |
| H A D | xo.h | 169 xo_set_allocator (xo_realloc_func_t realloc_func, xo_free_func_t free_func);
|
| /freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/ |
| H A D | ctf.c | 553 rb->rb_zstr.zfree = (free_func)0; in compress_start() 1416 zstr.zfree = (free_func)0; in decompress_ctf()
|