Searched refs:LDAP_UNAVAILABLE (Results 1 - 12 of 12) sorted by last modified time

/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_op.c616 * Return LDAP_UNAVAILABLE upon success, in which case the caller mustn't
642 return (LDAP_UNAVAILABLE);
648 * On return, if the status is LDAP_UNAVAILABLE, the caller must not touch
660 return (LDAP_UNAVAILABLE);
694 if (LDAP_UNAVAILABLE == freeCon(lc))
695 stat = LDAP_UNAVAILABLE;
782 * On return, if the status is LDAP_UNAVAILABLE, the caller must not touch
890 if (*stat != LDAP_UNAVAILABLE) {
901 if (*stat != LDAP_UNAVAILABLE)
934 if (stat != LDAP_UNAVAILABLE)
[all...]
/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Ddit_access_utils.c1843 case (LDAP_UNAVAILABLE):
/illumos-gate/usr/src/lib/libldap5/sources/ldap/ssldap/
H A Dclientinit.c847 * LDAP_UNAVAILABLE.
923 case LDAP_UNAVAILABLE:
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_reads.c2450 rc == LDAP_UNAVAILABLE ||
2622 rc == LDAP_UNAVAILABLE ||
2757 rc == LDAP_UNAVAILABLE ||
3479 if (rc == LDAP_BUSY || rc == LDAP_UNAVAILABLE ||
H A Dns_writes.c990 ldap_error == LDAP_UNAVAILABLE ||
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Derror.c68 { LDAP_UNAVAILABLE, 0 },
139 { LDAP_UNAVAILABLE, "DSA is unavailable" },
/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_err.c135 case LDAP_UNAVAILABLE:
/illumos-gate/usr/src/lib/libadutils/common/
H A Dadutils.c1637 } else if (lrc == LDAP_BUSY || lrc == LDAP_UNAVAILABLE ||
/illumos-gate/usr/src/head/
H A Dldap.h285 #define LDAP_UNAVAILABLE 0x34 /* 52 */ macro
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dldap.c1127 case LDAP_UNAVAILABLE:
1289 case LDAP_UNAVAILABLE:
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmap.c3710 case LDAP_UNAVAILABLE:
/illumos-gate/usr/src/cmd/ldap/common/
H A Dldaptool-sasl.c191 return (LDAP_UNAVAILABLE);
197 return (LDAP_UNAVAILABLE);

Completed in 1816 milliseconds