Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/contrib/zstd/lib/legacy/
Dzstd_v06.c4023 …size_t const h2Result = ZSTDv06_decompressContinue(zbd->zd, NULL, 0, zbd->headerBuffer+h1Size, h2S… in ZBUFFv06_decompressContinue() local
4024 if (ZSTDv06_isError(h2Result)) return h2Result; in ZBUFFv06_decompressContinue()
Dzstd_v07.c4396 …size_t const h2Result = ZSTDv07_decompressContinue(zbd->zd, NULL, 0, zbd->headerBuffer+h1Size, h2S… in ZBUFFv07_decompressContinue() local
4397 if (ZSTDv07_isError(h2Result)) return h2Result; in ZBUFFv07_decompressContinue()