Home
last modified time | relevance | path

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

/linux/lib/zstd/decompress/
H A Dzstd_decompress.c227 static size_t ZSTD_startingInputLength(ZSTD_format_e format) in ZSTD_startingInputLength() function
402 size_t const minInputSize = ZSTD_startingInputLength(format); in ZSTD_frameHeaderSize_internal()
434 size_t const minInputSize = ZSTD_startingInputLength(format); in ZSTD_getFrameHeader_advanced()
625 while (srcSize >= ZSTD_startingInputLength(ZSTD_f_zstd1)) { in ZSTD_findDecompressedSize()
1043 while (srcSize >= ZSTD_startingInputLength(dctx->format)) { in ZSTD_decompressMultiFrame()
1489 … dctx->expected = ZSTD_startingInputLength(dctx->format); /* dctx->format must be properly set */ in ZSTD_decompressBegin()
1669 return ZSTD_startingInputLength(zds->format); in ZSTD_initDStream_usingDict()
1678 return ZSTD_startingInputLength(zds->format); in ZSTD_initDStream()
1689 return ZSTD_startingInputLength(dctx->format); in ZSTD_initDStream_usingDDict()
1699 return ZSTD_startingInputLength(dctx->format); in ZSTD_resetDStream()