Home
last modified time | relevance | path

Searched refs:key_free (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/binutils-2.34/libctf/
H A Dctf-hash.c38 ctf_hash_free_fun key_free; member
45 ctf_hash_free_fun key_free; member
116 if (helem->key_free && helem->key) in ctf_dynhash_item_free()
117 helem->key_free (helem->key); in ctf_dynhash_item_free()
125 ctf_hash_free_fun key_free, ctf_hash_free_fun value_free) in ctf_dynhash_create() argument
141 dynhash->key_free = key_free; in ctf_dynhash_create()
156 ctf_hash_free_fun key_free, in ctf_hashtab_insert() argument
177 if (key_free) in ctf_hashtab_insert()
178 key_free ((*slot)->key); in ctf_hashtab_insert()
193 hp->key_free, hp->value_free); in ctf_dynhash_insert()
[all …]
/dragonfly/crypto/libressl/crypto/asn1/
H A Dx_pkey.c88 ret->key_free = 0; in X509_PKEY_new()
118 if ((x->key_data != NULL) && (x->key_free)) in X509_PKEY_free()
/dragonfly/crypto/libressl/include/openssl/
H A Dx509.h317 int key_free; /* true if we should auto free key_data */ member