Home
last modified time | relevance | path

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

/linux/lib/zstd/decompress/
H A Dzstd_decompress_internal.h100 ZSTD_dont_use = 0, /* Do not use the dictionary (if one exists free it) */ enumerator
101 ZSTD_use_once = 1 /* Use the dictionary once and set to ZSTD_dont_use */
H A Dzstd_decompress.c254 dctx->dictUses = ZSTD_dont_use; in ZSTD_initDCtx_internal()
312 dctx->dictUses = ZSTD_dont_use; in ZSTD_clearDict()
1112 case ZSTD_dont_use: in ZSTD_getDDict()
1118 dctx->dictUses = ZSTD_dont_use; in ZSTD_getDDict()