Home
last modified time | relevance | path

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

/dragonfly/contrib/zstd/lib/decompress/
H A Dzstd_decompress_internal.h99 ZSTD_use_once = 1 /* Use the dictionary once and set to ZSTD_dont_use */ enumerator
H A Dzstd_decompress.c816 case ZSTD_use_once: in ZSTD_getDDict()
1339 dctx->dictUses = ZSTD_use_once; in ZSTD_DCtx_refPrefix_advanced()