Searched refs:MAX_MESSAGE_LEN (Results 1 – 10 of 10) sorted by relevance
32 … char msg[MAX_MESSAGE_LEN] = { 0 }; \33 … if ((sprintf_s(msg, MAX_MESSAGE_LEN, format, ##arg)) == -1) { \
35 #define MAX_MESSAGE_LEN 256 macro
22 constexpr uint32_t MAX_MESSAGE_LEN = 40 * 1024 * 1024; variable86 … res = jsonObj.contains(key) && jsonObj[key].is_string() && jsonObj[key].size() <= MAX_MESSAGE_LEN; in IsString()177 if (srcData == nullptr || srcLen == 0 || srcLen >= MAX_MESSAGE_LEN) { in ConvertCharArray2String()
443 uint32_t MAX_MESSAGE_LEN = 40 * 1024 * 1024 +1 ; variable445 key.resize(MAX_MESSAGE_LEN);477 uint32_t MAX_MESSAGE_LEN = 40 * 1024 * 1024 + 1; variable480 value.resize(MAX_MESSAGE_LEN);
138 uint32_t MAX_MESSAGE_LEN = 40 * 1024 * 1024; variable139 message.resize(MAX_MESSAGE_LEN);
48 if (message.empty() || message.size() > MAX_MESSAGE_LEN) { in OnRemoteRequest()
178 uint32_t MAX_MESSAGE_LEN = 40 * 1024 * 1024 + 10; variable179 message.resize(MAX_MESSAGE_LEN);
213 …rn (strlen(value->valuestring) > MIN_MESSAGE_LEN && strlen(value->valuestring) <= MAX_MESSAGE_LEN); in IsString()305 if (inputMessage.empty() || inputMessage.length() > MAX_MESSAGE_LEN) { in IsMessageLengthValid()
27 constexpr uint32_t MAX_MESSAGE_LEN = 40 * 1024 * 1024; variable
52 char msg[MAX_MESSAGE_LEN] = { 0 }; \53 (void)sprintf_s(msg, MAX_MESSAGE_LEN, "AssetTag(0x%08x) " message, tag); \