Searched refs:hash_table (Results 1 – 1 of 1) sorted by relevance
101 static BUCKET *hash_table[257]; variable129 unsigned int ndx = (type + hash) % OSSL_NELEM(hash_table); in add_entry()131 for (bp = hash_table[ndx]; bp; bp = bp->next) in add_entry()137 bp->next = hash_table[ndx]; in add_entry()140 hash_table[ndx] = bp; in add_entry()414 for (i = 0; i < OSSL_NELEM(hash_table); i++) { in do_dir()415 for (bp = hash_table[i]; bp; bp = nextbp) { in do_dir()477 hash_table[i] = NULL; in do_dir()
Completed in 4 milliseconds