Searched refs:found_group (Results 1 – 1 of 1) sorted by relevance
47 GroupRecord *found_group; /* when .what == LOOKUP_GROUP */ member73 group_record_unref(iterator->found_group); in userdb_iterator_free()249 assert_se(!iterator->found_group); in userdb_on_query_reply()282 iterator->found_group = TAKE_PTR(g); in userdb_on_query_reply()548 if (iterator->what == LOOKUP_GROUP && iterator->found_group) { in userdb_process()550 *ret_group_record = TAKE_PTR(iterator->found_group); in userdb_process()552 iterator->found_group = group_record_unref(iterator->found_group); in userdb_process()