Searched refs:pzwrite (Results 1 - 6 of 6) sorted by relevance

/ast/src/lib/libpz/
H A DMakefile10 pzread.c pzwrite.c pzsync.c pzsplit.c \
H A Dpzsync.c47 * flush the pzwrite() window
57 while (elt && pzwrite(pz, op, elt->buf, n) == n)
H A Dpzwrite.c32 pzwrite(register Pz_t* pz, Sfio_t* op, const void* buf, size_t n) function
134 if (pzwrite(pz, op, pz->ws.pb, pp->row) != pp->row)
H A Dpzip.h259 extern ssize_t pzwrite(Pz_t*, Sfio_t*, const void*, size_t);
H A Dsfdcpzip.c43 Sfio_t* io; /* real pzwrite stream */
108 return pzwrite(pz->pz, pz->io, buf, size);
/ast/src/cmd/pzip/
H A Dpzip.c358 error(1, "pzwrite test %d bytes per chunk", n);
362 if (pzwrite(pz, sfstdout, buf, r) != r)

Completed in 15 milliseconds