Searched refs:hash_table (Results 1 – 1 of 1) sorted by relevance
103 static BUCKET *hash_table[257]; variable131 unsigned int ndx = (type + hash) % OSSL_NELEM(hash_table); in add_entry()133 for (bp = hash_table[ndx]; bp; bp = bp->next) in add_entry()139 bp->next = hash_table[ndx]; in add_entry()142 hash_table[ndx] = bp; in add_entry()396 for (i = 0; i < OSSL_NELEM(hash_table); i++) { in do_dir()397 for (bp = hash_table[i]; bp; bp = nextbp) { in do_dir()459 hash_table[i] = NULL; in do_dir()
Completed in 3 milliseconds