Searched refs:matched_ent (Results 1 – 2 of 2) sorted by relevance
102 const void **matched_ent) _GL_ATTRIBUTE_DEPRECATED;104 const void **matched_ent);
1039 void const **matched_ent) in hash_insert_if_absent() argument1053 if (matched_ent) in hash_insert_if_absent()1054 *matched_ent = data; in hash_insert_if_absent()1122 hash_insert0 (Hash_table *table, void const *entry, void const **matched_ent) in hash_insert0() argument1124 return hash_insert_if_absent (table, entry, matched_ent); in hash_insert0()1136 void const *matched_ent; in hash_insert() local1137 int err = hash_insert_if_absent (table, entry, &matched_ent); in hash_insert()1140 : (void *) (err == 0 ? matched_ent : entry)); in hash_insert()