Searched defs:iowrite (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dschematron.c168 xmlOutputWriteCallback iowrite; /* if using XML_SCHEMATRON_OUT_IO */ member in struct:_xmlSchematronValidCtxt
H A Dxmlsave.c1587 * @iowrite: an I/O write function
1599 xmlSaveToIO(xmlOutputWriteCallback iowrite, argument
1607 ret->buf = xmlOutputBufferCreateIO(iowrite, ioclose, ioctx, ret->handler);
H A DxmlIO.c2849 * @iowrite: an I/O write function
2860 xmlOutputBufferCreateIO(xmlOutputWriteCallback iowrite, argument
2865 if (iowrite == NULL) return(NULL);
2870 ret->writecallback = iowrite;

Completed in 300 milliseconds