Lines Matching refs:litBufferLocation
81 dctx->litBufferLocation = ZSTD_in_dst;
96 dctx->litBufferLocation = ZSTD_split;
103 dctx->litBufferLocation = ZSTD_not_in_dst;
207 if (dctx->litBufferLocation == ZSTD_split)
249 if (dctx->litBufferLocation == ZSTD_split)
266 dctx->litBufferLocation = ZSTD_not_in_dst;
294 if (dctx->litBufferLocation == ZSTD_split)
1451 dctx->litBufferLocation = ZSTD_not_in_dst;
1514 if (dctx->litBufferLocation == ZSTD_split) /* split hasn't been reached yet, first get dst then copy litExtraBuffer */
1524 dctx->litBufferLocation = ZSTD_not_in_dst;
1548 BYTE* const oend = dctx->litBufferLocation == ZSTD_not_in_dst ? ostart + maxDstSize : dctx->litBuffer;
1677 BYTE* const oend = dctx->litBufferLocation == ZSTD_in_dst ? dctx->litBuffer : ostart + maxDstSize;
1721 if (dctx->litBufferLocation == ZSTD_split && litPtr + sequences[(seqNb - ADVANCED_SEQS) & STORED_SEQS_MASK].litLength > dctx->litBufferEnd)
1734 dctx->litBufferLocation = ZSTD_not_in_dst;
1749 oneSeqSize = dctx->litBufferLocation == ZSTD_split ?
1769 if (dctx->litBufferLocation == ZSTD_split && litPtr + sequence->litLength > dctx->litBufferEnd)
1781 dctx->litBufferLocation = ZSTD_not_in_dst;
1794 size_t const oneSeqSize = dctx->litBufferLocation == ZSTD_split ?
1811 if (dctx->litBufferLocation == ZSTD_split) /* first deplete literal buffer in dst, then copy litExtraBuffer */
2043 if (dctx->litBufferLocation == ZSTD_split)