Home
last modified time | relevance | path

Searched refs:namespace_get (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/usr.sbin/ldapd/
Dmodify.c95 if ((entry = namespace_get(ns, dn)) == NULL) { in ldap_delete()
285 if ((entry = namespace_get(ns, dn)) == NULL) { in ldap_modify()
Dldapd.h375 struct ber_element *namespace_get(struct namespace *ns, char *dn);
Dauth.c340 elm = namespace_get(ns, binddn); in ldap_auth_simple()
Dnamespace.c288 namespace_get(struct namespace *ns, char *dn) in namespace_get() function
Dldape.c265 if ((entry = namespace_get(ns, dn)) == NULL) in ldap_compare()