Searched defs:matched (Results 1 - 3 of 3) sorted by relevance

/sssd/src/lib/ipa_hbac/
H A Dhbac_evaluator.c217 bool *matched);
224 bool matched; local
246 &matched);
252 } else if (!matched) {
259 &matched);
265 } else if (!matched) {
272 &matched);
279 } else if (!matched) {
286 &matched);
293 } else if (!matched) {
299 hbac_evaluate_element(struct hbac_rule_element *rule_el, struct hbac_request_element *req_el, bool *matched) argument
[all...]
/sssd/src/providers/simple/
H A Dsimple_access_check.c126 bool matched; local
134 matched = false;
150 matched = true;
155 /* If any group has matched, we can skip out on the
158 if (matched) {
170 matched = false;
186 matched = true;
191 /* If any group has matched, we can skip out on the
194 if (matched) {
/sssd/src/tests/
H A Dsysdb-tests.c4401 bool matched; local
4435 matched = false;
4438 matched = true;
4441 fail_if(!matched, "Unexpected value in LDB entry: [%s]",
4447 matched = false;
4450 matched = true;
4453 fail_if(!matched, "Unexpected value in LDB entry: [%s]",

Completed in 331 milliseconds