Searched refs:curlTunnelValue (Results 1 - 4 of 4) sorted by relevance
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/download/network_client/ |
H A D | http_curl_client.cpp | 310 auto curlTunnelValue = (url.find("https://") != std::string::npos) ? 1L : 0L; in InitCurProxy() local 311 curl_easy_setopt(easyHandle_, CURLOPT_HTTPPROXYTUNNEL, curlTunnelValue); in InitCurProxy()
|
/foundation/communication/netstack/frameworks/native/http/http_client/ |
H A D | http_client_task.cpp | 223 auto curlTunnelValue = (url.find("https://") != std::string::npos) ? 1L : 0L; in SetOtherCurlOption() local 224 NETSTACK_CURL_EASY_SET_OPTION(handle, CURLOPT_HTTPPROXYTUNNEL, curlTunnelValue); in SetOtherCurlOption()
|
/foundation/communication/netstack/frameworks/cj/http/src/ |
H A D | net_http_client_exec.cpp | 520 auto curlTunnelValue = (url.find("https://") != std::string::npos) ? 1L : 0L; in SetOtherOption() local 521 NETSTACK_CURL_EASY_SET_OPTION(curl, CURLOPT_HTTPPROXYTUNNEL, curlTunnelValue, context); in SetOtherOption()
|
/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/ |
H A D | http_exec.cpp | 883 auto curlTunnelValue = (url.find("https://") != std::string::npos) ? 1L : 0L; in AddCurlHandle() local 884 NETSTACK_CURL_EASY_SET_OPTION(curl, CURLOPT_HTTPPROXYTUNNEL, curlTunnelValue, context); in AddCurlHandle()
|
Completed in 7 milliseconds