Home
last modified time | relevance | path

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

/openssl/crypto/hashtable/
H A Dhashtable.c550 size_t empty_idx = SIZE_MAX; in ossl_ht_insert_locked() local
559 empty_idx = j; in ossl_ht_insert_locked()
594 if (empty_idx == SIZE_MAX) in ossl_ht_insert_locked()
596 if (!CRYPTO_atomic_store(&md->neighborhoods[neigh_idx].entries[empty_idx].hash, in ossl_ht_insert_locked()
600 ossl_rcu_assign_ptr(&md->neighborhoods[neigh_idx].entries[empty_idx].value, in ossl_ht_insert_locked()

Completed in 14 milliseconds