Searched refs:MAX_JSON_PARSE_SIZE (Results 1 – 6 of 6) sorted by relevance
43 static const size_t MAX_JSON_PARSE_SIZE; variable
35 const size_t HttpConstant::MAX_JSON_PARSE_SIZE = 65536; member in OHOS::NetStack::HttpClient::HttpConstant
33 const size_t HttpConstant::MAX_JSON_PARSE_SIZE = 65536; member in OHOS::NetStack::Http::HttpConstant
136 static const size_t MAX_JSON_PARSE_SIZE; variable
29 constexpr const size_t MAX_JSON_PARSE_SIZE = 65536; variable
1414 if (context->response.GetResult().size() > HttpConstant::MAX_JSON_PARSE_SIZE) { in AddCurlHandle()