Searched refs:pzwrite (Results 1 - 6 of 6) sorted by relevance
/ast/src/lib/libpz/ |
H A D | Makefile | 10 pzread.c pzwrite.c pzsync.c pzsplit.c \
|
H A D | pzsync.c | 47 * flush the pzwrite() window 57 while (elt && pzwrite(pz, op, elt->buf, n) == n)
|
H A D | pzwrite.c | 32 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 D | pzip.h | 259 extern ssize_t pzwrite(Pz_t*, Sfio_t*, const void*, size_t);
|
H A D | sfdcpzip.c | 43 Sfio_t* io; /* real pzwrite stream */ 108 return pzwrite(pz->pz, pz->io, buf, size);
|
/ast/src/cmd/pzip/ |
H A D | pzip.c | 358 error(1, "pzwrite test %d bytes per chunk", n); 362 if (pzwrite(pz, sfstdout, buf, r) != r)
|
Completed in 15 milliseconds