Searched refs:MAX_BLOCK_SIZE (Results 1 – 2 of 2) sorted by relevance
45 #define MAX_BLOCK_SIZE 16380L macro
32 constexpr size_t MAX_BLOCK_SIZE = 384 * 1024; // 384K variable54 if (blockSize < GetValidDataMinimumByteCount() || blockSize > MAX_BLOCK_SIZE) { in DecodedEvent()