Home
last modified time | relevance | path

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

/openssl/crypto/hashtable/
H A Dhashtable.c299 newmd = OPENSSL_zalloc(sizeof(*newmd)); in ossl_ht_flush_internal()
300 if (newmd == NULL) in ossl_ht_flush_internal()
305 if (newmd->neighborhoods == NULL) { in ossl_ht_flush_internal()
306 OPENSSL_free(newmd); in ossl_ht_flush_internal()
314 ossl_rcu_assign_ptr(&h->md, &newmd); in ossl_ht_flush_internal()
434 struct ht_mutable_data_st *newmd; in grow_hashtable() local
446 if ((newmd = OPENSSL_zalloc(sizeof(*newmd))) == NULL) in grow_hashtable()
452 if (newmd->neighborhoods == NULL) in grow_hashtable()
483 OPENSSL_free(newmd); in grow_hashtable()
508 OPENSSL_free(newmd->neighborhoods); in grow_hashtable()
[all …]

Completed in 5 milliseconds