Lines Matching defs:pz
86 " \bint pz_init(Pz_t* pz, Pzdisc_t* disc)\b"
198 register Pz_t* pz;
349 if (pz = pzopen(&disc, *argv, flags))
357 n = pz->part->row * testwrite;
361 while ((r = sfread(pz->io, buf, n)) > 0)
362 if (pzwrite(pz, sfstdout, buf, r) != r)
365 error(ERROR_SYSTEM|3, "%s: read error", pz->path);
367 return ((flags & PZ_WRITE) && pzdeflate(pz, sfstdout) || (flags & PZ_READ) && pzinflate(pz, sfstdout)) || pzclose(pz) || error_info.errors;