Home
last modified time | relevance | path

Searched refs:hash_insert_if_absent (Results 1 – 2 of 2) sorted by relevance

/external/bison/lib/
Dhash.h103 int hash_insert_if_absent (Hash_table *table, const void *entry,
Dhash.c1038 hash_insert_if_absent (Hash_table *table, void const *entry, in hash_insert_if_absent() function
1124 return hash_insert_if_absent (table, entry, matched_ent); in hash_insert0()
1137 int err = hash_insert_if_absent (table, entry, &matched_ent); in hash_insert()