Home
last modified time | relevance | path

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

/src/usr.bin/gzip/
H A Dunzstd.c38 size_t zres; in unzstd() local
75 zres = ZSTD_decompressStream(zds, &zob, &zib); in unzstd()
76 if (ZSTD_isError(zres)) { in unzstd()
77 maybe_errx("%s", ZSTD_getErrorName(zres)); in unzstd()