Lines Matching refs:confset
926 confset_init(struct confset *cs)
934 confset_grow(struct confset *cs)
941 (*lfun)(LOG_ERR, "%s: Can't grow confset (%m)", __func__);
949 confset_get(struct confset *cs)
955 confset_full(const struct confset *cs)
961 confset_sort(struct confset *cs)
967 confset_add(struct confset *cs)
973 confset_free(struct confset *cs)
980 confset_merge(struct confset *dc, struct confset *sc)
985 /* Check each rule of the src confset (sc) */
987 /* Compare to each rule in the dest confset (dc) */
995 /* This is a new rule to add to the dest confset. */
1006 * Check whether the rule from the src confset is more
1031 confset_list(const struct confset *cs, const char *msg, const char *where)
1048 confset_match(const struct confset *cs, struct conf *c,
1233 struct confset lc, rc, *cs;