Searched refs:best_match (Results 1 - 2 of 2) sorted by relevance

/sssd-io/src/tests/cmocka/
H A Dtest_ad_access_filter.c69 const char *best_match; member in struct:filter_parse_result
77 char *best_match; local
86 &best_match);
92 if (expected->best_match != NULL) {
93 assert_string_equal(best_match, expected->best_match);
95 assert_true(best_match == NULL);
97 talloc_free(best_match);
110 .best_match = NULL
122 .best_match
[all...]
/sssd-io/src/providers/ad/
H A Dad_access.c163 char *best_match; local
193 best_match = NULL;
221 best_match = filter;
227 *_filter = sdap_get_access_filter(mem_ctx, best_match);

Completed in 10 milliseconds