Home
last modified time | relevance | path

Searched refs:db_sets (Results 1 – 3 of 3) sorted by relevance

/dports/sysutils/ipa/ipa-2.1.2/src/
H A Dipa_db.h74 SLIST_HEAD(db_sets, db_set);
84 extern struct db_sets db_sets;
H A Dipa_db.c73 struct db_sets db_sets; variable
128 SLIST_FOREACH_SAFE(set, &db_sets, link, set_next) in free_db_lists()
H A Dipa_conf.c2684 SLIST_FOREACH(set2, &db_sets, link) { in parse_db_list()
2703 SLIST_INSERT_HEAD(&db_sets, set1, link); in parse_db_list()
4313 SLIST_INIT(&db_sets); in init_config_data()