Lines Matching refs:ZSTD_compressedBlockState_t

79     ZSTD_compressedBlockState_t cBlockState;
134 …vailable(&cctx->workspace, ENTROPY_WORKSPACE_SIZE + 2 * sizeof(ZSTD_compressedBlockState_t))) retu… in ZSTD_initStaticCCtx()
135 …ockState.prevCBlock = (ZSTD_compressedBlockState_t*)ZSTD_cwksp_reserve_object(&cctx->workspace, si… in ZSTD_initStaticCCtx()
136 …ockState.nextCBlock = (ZSTD_compressedBlockState_t*)ZSTD_cwksp_reserve_object(&cctx->workspace, si… in ZSTD_initStaticCCtx()
1406 size_t const blockStateSpace = 2 * ZSTD_cwksp_alloc_size(sizeof(ZSTD_compressedBlockState_t)); in ZSTD_estimateCCtxSize_usingCCtxParams_internal()
1588 void ZSTD_reset_compressedBlockState(ZSTD_compressedBlockState_t* bs) in ZSTD_reset_compressedBlockState()
1828 assert(ZSTD_cwksp_check_available(ws, 2 * sizeof(ZSTD_compressedBlockState_t))); in ZSTD_resetCCtx_internal()
1829 …zc->blockState.prevCBlock = (ZSTD_compressedBlockState_t*) ZSTD_cwksp_reserve_object(ws, sizeof(ZS… in ZSTD_resetCCtx_internal()
1831 …zc->blockState.nextCBlock = (ZSTD_compressedBlockState_t*) ZSTD_cwksp_reserve_object(ws, sizeof(ZS… in ZSTD_resetCCtx_internal()
2943 ZSTD_compressedBlockState_t* const tmp = bs->prevCBlock; in ZSTD_blockState_confirmRepcodesAndEntropyTables()
4223 size_t ZSTD_loadCEntropy(ZSTD_compressedBlockState_t* bs, void* workspace, in ZSTD_loadCEntropy()
4324 static size_t ZSTD_loadZstdDictionary(ZSTD_compressedBlockState_t* bs, in ZSTD_loadZstdDictionary()
4356 ZSTD_compress_insertDictionary(ZSTD_compressedBlockState_t* bs, in ZSTD_compress_insertDictionary()