Searched defs:hash_find_entry (Results 1 - 1 of 1) sorted by relevance

/external/bison/lib/
H A Dhash.c744 hash_find_entry (Hash_table *table, const void *entry, function
918 if ((data = hash_find_entry (table, entry, &bucket, false)) != NULL)
988 data = hash_find_entry (table, entry, &bucket, true);

Completed in 94 milliseconds