Searched refs:hash_find_entry (Results 1 – 2 of 2) sorted by relevance
/external/bison/lib/ |
D | hash.c | 790 hash_find_entry (Hash_table *table, const void *entry, in hash_find_entry() function 1051 if ((data = hash_find_entry (table, entry, &bucket, false)) != NULL) in hash_insert_if_absent() 1087 if (hash_find_entry (table, entry, &bucket, false) != NULL) in hash_insert_if_absent() 1153 data = hash_find_entry (table, entry, &bucket, true); in hash_delete()
|
/external/bison/ |
D | ChangeLog-2012 | 14409 hash_find_entry, hash_rehash, hash_insert): Likewise.
|