Searched refs:ZSTD_in_dst (Results 1 – 2 of 2) sorted by relevance
121 … ZSTD_in_dst = 1, /* Stored entirely within dst (in memory after current output write) */ enumerator
81 dctx->litBufferLocation = ZSTD_in_dst; in ZSTD_allocateLiteralsBuffer()1677 … BYTE* const oend = dctx->litBufferLocation == ZSTD_in_dst ? dctx->litBuffer : ostart + maxDstSize;