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

/sssd-io/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-io/src/providers/simple/
H A Dsimple_access_check.c132 bool matched; local
140 matched = false;
159 matched = true;
164 /* If any group has matched, we can skip out on the
167 if (matched) {
179 matched = false;
198 matched = true;
203 /* If any group has matched, we can skip out on the
206 if (matched) {
/sssd-io/src/tests/
H A Dsysdb-tests.c4538 bool matched; local
4572 matched = false;
4575 matched = true;
4578 fail_if(!matched, "Unexpected value in LDB entry: [%s]",
4584 matched = false;
4587 matched = true;
4590 fail_if(!matched, "Unexpected value in LDB entry: [%s]",

Completed in 707 milliseconds