Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/decompress/
H A Dzstd_decompress.c89 static size_t ZSTD_startingInputLength(ZSTD_format_e format) in ZSTD_startingInputLength() function
223 size_t const minInputSize = ZSTD_startingInputLength(format); in ZSTD_frameHeaderSize_internal()
255 size_t const minInputSize = ZSTD_startingInputLength(format); in ZSTD_getFrameHeader_advanced()
389 while (srcSize >= ZSTD_startingInputLength(ZSTD_f_zstd1)) { in ZSTD_findDecompressedSize()
722 while (srcSize >= ZSTD_startingInputLength(dctx->format)) { in ZSTD_decompressMultiFrame()
1179 … dctx->expected = ZSTD_startingInputLength(dctx->format); /* dctx->format must be properly set */ in ZSTD_decompressBegin()
1357 return ZSTD_startingInputLength(zds->format); in ZSTD_initDStream_usingDict()
1374 return ZSTD_startingInputLength(dctx->format); in ZSTD_initDStream_usingDDict()
1383 return ZSTD_startingInputLength(dctx->format); in ZSTD_resetDStream()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c24595 static size_t ZSTD_startingInputLength(ZSTD_format_e format) in ZSTD_startingInputLength() function
24721 size_t const minInputSize = ZSTD_startingInputLength(format); in ZSTD_frameHeaderSize_internal()
24753 size_t const minInputSize = ZSTD_startingInputLength(format); in ZSTD_getFrameHeader_advanced()
24887 while (srcSize >= ZSTD_startingInputLength(ZSTD_f_zstd1)) { in ZSTD_findDecompressedSize()
25217 while (srcSize >= ZSTD_startingInputLength(dctx->format)) { in ZSTD_decompressMultiFrame()
25667 … dctx->expected = ZSTD_startingInputLength(dctx->format); /* dctx->format must be properly set */ in ZSTD_decompressBegin()
25845 return ZSTD_startingInputLength(zds->format); in ZSTD_initDStream_usingDict()
25862 return ZSTD_startingInputLength(dctx->format); in ZSTD_initDStream_usingDDict()
25871 return ZSTD_startingInputLength(dctx->format); in ZSTD_resetDStream()