Searched refs:cSeqsSize (Results 1 – 1 of 1) sorted by relevance
4030 size_t cSeqsSize; in ZSTD_compressSeqStore_singleBlock() local4039 cSeqsSize = ZSTD_entropyCompressSeqStore(seqStore, in ZSTD_compressSeqStore_singleBlock()4046 FORWARD_IF_ERROR(cSeqsSize, "ZSTD_entropyCompressSeqStore failed!"); in ZSTD_compressSeqStore_singleBlock()4049 cSeqsSize < rleMaxLength && in ZSTD_compressSeqStore_singleBlock()4055 cSeqsSize = 1; in ZSTD_compressSeqStore_singleBlock()4065 if (cSeqsSize == 0) { in ZSTD_compressSeqStore_singleBlock()4070 } else if (cSeqsSize == 1) { in ZSTD_compressSeqStore_singleBlock()4077 writeBlockHeader(op, cSeqsSize, srcSize, lastBlock); in ZSTD_compressSeqStore_singleBlock()4078 cSize = ZSTD_blockHeaderSize + cSeqsSize; in ZSTD_compressSeqStore_singleBlock()