Lines Matching refs:litBufferLocation
81 dctx->litBufferLocation = ZSTD_in_dst; in ZSTD_allocateLiteralsBuffer()
96 dctx->litBufferLocation = ZSTD_split; in ZSTD_allocateLiteralsBuffer()
103 dctx->litBufferLocation = ZSTD_not_in_dst; in ZSTD_allocateLiteralsBuffer()
207 if (dctx->litBufferLocation == ZSTD_split) in ZSTD_decodeLiteralsBlock()
249 if (dctx->litBufferLocation == ZSTD_split) in ZSTD_decodeLiteralsBlock()
266 dctx->litBufferLocation = ZSTD_not_in_dst; in ZSTD_decodeLiteralsBlock()
294 if (dctx->litBufferLocation == ZSTD_split) in ZSTD_decodeLiteralsBlock()
1451 dctx->litBufferLocation = ZSTD_not_in_dst;
1514 …if (dctx->litBufferLocation == ZSTD_split) /* split hasn't been reached yet, first get dst then c…
1524 dctx->litBufferLocation = ZSTD_not_in_dst;
1548 …BYTE* const oend = dctx->litBufferLocation == ZSTD_not_in_dst ? ostart + maxDstSize : dctx->litBuf…
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_S…
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 litE…
2043 if (dctx->litBufferLocation == ZSTD_split)