Lines Matching refs:ZSTD_compressedBlockState_t
68 ZSTD_compressedBlockState_t cBlockState;
119 …vailable(&cctx->workspace, ENTROPY_WORKSPACE_SIZE + 2 * sizeof(ZSTD_compressedBlockState_t))) retu… in ZSTD_initStaticCCtx()
120 …ockState.prevCBlock = (ZSTD_compressedBlockState_t*)ZSTD_cwksp_reserve_object(&cctx->workspace, si… in ZSTD_initStaticCCtx()
121 …ockState.nextCBlock = (ZSTD_compressedBlockState_t*)ZSTD_cwksp_reserve_object(&cctx->workspace, si… in ZSTD_initStaticCCtx()
1274 size_t const blockStateSpace = 2 * ZSTD_cwksp_alloc_size(sizeof(ZSTD_compressedBlockState_t)); in ZSTD_estimateCCtxSize_usingCCtxParams_internal()
1431 void ZSTD_reset_compressedBlockState(ZSTD_compressedBlockState_t* bs) in ZSTD_reset_compressedBlockState()
1626 assert(ZSTD_cwksp_check_available(ws, 2 * sizeof(ZSTD_compressedBlockState_t))); in ZSTD_resetCCtx_internal()
1627 …zc->blockState.prevCBlock = (ZSTD_compressedBlockState_t*) ZSTD_cwksp_reserve_object(ws, sizeof(ZS… in ZSTD_resetCCtx_internal()
1629 …zc->blockState.nextCBlock = (ZSTD_compressedBlockState_t*) ZSTD_cwksp_reserve_object(ws, sizeof(ZS… in ZSTD_resetCCtx_internal()
2607 ZSTD_compressedBlockState_t* const tmp = zc->blockState.prevCBlock; in ZSTD_confirmRepcodesAndEntropyTables()
3140 size_t ZSTD_loadCEntropy(ZSTD_compressedBlockState_t* bs, void* workspace, in ZSTD_loadCEntropy()
3241 static size_t ZSTD_loadZstdDictionary(ZSTD_compressedBlockState_t* bs, in ZSTD_loadZstdDictionary()
3274 ZSTD_compress_insertDictionary(ZSTD_compressedBlockState_t* bs, in ZSTD_compress_insertDictionary()