Home
last modified time | relevance | path

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

/openssl/crypto/hashtable/
H A Dhashtable.c274 struct ht_mutable_data_st *oldmd = arg; in free_oldmd() local
280 PREFETCH_NEIGHBORHOOD(oldmd->neighborhoods[i + 1]); in free_oldmd()
290 OPENSSL_free(oldmd->neighborhood_ptr_to_free); in free_oldmd()
291 OPENSSL_free(oldmd); in free_oldmd()
297 struct ht_mutable_data_st *oldmd = NULL; in ossl_ht_flush_internal() local
313 oldmd = ossl_rcu_deref(&h->md); in ossl_ht_flush_internal()
320 ossl_rcu_call(h->lock, free_oldmd, oldmd); in ossl_ht_flush_internal()
422 struct ht_mutable_data_st *oldmd = arg; in free_old_neigh_table() local
424 OPENSSL_free(oldmd->neighborhood_ptr_to_free); in free_old_neigh_table()
425 OPENSSL_free(oldmd); in free_old_neigh_table()
[all …]

Completed in 6 milliseconds