Lines Matching refs:litBufferLocation

96         dctx->litBufferLocation = ZSTD_in_dst;  in ZSTD_allocateLiteralsBuffer()
103 dctx->litBufferLocation = ZSTD_not_in_dst; in ZSTD_allocateLiteralsBuffer()
122 dctx->litBufferLocation = ZSTD_split; in ZSTD_allocateLiteralsBuffer()
232 if (dctx->litBufferLocation == ZSTD_split) in ZSTD_decodeLiteralsBlock()
278 if (dctx->litBufferLocation == ZSTD_split) in ZSTD_decodeLiteralsBlock()
295 dctx->litBufferLocation = ZSTD_not_in_dst; in ZSTD_decodeLiteralsBlock()
324 if (dctx->litBufferLocation == ZSTD_split) in ZSTD_decodeLiteralsBlock()
1529 dctx->litBufferLocation = ZSTD_not_in_dst; in ZSTD_decompressSequences_bodySplitLitBuffer()
1588 if (dctx->litBufferLocation == ZSTD_split) { in ZSTD_decompressSequences_bodySplitLitBuffer()
1599 dctx->litBufferLocation = ZSTD_not_in_dst; in ZSTD_decompressSequences_bodySplitLitBuffer()
1624 …BYTE* const oend = dctx->litBufferLocation == ZSTD_not_in_dst ? ZSTD_maybeNullPtrAdd(ostart, maxDs… in ZSTD_decompressSequences_body()
1743 …BYTE* const oend = dctx->litBufferLocation == ZSTD_in_dst ? dctx->litBuffer : ZSTD_maybeNullPtrAdd… in ZSTD_decompressSequencesLong_body()
1784 …if (dctx->litBufferLocation == ZSTD_split && litPtr + sequences[(seqNb - ADVANCED_SEQS) & STORED_S… in ZSTD_decompressSequencesLong_body()
1796 dctx->litBufferLocation = ZSTD_not_in_dst; in ZSTD_decompressSequencesLong_body()
1811 size_t const oneSeqSize = dctx->litBufferLocation == ZSTD_split ? in ZSTD_decompressSequencesLong_body()
1831 … if (dctx->litBufferLocation == ZSTD_split && litPtr + sequence->litLength > dctx->litBufferEnd) { in ZSTD_decompressSequencesLong_body()
1841 dctx->litBufferLocation = ZSTD_not_in_dst; in ZSTD_decompressSequencesLong_body()
1853 size_t const oneSeqSize = dctx->litBufferLocation == ZSTD_split ? in ZSTD_decompressSequencesLong_body()
1870 …if (dctx->litBufferLocation == ZSTD_split) { /* first deplete literal buffer in dst, then copy lit… in ZSTD_decompressSequencesLong_body()
2169 if (dctx->litBufferLocation == ZSTD_split)