Searched refs:LDAP_TIMEOUT (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Durl.c509 if ( LDAP_GET_LDERRNO( ld, NULL, NULL ) == LDAP_TIMEOUT ) {
511 LDAP_SET_LDERRNO( ld, LDAP_TIMEOUT, NULL, NULL );
512 return( LDAP_TIMEOUT );
H A Derror.c88 { LDAP_TIMEOUT, 0 },
159 { LDAP_TIMEOUT, "Timed out" },
H A Dsearch.c1008 if ( LDAP_GET_LDERRNO( ld, NULL, NULL ) == LDAP_TIMEOUT ) {
1010 err = LDAP_TIMEOUT;
H A Dresult.c305 LDAP_SET_LDERRNO( ld, LDAP_TIMEOUT, NULL, NULL );
388 LDAP_SERVER_DOWN : LDAP_TIMEOUT), NULL,
470 LDAP_SET_LDERRNO( ld, LDAP_TIMEOUT, NULL,
1279 LDAP_TIMEOUT), NULL, NULL );
/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_op.c570 ret = LDAP_TIMEOUT;
1775 *ldapStat = LDAP_TIMEOUT;
2159 stat = LDAP_TIMEOUT;
2193 stat = LDAP_TIMEOUT;
2253 stat = LDAP_TIMEOUT;
2281 stat = LDAP_TIMEOUT;
2324 stat = LDAP_TIMEOUT;
2353 stat = LDAP_TIMEOUT;
2558 stat = LDAP_TIMEOUT;
2585 stat = LDAP_TIMEOUT;
[all...]
/illumos-gate/usr/src/lib/nsswitch/ldap/common/
H A Dldap_common.c114 error->status == LDAP_TIMEOUT))
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dldap.c1125 case LDAP_TIMEOUT:
1287 case LDAP_TIMEOUT:
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_reads.c2593 rc = LDAP_TIMEOUT;
2604 if ((rc == LDAP_TIMEOUT ||
2608 if (rc == LDAP_TIMEOUT)
2728 rc = LDAP_TIMEOUT;
2739 if ((rc == LDAP_TIMEOUT ||
2743 if (rc == LDAP_TIMEOUT)
2901 } else if (cookie->err_rc == LDAP_TIMEOUT) {
/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Ddit_access.c149 if (LDAP_TIMEOUT == res) { /* Exceeded search timeout */
H A Ddit_access_utils.c1848 case (LDAP_TIMEOUT):
/illumos-gate/usr/src/head/
H A Dldap.h306 #define LDAP_TIMEOUT 0x55 /* 85 */ macro
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmap.c3709 case LDAP_TIMEOUT:

Completed in 272 milliseconds