Searched refs:free_func (Results 26 - 50 of 69) sorted by relevance

123

/freebsd-11-stable/crypto/openssl/crypto/ecdsa/
H A Decs_lib.c262 CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func)
265 new_func, dup_func, free_func);
261 ECDSA_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func) argument
/freebsd-11-stable/crypto/openssl/crypto/rsa/
H A Drsa_lib.c279 CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func)
282 new_func, dup_func, free_func);
278 RSA_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func) argument
H A Drsa.h489 CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func);
/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Dx_x509.c148 CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func)
151 new_func, dup_func, free_func);
/freebsd-11-stable/crypto/openssl/crypto/ec/
H A Dec_lcl.h205 void (*free_func) (void *); member in struct:ec_extra_data_st
285 void (*free_func) (void *),
288 void (*free_func) (void *),
291 void (*free_func) (void *),
294 void (*free_func) (void *),
H A Dec.h842 void (*free_func) (void *),
848 * \param free_func a function that frees |data|.
854 void (*free_func) (void *),
/freebsd-11-stable/contrib/xz/src/liblzma/common/
H A Dindex.c195 void (*free_func)(void *node, const lzma_allocator *allocator))
200 index_tree_node_end(node->left, allocator, free_func);
203 index_tree_node_end(node->right, allocator, free_func);
205 free_func(node, allocator);
211 /// given free_func which is either &lzma_free or &index_stream_end.
216 void (*free_func)(void *node, const lzma_allocator *allocator))
218 assert(free_func != NULL);
221 index_tree_node_end(tree->root, allocator, free_func);
/freebsd-11-stable/contrib/apr-util/include/
H A Dapr_buckets.h553 void (*free_func)(void *data); member in struct:apr_bucket_heap
1423 * @param free_func Function to use to free the data; NULL indicates that the
1430 void (*free_func)(void *data),
1437 * @param free_func Function to use to free the data; NULL indicates that the
1443 void (*free_func)(void *data));
/freebsd-11-stable/crypto/openssl/crypto/ui/
H A Dui.h244 CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func);
H A Dui_lib.c557 CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func)
560 new_func, dup_func, free_func);
556 UI_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func) argument
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dzlib.h80 typedef void (*free_func) OF((voidpf opaque, voidpf address)); typedef
97 free_func zfree; /* used to free the internal state */
H A Dinflate.c168 if (strm->zfree == (free_func)0) strm->zfree = zcfree;
1186 if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0)
1361 source->zalloc == (alloc_func)0 || source->zfree == (free_func)0)
/freebsd-11-stable/crypto/openssl/crypto/stack/
H A Dstack.c119 void (*free_func) (void *))
144 free_func(ret->data[i]);
/freebsd-11-stable/sys/contrib/zlib/test/
H A Dexample.c73 static free_func zfree = myfree;
78 static free_func zfree = (free_func)0;
/freebsd-11-stable/crypto/openssl/crypto/dsa/
H A Ddsa.h216 CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func);
/freebsd-11-stable/crypto/openssl/crypto/bio/
H A Dbio_lib.c566 CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func)
569 new_func, dup_func, free_func);
565 BIO_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func) argument
/freebsd-11-stable/sys/contrib/zlib/
H A Dinfback.c52 if (strm->zfree == (free_func)0)
634 if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0)
H A Dzlib.h82 typedef void (*free_func) OF((voidpf opaque, voidpf address)); typedef
99 free_func zfree; /* used to free the internal state */
H A Dzconf.h145 # define free_func z_free_func macro
/freebsd-11-stable/crypto/openssl/crypto/dh/
H A Ddh.h223 CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dcp-namespace.c693 namespace_symtab->free_func = free_namespace_block;
H A Dsymtab.h815 void (*free_func)(struct symtab *symtab);
812 void (*free_func)(struct symtab *symtab); member in struct:symtab
H A Dsymmisc.c146 /* Everything will be freed either by our `free_func'
155 if (s->free_func != NULL)
156 s->free_func (s);
/freebsd-11-stable/crypto/openssl/crypto/engine/
H A Dengine.h581 CRYPTO_EX_free *free_func);
/freebsd-11-stable/contrib/libxo/libxo/
H A Dxo.h164 xo_set_allocator (xo_realloc_func_t realloc_func, xo_free_func_t free_func);

Completed in 334 milliseconds

123