Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/decompress/
H A Dzstd_decompress_internal.h97 ZSTD_use_indefinitely = -1, /* Use the dictionary indefinitely */ enumerator
H A Dzstd_decompress.c814 case ZSTD_use_indefinitely: in ZSTD_getDDict()
1321 dctx->dictUses = ZSTD_use_indefinitely; in ZSTD_DCtx_loadDictionary_advanced()
1393 dctx->dictUses = ZSTD_use_indefinitely; in ZSTD_DCtx_refDDict()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c22716 ZSTD_use_indefinitely = -1, /* Use the dictionary indefinitely */ enumerator
25311 case ZSTD_use_indefinitely: in ZSTD_getDDict()
25809 dctx->dictUses = ZSTD_use_indefinitely; in ZSTD_DCtx_loadDictionary_advanced()
25881 dctx->dictUses = ZSTD_use_indefinitely; in ZSTD_DCtx_refDDict()