Home
last modified time | relevance | path

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

/linux-4.19.296/lib/zstd/
Dcompress.c82 U32 flagStaticTables; member
246 zc->flagStaticTables = 0; in ZSTD_resetCCtx_advanced()
287 zc->flagStaticTables = 0; in ZSTD_resetCCtx_advanced()
381 dstCCtx->flagStaticTables = srcCCtx->flagStaticTables; in ZSTD_copyCCtx()
383 if (srcCCtx->flagStaticTables) { in ZSTD_copyCCtx()
658 } else if ((zc->flagStaticTables) && (nbSeq < MAX_SEQ_FOR_STATIC_FSE)) { in ZSTD_compressSequences_internal()
690 } else if ((zc->flagStaticTables) && (nbSeq < MAX_SEQ_FOR_STATIC_FSE)) { in ZSTD_compressSequences_internal()
722 } else if ((zc->flagStaticTables) && (nbSeq < MAX_SEQ_FOR_STATIC_FSE)) { in ZSTD_compressSequences_internal()
747 zc->flagStaticTables = 0; in ZSTD_compressSequences_internal()
2715 cctx->flagStaticTables = 1; in ZSTD_loadZstdDictionary()