Searched refs:LDAP_SERVER_DOWN (Results 1 - 20 of 20) sorted by relevance

/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_err.c136 case LDAP_SERVER_DOWN: /* Solaris Kerberos */
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dabandon.c228 lderr = LDAP_SERVER_DOWN;
H A Dunbind.c227 err = LDAP_SERVER_DOWN;
H A Dresult.c328 LDAP_SET_LDERRNO( ld, LDAP_SERVER_DOWN, NULL, NULL );
388 LDAP_SERVER_DOWN : LDAP_TIMEOUT), NULL,
430 LDAP_SET_LDERRNO( ld, LDAP_SERVER_DOWN, NULL, NULL );
532 LDAP_SET_LDERRNO( ld, (tag == LBER_DEFAULT ? LDAP_SERVER_DOWN :
1278 LDAP_SET_LDERRNO( ld, (rc == -1 ? LDAP_SERVER_DOWN :
1287 LDAP_SET_LDERRNO( ld, (tag == LBER_DEFAULT ? LDAP_SERVER_DOWN :
H A Drequest.c172 LDAP_SET_LDERRNO( ld, LDAP_SERVER_DOWN,
224 LDAP_SET_LDERRNO( ld, LDAP_SERVER_DOWN, NULL, NULL );
289 LDAP_SET_LDERRNO( ld, LDAP_SERVER_DOWN, NULL, NULL );
1344 LDAP_SET_LDERRNO( ld, LDAP_SERVER_DOWN, NULL, NULL );
H A Derror.c84 { LDAP_SERVER_DOWN, 0 },
155 { LDAP_SERVER_DOWN, "Can't contact LDAP server" },
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dmbdb.c536 # ifdef LDAP_SERVER_DOWN
537 if (errno == LDAP_SERVER_DOWN)
542 # endif /* LDAP_SERVER_DOWN */
H A Dldap.c1122 #ifdef LDAP_SERVER_DOWN
1123 case LDAP_SERVER_DOWN:
1124 #endif /* LDAP_SERVER_DOWN */
1284 #ifdef LDAP_SERVER_DOWN
1285 case LDAP_SERVER_DOWN:
1286 #endif /* LDAP_SERVER_DOWN */
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_reads.c2453 rc == LDAP_SERVER_DOWN) {
2477 rc == LDAP_SERVER_DOWN) &&
2514 rc == LDAP_SERVER_DOWN) &&
2605 rc == LDAP_SERVER_DOWN) &&
2634 rc == LDAP_SERVER_DOWN) &&
2740 rc == LDAP_SERVER_DOWN) &&
2770 rc == LDAP_SERVER_DOWN) &&
2894 if (cookie->err_rc == LDAP_SERVER_DOWN) {
2917 if (cookie->err_rc == LDAP_SERVER_DOWN) {
2931 if (rc_save == LDAP_SERVER_DOWN ||
[all...]
H A Dns_connmgmt.c1224 * For 2 and 4, close the connection with error rc, LDAP_SERVER_DOWN.
1238 ep = __s_api_make_error(LDAP_SERVER_DOWN,
1241 free_cm = close_conn_mt(*cm, LDAP_SERVER_DOWN, &ep, NULL);
1919 free_cm = close_conn_mt(cm, LDAP_SERVER_DOWN, &ep, NULL);
2045 close_conn_mt_by_procchg(cm, LDAP_SERVER_DOWN,
H A Dns_connect.c875 (*errorp)->status == LDAP_SERVER_DOWN) {
H A Dns_writes.c994 ldap_error == LDAP_SERVER_DOWN) {
1074 (Errno == LDAP_SERVER_DOWN ||
/illumos-gate/usr/src/lib/nsswitch/ldap/common/
H A Dldap_common.c113 if (error && (error->status == LDAP_SERVER_DOWN ||
/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_op.c829 return (LDAP_SERVER_DOWN);
1380 *ldapStat = LDAP_SERVER_DOWN;
1385 *ldapStat = LDAP_SERVER_DOWN;
1517 if (stat == LDAP_SERVER_DOWN) {
1523 *ldapStat = LDAP_SERVER_DOWN;
H A Dnis_parse_ldap_conf.c856 * than LDAP_CONNECT_ERROR or LDAP_SERVER_DOWN
883 errnum == LDAP_SERVER_DOWN) {
/illumos-gate/usr/src/head/
H A Dldap.h302 #define LDAP_SERVER_DOWN 0x51 /* 81 */ macro
/illumos-gate/usr/src/lib/libadutils/common/
H A Dadutils.c1638 lrc == LDAP_CONNECT_ERROR || lrc == LDAP_SERVER_DOWN ||
/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Ddit_access_utils.c1846 case (LDAP_SERVER_DOWN):
/illumos-gate/usr/src/cmd/ldap/common/
H A Dcommon.c1341 || ( lderr == LDAP_SERVER_DOWN )) {
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmap.c3706 # ifdef LDAP_SERVER_DOWN
3707 case LDAP_SERVER_DOWN:
3708 # endif /* LDAP_SERVER_DOWN */

Completed in 183 milliseconds