Searched refs:roundBuff (Results 1 – 1 of 1) sorted by relevance
845 roundBuff_t roundBuff; member951 mtctx->roundBuff = kNullRoundBuff; in ZSTDMT_createCCtx_advanced_internal()1024 if (mtctx->roundBuff.buffer) in ZSTDMT_freeCCtx()1040 + mtctx->roundBuff.capacity; in ZSTDMT_sizeof_CCtx()1300 if (mtctx->roundBuff.buffer) in ZSTDMT_initCStream_internal()1311 mtctx->roundBuff.pos = 0; in ZSTDMT_initCStream_internal()1387 mtctx->roundBuff.pos += srcSize; in ZSTDMT_createCompressionJob()1626 size_t const spaceLeft = mtctx->roundBuff.capacity - mtctx->roundBuff.pos; in ZSTDMT_tryGetInputRange()1650 mtctx->roundBuff.pos = prefixSize; in ZSTDMT_tryGetInputRange()1652 buffer.start = mtctx->roundBuff.buffer + mtctx->roundBuff.pos; in ZSTDMT_tryGetInputRange()[all …]