Lines Matching refs:matched_ent
1026 and in that case, if MATCHED_ENT is non-NULL, set *MATCHED_ENT
1039 void const **matched_ent)
1053 if (matched_ent)
1054 *matched_ent = data;
1122 hash_insert0 (Hash_table *table, void const *entry, void const **matched_ent)
1124 return hash_insert_if_absent (table, entry, matched_ent);
1136 void const *matched_ent;
1137 int err = hash_insert_if_absent (table, entry, &matched_ent);
1140 : (void *) (err == 0 ? matched_ent : entry));