Home
last modified time | relevance | path

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

/f-stack/freebsd/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()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c22718 ZSTD_use_once = 1 /* Use the dictionary once and set to ZSTD_dont_use */ enumerator
25313 case ZSTD_use_once: in ZSTD_getDDict()
25827 dctx->dictUses = ZSTD_use_once; in ZSTD_DCtx_refPrefix_advanced()