Searched refs:cBlocksSize (Results 1 – 1 of 1) sorted by relevance
6880 { size_t const cBlocksSize = ZSTD_compressSequences_internal(cctx, in ZSTD_compressSequences() local6884 FORWARD_IF_ERROR(cBlocksSize, "Compressing blocks failed!"); in ZSTD_compressSequences()6885 cSize += cBlocksSize; in ZSTD_compressSequences()6886 assert(cBlocksSize <= dstCapacity); in ZSTD_compressSequences()6887 dstCapacity -= cBlocksSize; in ZSTD_compressSequences()7413 { size_t const cBlocksSize = ZSTD_compressSequencesAndLiterals_internal(cctx, in ZSTD_compressSequencesAndLiterals() local7417 FORWARD_IF_ERROR(cBlocksSize, "Compressing blocks failed!"); in ZSTD_compressSequencesAndLiterals()7418 cSize += cBlocksSize; in ZSTD_compressSequencesAndLiterals()7419 assert(cBlocksSize <= dstCapacity); in ZSTD_compressSequencesAndLiterals()7420 dstCapacity -= cBlocksSize; in ZSTD_compressSequencesAndLiterals()