Searched refs:zres (Results 1 – 1 of 1) sorted by relevance
38 size_t zres; in unzstd() local75 zres = ZSTD_decompressStream(zds, &zob, &zib); in unzstd()76 if (ZSTD_isError(zres)) { in unzstd()77 maybe_errx("%s", ZSTD_getErrorName(zres)); in unzstd()