/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() 112 if (free_func != NULL) in OBJ_NAME_new_index() 113 name_funcs->free_func = free_func; in OBJ_NAME_new_index() 224 ret->type)->free_func(ret->name, ret->type, in OBJ_NAME_add() 267 ret->type)->free_func(ret->name, ret->type, in OBJ_NAME_remove()
|
/freebsd/crypto/openssl/crypto/ |
H A D | ex_data.c | 126 a->free_func = dummy_free; in ossl_crypto_free_ex_index_ex() 145 CRYPTO_EX_free *free_func, in ossl_crypto_get_ex_new_index_ex() argument 182 a->free_func = free_func; in ossl_crypto_get_ex_new_index_ex() 200 CRYPTO_EX_free *free_func) in CRYPTO_get_ex_new_index() argument 203 new_func, dup_func, free_func, 0); in CRYPTO_get_ex_new_index() 402 if (f != NULL && f->free_func != NULL) { in CRYPTO_free_ex_data() 404 f->free_func(obj, ptr, ad, storage[i].index, f->argl, f->argp); in CRYPTO_free_ex_data()
|
H A D | context.c | 343 meth->free_func(ptr); in ossl_lib_ctx_generic_free()
|
/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/crypto/openssl/include/internal/ |
H A D | cryptlib.h | 125 CRYPTO_EX_free *free_func; member 181 void (*free_func)(void *); member 211 CRYPTO_EX_free *free_func,
|
/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/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_()
|
H A D | zconf.h.in | 148 # define free_func z_free_func macro
|
/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 | 82 OPENSSL_sk_freefunc free_func) in OPENSSL_sk_deep_copy() argument 117 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 | 247 CRYPTO_EX_free *free_func);
|
/freebsd/crypto/openssl/doc/internal/man3/ |
H A D | ossl_lib_ctx_get_data.pod | 17 void (*free_func)(void *);
|
/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()
|