Lines Matching defs:io
36 Vcio_t* io; /* where to write out compressed data */
103 vcioputu(pt->io, sz);
104 vcioputs(pt->io, buf, sz);
176 Vcio_t io;
195 vcioinit(&io, output, n);
196 pt->io = &io;
198 vcioputu(&io, size); /* write out the original size */
204 pt->io = NIL(Vcio_t*);
207 n = vciosize(&io); /* compressed data size */
305 pt->io = NIL(Vcio_t*);