Home
last modified time | relevance | path

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

/php-src/ext/curl/tests/
H A Dbug71144.phpt10 var_dump(curl_setopt($ch, CURLOPT_DNS_USE_GLOBAL_CACHE, 1));
13 Warning: curl_setopt(): CURLOPT_DNS_USE_GLOBAL_CACHE cannot be activated when thread safety is enab…
/php-src/ext/curl/
H A Dcurl.stub.php79 const CURLOPT_DNS_USE_GLOBAL_CACHE = UNKNOWN; define
H A Dinterface.c1109 curl_easy_setopt(ch->cp, CURLOPT_DNS_USE_GLOBAL_CACHE, 1); in _php_curl_set_default_options()
1594 case CURLOPT_DNS_USE_GLOBAL_CACHE: in _php_curl_setopt()
1741 if (option == CURLOPT_DNS_USE_GLOBAL_CACHE && lval) { in _php_curl_setopt()
H A Dcurl_arginfo.h243 …REGISTER_LONG_CONSTANT("CURLOPT_DNS_USE_GLOBAL_CACHE", CURLOPT_DNS_USE_GLOBAL_CACHE, CONST_PERSIST… in register_curl_symbols()

Completed in 23 milliseconds