Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/cvs/src/
H A Dzlib.c60 compress_error (status, zstatus, zstr, msg) in compress_error() argument
62 int zstatus;
75 snprintf (buf, sizeof buf, "error %d", zstatus);
80 zstatus == Z_ERRNO ? hold_errno : 0,
94 int zstatus; local
102 zstatus = inflateInit (&n->zstr);
104 zstatus = deflateInit (&n->zstr, level);
105 if (zstatus != Z_OK)
106 compress_error (1, zstatus, &n->zstr, "compression initialization");
175 int zstatus, sofar, status, nread; local
[all …]