Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/lib/legacy/
H A Dzstd_v06.c4049 … size_t const h1Result = ZSTDv06_decompressContinue(zbd->zd, NULL, 0, zbd->headerBuffer, h1Size); in ZBUFFv06_decompressContinue() local
4050 if (ZSTDv06_isError(h1Result)) return h1Result; in ZBUFFv06_decompressContinue()
H A Dzstd_v07.c4431 … size_t const h1Result = ZSTDv07_decompressContinue(zbd->zd, NULL, 0, zbd->headerBuffer, h1Size); in ZBUFFv07_decompressContinue() local
4432 if (ZSTDv07_isError(h1Result)) return h1Result; in ZBUFFv07_decompressContinue()