Searched refs:hashtable_lookup (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/usr.bin/grep/regex/
H A Dhashtable.c181 **hashtable_lookup(const hashtable *tbl, const void *key) function
193 DPRINT(("hashtable_lookup: entry found at location %" PRIu32 "\n", hash));
213 entry = hashtable_lookup(tbl, key);
235 entry = hashtable_lookup(tbl, key);

Completed in 74 milliseconds