Searched refs:litBufferLocation (Results 1 – 2 of 2) sorted by relevance
79 dctx->litBufferLocation = ZSTD_in_dst; in ZSTD_allocateLiteralsBuffer()94 dctx->litBufferLocation = ZSTD_split; in ZSTD_allocateLiteralsBuffer()101 dctx->litBufferLocation = ZSTD_not_in_dst; in ZSTD_allocateLiteralsBuffer()205 if (dctx->litBufferLocation == ZSTD_split) in ZSTD_decodeLiteralsBlock()264 dctx->litBufferLocation = ZSTD_not_in_dst; in ZSTD_decodeLiteralsBlock()292 if (dctx->litBufferLocation == ZSTD_split) in ZSTD_decodeLiteralsBlock()1440 dctx->litBufferLocation = ZSTD_not_in_dst;1513 dctx->litBufferLocation = ZSTD_not_in_dst;1723 dctx->litBufferLocation = ZSTD_not_in_dst;1770 dctx->litBufferLocation = ZSTD_not_in_dst;[all …]
182 ZSTD_litLocation_e litBufferLocation; member
Completed in 12 milliseconds