Searched refs:MAX_SYNC_BLOCK_SIZE (Results 1 – 7 of 7) sorted by relevance
37 if (srcLen > DBConstant::MAX_SYNC_BLOCK_SIZE || destLen > DBConstant::MAX_SYNC_BLOCK_SIZE) { in Compress()61 if (srcLen > DBConstant::MAX_SYNC_BLOCK_SIZE || destLen > DBConstant::MAX_SYNC_BLOCK_SIZE) { in Uncompress()
78 maxPacketSize_ = std::min(DBConstant::MAX_SYNC_BLOCK_SIZE, in InterceptedDataImpl()
137 static constexpr size_t MAX_SYNC_BLOCK_SIZE = 31457280; // 30MB variable
442 if (destLen > DBConstant::MAX_SYNC_BLOCK_SIZE) { in DeSerializeCompressedDatas()
496 DataSizeSpecInfo info = {DBConstant::MAX_SYNC_BLOCK_SIZE + 1, 0};
657 if (begin >= end || dataSizeInfo.blockSize > DBConstant::MAX_SYNC_BLOCK_SIZE) { in GetSyncData()819 if (dataSizeInfo.blockSize > DBConstant::MAX_SYNC_BLOCK_SIZE) { in GetSyncDataNext()
1763 uint32_t blockSize = std::min(static_cast<uint32_t>(DBConstant::MAX_SYNC_BLOCK_SIZE), in GetDataSizeSpecInfo()