Searched refs:CURLPROTO_HTTPS (Results 1 – 3 of 3) sorted by relevance
30 curl_setopt($this->curl, CURLOPT_PROTOCOLS, CURLPROTO_HTTP | CURLPROTO_HTTPS);31 curl_setopt($this->curl, CURLOPT_REDIR_PROTOCOLS, CURLPROTO_HTTP | CURLPROTO_HTTPS);
1917 const CURLPROTO_HTTPS = UNKNOWN; define
604 REGISTER_LONG_CONSTANT("CURLPROTO_HTTPS", CURLPROTO_HTTPS, CONST_PERSISTENT); in register_curl_symbols()
Completed in 21 milliseconds