Home
last modified time | relevance | path

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

/openssl/crypto/hashtable/
H A Dhashtable.c138 struct ht_neighborhood_st *neighborhoods; member
220 new->md->neighborhoods = in ossl_ht_new()
223 if (new->md->neighborhoods == NULL) in ossl_ht_new()
280 PREFETCH_NEIGHBORHOOD(oldmd->neighborhoods[i + 1]); in free_oldmd()
305 if (newmd->neighborhoods == NULL) { in ossl_ht_flush_internal()
363 PREFETCH_NEIGHBORHOOD(md->neighborhoods[i + 1]); in ossl_ht_foreach_until()
396 PREFETCH_NEIGHBORHOOD(md->neighborhoods[i+1]); in ossl_ht_filter()
398 v = md->neighborhoods[i].entries[j].value; in ossl_ht_filter()
452 if (newmd->neighborhoods == NULL) in grow_hashtable()
482 OPENSSL_free(newmd->neighborhoods); in grow_hashtable()
[all …]
/openssl/doc/internal/man3/
H A Dossl_ht_new.pod69 I<init_neighborhoods> The initial number of neighborhoods in the hash table.

Completed in 17 milliseconds