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

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Doptions.c208 case LDAP_OPT_NETWORK_TIMEOUT:
785 case LDAP_OPT_NETWORK_TIMEOUT:
850 case LDAP_OPT_NETWORK_TIMEOUT: {
H A Dinit.c85 {0, ATTR_OPT_TV, "NETWORK_TIMEOUT", NULL, LDAP_OPT_NETWORK_TIMEOUT},
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dldap.c186 #ifdef LDAP_OPT_NETWORK_TIMEOUT
217 #ifdef LDAP_OPT_NETWORK_TIMEOUT
218 ldap_set_option(NULL, LDAP_OPT_NETWORK_TIMEOUT, &ldap_timeout);
/macosx-10.10.1/postfix-255/postfix/src/global/
H A Ddict_ldap.c411 #if defined(LDAP_API_FEATURE_X_OPENLDAP) || !defined(LDAP_OPT_NETWORK_TIMEOUT)
706 #ifdef LDAP_OPT_NETWORK_TIMEOUT
711 #if defined(LDAP_API_FEATURE_X_OPENLDAP) || !defined(LDAP_OPT_NETWORK_TIMEOUT)
737 #ifdef LDAP_OPT_NETWORK_TIMEOUT
752 if (ldap_set_option(dict_ldap->ld, LDAP_OPT_NETWORK_TIMEOUT, &mytimeval) !=
/macosx-10.10.1/apache-793/httpd/modules/ldap/
H A Dutil_ldap.c70 #if !defined(LDAP_OPT_NETWORK_TIMEOUT) && defined(LDAP_OPT_CONNECT_TIMEOUT)
71 #define LDAP_OPT_NETWORK_TIMEOUT LDAP_OPT_CONNECT_TIMEOUT macro
260 #ifdef LDAP_OPT_NETWORK_TIMEOUT
439 #ifdef LDAP_OPT_NETWORK_TIMEOUT
445 rc = apr_ldap_set_option(r->pool, ldc->ldap, LDAP_OPT_NETWORK_TIMEOUT,
2531 #ifdef LDAP_OPT_NETWORK_TIMEOUT
2542 #ifdef LDAP_OPT_NETWORK_TIMEOUT
/macosx-10.10.1/sudo-73/src/
H A Dldap.c88 #if !defined(LDAP_OPT_NETWORK_TIMEOUT) && defined(LDAP_OPT_CONNECT_TIMEOUT)
89 # define LDAP_OPT_NETWORK_TIMEOUT LDAP_OPT_CONNECT_TIMEOUT macro
301 #ifdef LDAP_OPT_NETWORK_TIMEOUT
2037 #ifdef LDAP_OPT_NETWORK_TIMEOUT
2043 DPRINTF(("ldap_set_option(LDAP_OPT_NETWORK_TIMEOUT, %ld)",
2045 rc = ldap_set_option(ld, LDAP_OPT_NETWORK_TIMEOUT, &tv);
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-meta/
H A Dconn.c579 ldap_set_option( msc->msc_ld, LDAP_OPT_NETWORK_TIMEOUT,
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/clients/tools/
H A Dcommon.c1373 if ( ldap_set_option( ld, LDAP_OPT_NETWORK_TIMEOUT, (void *) &nettimeout )
1376 fprintf( stderr, "Could not set LDAP_OPT_NETWORK_TIMEOUT %ld\n",
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/include/
H A Dldap.h140 #define LDAP_OPT_NETWORK_TIMEOUT 0x5005 /* socket level timeout */ macro
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/saslauthd/
H A Dlak.c836 rc = ldap_set_option(lak->ld, LDAP_OPT_NETWORK_TIMEOUT, &(lak->conf->timeout));
838 syslog(LOG_WARNING|LOG_AUTH, "Unable to set LDAP_OPT_NETWORK_TIMEOUT %d.%d.", lak->conf->timeout.tv_sec, lak->conf->timeout.tv_usec);
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-ldap/
H A Dbind.c712 ldap_set_option( ld, LDAP_OPT_NETWORK_TIMEOUT, (const void *)&tv );
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dconfig.c1991 ldap_set_option( ld, LDAP_OPT_NETWORK_TIMEOUT, &tv );

Completed in 317 milliseconds