Home
last modified time | relevance | path

Searched refs:httpProxyExclusions (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_client_exec.cpp448 char httpProxyExclusions[SYSPARA_MAX_SIZE] = {0}; in GetGlobalHttpProxyInfo() local
451 GetParameter(HTTP_PROXY_EXCLUSIONS_KEY, DEFAULT_HTTP_PROXY_EXCLUSION_LIST, httpProxyExclusions, in GetGlobalHttpProxyInfo()
452 sizeof(httpProxyExclusions)); in GetGlobalHttpProxyInfo()
458 exclusions = httpProxyExclusions; in GetGlobalHttpProxyInfo()
/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/
H A Dhttp_exec.cpp812 char httpProxyExclusions[SYSPARA_MAX_SIZE] = {0}; in AddCurlHandle() local
815 GetParameter(HTTP_PROXY_EXCLUSIONS_KEY, DEFAULT_HTTP_PROXY_EXCLUSION_LIST, httpProxyExclusions, in AddCurlHandle()
816 sizeof(httpProxyExclusions)); in AddCurlHandle()
822 exclusions = httpProxyExclusions; in AddCurlHandle()

Completed in 5 milliseconds