Lines Matching refs:tmpWorkspace
143 cctx->tmpWorkspace = ZSTD_cwksp_reserve_object(&cctx->workspace, TMP_WORKSPACE_SIZE); in ZSTD_initStaticCCtx()
2110 zc->tmpWorkspace = ZSTD_cwksp_reserve_object(ws, TMP_WORKSPACE_SIZE); in ZSTD_resetCCtx_internal()
2111 … RETURN_ERROR_IF(zc->tmpWorkspace == NULL, memory_allocation, "couldn't allocate tmpWorkspace"); in ZSTD_resetCCtx_internal()
3871 zc->tmpWorkspace, zc->tmpWkspSize), ""); in ZSTD_buildEntropyStatisticsAndEstimateSubBlockSize()
3878 zc->tmpWorkspace, zc->tmpWkspSize, in ZSTD_buildEntropyStatisticsAndEstimateSubBlockSize()
4044 zc->tmpWorkspace, zc->tmpWkspSize /* statically allocated in resetCCtx */, in ZSTD_compressSeqStore_singleBlock()
4334 zc->tmpWorkspace, zc->tmpWkspSize /* statically allocated in resetCCtx */, in ZSTD_compressBlock_internal()
4495 return ZSTD_splitBlock(src, blockSizeMax, splitLevel, cctx->tmpWorkspace, cctx->tmpWkspSize); in ZSTD_optimalBlockSize()
5183 ZSTD_tfp_forCCtx, cctx->tmpWorkspace) in ZSTD_compressBegin_internal()
5187 dictContentType, dtlm, ZSTD_tfp_forCCtx, cctx->tmpWorkspace); in ZSTD_compressBegin_internal()
6798 … cctx->tmpWorkspace, cctx->tmpWkspSize /* statically allocated in resetCCtx */, in ZSTD_compressSequences_internal()
7323 … cctx->tmpWorkspace, cctx->tmpWkspSize /* statically allocated in resetCCtx */, in ZSTD_compressSequencesAndLiterals_internal()