/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() 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 D | ex_data.c | 134 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 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 | 74 CRYPTO_EX_free *free_func; member 145 CRYPTO_EX_free *free_func,
|
/freebsd/sys/contrib/zlib/test/ |
H A D | example.c | 50 static free_func zfree = myfree; 55 static free_func zfree = (free_func)0;
|
/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_() 622 if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0) in inflateBackEnd()
|
H A D | zlib.h | 82 typedef void (*free_func)(voidpf opaque, voidpf address); typedef 99 free_func zfree; /* used to free the internal state */
|
H A D | zconf.h | 159 # define free_func z_free_func macro
|
H A D | inflate.c | 97 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 D | example.c | 98 static free_func zfree = myfree; 103 static free_func zfree = (free_func)0;
|
H A D | example_original.c | 90 static free_func zfree = myfree; 95 static free_func zfree = (free_func)0;
|
/freebsd/crypto/openssl/crypto/stack/ |
H A D | stack.c | 84 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 D | objects.h | 55 void (*free_func) (const char *, int, const char *));
|
H A D | crypto.h | 259 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 | 165 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()
|