Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ldap/ns_ldap/
H A Dldapaddent.c378 ns_ldap_error_t *eres = NULL; in addentry() local
386 &eres); in addentry()
390 &eres); in addentry()
428 perr(eres); in addentry()
435 perr(eres); in addentry()
440 if (eres->status == LDAP_ALREADY_EXISTS || in addentry()
441 eres->status == LDAP_NO_SUCH_OBJECT) in addentry()
442 rc = eres->status; in addentry()
443 else if (eres->status == LDAP_INSUFFICIENT_ACCESS) { in addentry()
447 perr(eres); in addentry()
[all …]