Home
last modified time | relevance | path

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

/external/curl/lib/
Dldap.c270 struct timeval ldap_timeout = {10, 0}; /* 10 sec connection/search timeout */ in Curl_ldap() local
319 ldap_set_option(NULL, LDAP_OPT_NETWORK_TIMEOUT, &ldap_timeout); in Curl_ldap()