Home
last modified time | relevance | path

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

/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_client_exec.cpp69 static constexpr int32_t SYSPARA_MAX_SIZE = 128; member
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()
/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/
H A Dhttp_exec.cpp97 static constexpr int32_t SYSPARA_MAX_SIZE = 128; member
810 char httpProxyHost[SYSPARA_MAX_SIZE] = {0}; in AddCurlHandle()
811 char httpProxyPort[SYSPARA_MAX_SIZE] = {0}; in AddCurlHandle()
812 char httpProxyExclusions[SYSPARA_MAX_SIZE] = {0}; in AddCurlHandle()

Completed in 5 milliseconds