Home
last modified time | relevance | path

Searched refs:SYSPARA_MAX_SIZE (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_client_exec.cpp69 static constexpr int32_t SYSPARA_MAX_SIZE = 128; variable
446 char httpProxyHost[SYSPARA_MAX_SIZE] = {0}; in GetGlobalHttpProxyInfo()
447 char httpProxyPort[SYSPARA_MAX_SIZE] = {0}; in GetGlobalHttpProxyInfo()
448 char httpProxyExclusions[SYSPARA_MAX_SIZE] = {0}; in GetGlobalHttpProxyInfo()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/
H A Dhttp_exec.cpp92 static constexpr int32_t SYSPARA_MAX_SIZE = 128; variable
738 char httpProxyHost[SYSPARA_MAX_SIZE] = {0}; in AddCurlHandle()
739 char httpProxyPort[SYSPARA_MAX_SIZE] = {0}; in AddCurlHandle()
740 char httpProxyExclusions[SYSPARA_MAX_SIZE] = {0}; in AddCurlHandle()