Home
last modified time | relevance | path

Searched refs:ZSTD_dont_use (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/lib/zstd/decompress/
H A Dzstd_decompress_internal.h98 ZSTD_dont_use = 0, /* Do not use the dictionary (if one exists free it) */ enumerator
99 ZSTD_use_once = 1 /* Use the dictionary once and set to ZSTD_dont_use */
H A Dzstd_decompress.c249 dctx->dictUses = ZSTD_dont_use; in ZSTD_initDCtx_internal()
306 dctx->dictUses = ZSTD_dont_use; in ZSTD_clearDict()
1023 case ZSTD_dont_use: in ZSTD_getDDict()
1029 dctx->dictUses = ZSTD_dont_use; in ZSTD_getDDict()

Completed in 4 milliseconds