Searched refs:ldap_find_attribute (Results 1 – 5 of 5) sorted by relevance
45 a = ldap_find_attribute(root, plan->at); in ldap_filt_eq()126 a = ldap_find_attribute(root, plan->at); in ldap_filt_subs()200 a = ldap_find_attribute(root, plan->at); in ldap_filt_presence()
40 if (ldap_find_attribute(entry, at) == NULL) { in validate_required_attributes()157 if ((vals = ldap_find_attribute(entry, at)) == NULL) { in validate_dn()
50 ldap_find_attribute(struct ber_element *entry, struct attr_type *at) in ldap_find_attribute() function
410 struct ber_element *ldap_find_attribute(struct ber_element *entry,
268 if ((attr = ldap_find_attribute(entry, at)) == NULL) in ldap_compare()