Searched refs:MAX_MMSC_PROXY_SIZE (Results 1 – 2 of 2) sorted by relevance
68 static constexpr int32_t MAX_MMSC_PROXY_SIZE = 50; variable71 char proxyChar_[MAX_MMSC_PROXY_SIZE];
420 if (proxy.empty() || static_cast<int32_t>(proxy.length()) > MAX_MMSC_PROXY_SIZE) { in SetCurlOptCommon()423 if (memset_s(proxyChar_, MAX_MMSC_PROXY_SIZE, 0x00, MAX_MMSC_PROXY_SIZE) != EOK) { in SetCurlOptCommon()