Home
last modified time | relevance | path

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

/openssl/crypto/hashtable/
H A Dhashtable.c213 if (new->config.ht_free_fn == NULL) in ossl_ht_new()
214 new->config.ht_free_fn = internal_free_nop; in ossl_ht_new()
284 v->ht->config.ht_free_fn((HT_VALUE *)v); in free_oldmd()
719 v->ht->config.ht_free_fn((HT_VALUE *)v); in free_old_entry()
/openssl/include/internal/
H A Dhashtable.h52 void (*ht_free_fn)(HT_VALUE *obj); member
/openssl/doc/internal/man3/
H A Dossl_ht_new.pod67 I<ht_free_fn> The function to call to free a value, may be NULL.

Completed in 9 milliseconds