Home | History | Annotate | Download | only in lib

Lines Matching refs:hash_insert_if_absent

1036    hash_insert_if_absent.  ENTRY must not be NULL.  */
1038 hash_insert_if_absent (Hash_table *table, void const *entry,
1119 /* hash_insert0 is the deprecated name for hash_insert_if_absent.
1124 return hash_insert_if_absent (table, entry, matched_ent);
1137 int err = hash_insert_if_absent (table, entry, &matched_ent);