Searched refs:hashtable_search_entry (Results 1 – 1 of 1) sorted by relevance
144 static struct entry *hashtable_search_entry(const struct hashtable *h, in hashtable_search_entry() function169 if (hashtable_search_entry(h, k)) in hashtable_add()203 e = hashtable_search_entry(h, k); in hashtable_search()212 e = hashtable_search_entry(h, k); in hashtable_replace()
Completed in 3 milliseconds