Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/decompress/
H A Dzstd_decompress_block.c1055 MEM_STATIC int ZSTD_dictionaryIsActive(ZSTD_DCtx const* dctx, BYTE const* prefixStart, BYTE const* … in ZSTD_dictionaryIsActive() function
1085 if (ZSTD_dictionaryIsActive(dctx, prefixStart, oLitEnd)) { in ZSTD_assertValidSequence()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c27344 static int ZSTD_dictionaryIsActive(ZSTD_DCtx const* dctx, BYTE const* prefixStart, BYTE const* oLit… in ZSTD_dictionaryIsActive() function
27373 if (ZSTD_dictionaryIsActive(dctx, prefixStart, oLitEnd)) { in ZSTD_assertValidSequence()