Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/hashtable/
H A Dhashtable.c286 struct ht_mutable_data_st *newmd = NULL; in ossl_ht_flush_internal() local
289 newmd = OPENSSL_zalloc(sizeof(*newmd)); in ossl_ht_flush_internal()
290 if (newmd == NULL) in ossl_ht_flush_internal()
293 newmd->neighborhoods = alloc_new_neighborhood_list(DEFAULT_NEIGH_LEN, in ossl_ht_flush_internal()
294 &newmd->neighborhood_ptr_to_free); in ossl_ht_flush_internal()
295 if (newmd->neighborhoods == NULL) { in ossl_ht_flush_internal()
296 OPENSSL_free(newmd); in ossl_ht_flush_internal()
300 newmd->neighborhood_mask = DEFAULT_NEIGH_LEN - 1; in ossl_ht_flush_internal()
304 ossl_rcu_assign_ptr(&h->md, &newmd); in ossl_ht_flush_internal()
424 struct ht_mutable_data_st *newmd; in grow_hashtable() local
[all …]