Searched refs:dstBuff (Results 1 – 1 of 1) sorted by relevance
673 buffer_t dstBuff = job->dstBuff; in ZSTDMT_compressionJob() local679 dstBuff = ZSTDMT_getBuffer(job->bufPool); in ZSTDMT_compressionJob()681 …job->dstBuff = dstBuff; /* this value can be read in ZSTDMT_flush, when it copies the whole job … in ZSTDMT_compressionJob()722 …size_t const hSize = ZSTD_compressContinue(cctx, dstBuff.start, dstBuff.capacity, job->src.start, … in ZSTDMT_compressionJob()732 BYTE* const ostart = (BYTE*)dstBuff.start; in ZSTDMT_compressionJob()734 BYTE* oend = op + dstBuff.capacity; in ZSTDMT_compressionJob()1339 job->dstBuff = ZSTDMT_getBuffer(job->bufPool); in ZSTDMT_writeLastEmptyBlock()1340 if (job->dstBuff.start == NULL) { in ZSTDMT_writeLastEmptyBlock()1346 job->cSize = ZSTD_writeLastEmptyBlock(job->dstBuff.start, job->dstBuff.capacity); in ZSTDMT_writeLastEmptyBlock()1375 mtctx->jobs[jobID].dstBuff = g_nullBuffer; in ZSTDMT_createCompressionJob()[all …]