Searched refs:cSeqSize (Results 1 – 1 of 1) sorted by relevance
560 { size_t cSeqSize = ZSTD_compressSubBlock_sequences(&entropy->fse, in ZSTD_compressSubBlock() local567 FORWARD_IF_ERROR(cSeqSize, "ZSTD_compressSubBlock_sequences failed"); in ZSTD_compressSubBlock()568 if (cSeqSize == 0) return 0; in ZSTD_compressSubBlock()569 op += cSeqSize; in ZSTD_compressSubBlock()