Home
last modified time | relevance | path

Searched refs:ZSTD_copyCDictTableIntoCCtx (Results 1 – 1 of 1) sorted by relevance

/linux/lib/zstd/compress/
H A Dzstd_compress.c2312 static void ZSTD_copyCDictTableIntoCCtx(U32* dst, U32 const* src, size_t tableSize, in ZSTD_copyCDictTableIntoCCtx() function
2363 ZSTD_copyCDictTableIntoCCtx(cctx->blockState.matchState.hashTable, in ZSTD_resetCCtx_byCopyingCDict()
2369 ZSTD_copyCDictTableIntoCCtx(cctx->blockState.matchState.chainTable, in ZSTD_resetCCtx_byCopyingCDict()