Searched refs:hash_insert_if_absent (Results 1 – 2 of 2) sorted by relevance
103 int hash_insert_if_absent (Hash_table *table, const void *entry,
1038 hash_insert_if_absent (Hash_table *table, void const *entry, in hash_insert_if_absent() function1124 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()