Searched refs:CURLOPT_SHARE (Results 1 – 4 of 4) sorted by relevance
13 curl_setopt($ch1, CURLOPT_SHARE, $sh);18 curl_setopt($ch2, CURLOPT_SHARE, $sh);
343 const CURLOPT_SHARE = UNKNOWN; define
2292 case CURLOPT_SHARE: in _php_curl_setopt()2296 curl_easy_setopt(ch->cp, CURLOPT_SHARE, sh->share); in _php_curl_setopt()
301 REGISTER_LONG_CONSTANT("CURLOPT_SHARE", CURLOPT_SHARE, CONST_PERSISTENT); in register_curl_symbols()
Completed in 40 milliseconds