Searched refs:cSeqsSize (Results 1 – 1 of 1) sorted by relevance
3417 size_t cSeqsSize; in ZSTD_compressSeqStore_singleBlock() local3426 cSeqsSize = ZSTD_entropyCompressSeqStore(seqStore, in ZSTD_compressSeqStore_singleBlock()3433 FORWARD_IF_ERROR(cSeqsSize, "ZSTD_entropyCompressSeqStore failed!"); in ZSTD_compressSeqStore_singleBlock()3436 cSeqsSize < rleMaxLength && in ZSTD_compressSeqStore_singleBlock()3442 cSeqsSize = 1; in ZSTD_compressSeqStore_singleBlock()3451 if (cSeqsSize == 0) { in ZSTD_compressSeqStore_singleBlock()3456 } else if (cSeqsSize == 1) { in ZSTD_compressSeqStore_singleBlock()3463 writeBlockHeader(op, cSeqsSize, srcSize, lastBlock); in ZSTD_compressSeqStore_singleBlock()3464 cSize = ZSTD_blockHeaderSize + cSeqsSize; in ZSTD_compressSeqStore_singleBlock()