Searched refs:OVER_SIZE (Results 1 – 3 of 3) sorted by relevance
39 constexpr int32_t OVER_SIZE = 10000; variable273 reply.WriteInt32(OVER_SIZE);317 reply.WriteInt32(OVER_SIZE);
133 constexpr uint32_t OVER_SIZE = 100 * 1024 * 1024; // 100 MBytes, 1024 is scale variable
158 funcForOverSizeMsg.computeFunc = [](const Message *inMsg)->uint32_t{return OVER_SIZE;}; in RegFuncForOverSizeMsg()