Searched refs:MAX_JSON_SIZE (Results 1 – 3 of 3) sorted by relevance
40 constexpr uint32_t MAX_JSON_SIZE = 40 * 1024 * 1024; variable
47 const int32_t MAX_JSON_SIZE = 1024 * 64; variable49 const uint32_t MAX_JSON_SIZE = 1024 * 64; variable398 if (size > MAX_JSON_SIZE) { in GetJsonStream()
314 if (inputJsonStr.empty() || inputJsonStr.length() > MAX_JSON_SIZE) { in IsJsonLengthValid()