Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/ldapd/
Dfilter.c160 if (ldap_matches_filter(root, arg) != 0) in ldap_filt_and()
172 if (ldap_matches_filter(root, arg) == 0) in ldap_filt_or()
184 if (ldap_matches_filter(root, arg) != 0) in ldap_filt_not()
211 ldap_matches_filter(struct ber_element *root, struct plan *plan) in ldap_matches_filter() function
Dldapd.h435 int ldap_matches_filter(struct ber_element *root,
Dsearch.c250 if (ldap_matches_filter(elm, search->plan) != 0) { in check_search_entry()