Searched refs:iowrite (Results 1 - 15 of 15) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlsave.in.h55 xmlSaveToIO (xmlOutputWriteCallback iowrite,
H A DxmlIO.in.h243 xmlOutputBufferCreateIO (xmlOutputWriteCallback iowrite,
H A DxmlIO.c2836 * @iowrite: an I/O write function
2847 xmlOutputBufferCreateIO(xmlOutputWriteCallback iowrite, argument
2852 if (iowrite == NULL) return(NULL);
2857 ret->writecallback = iowrite;
H A Dxmlsave.c1582 * @iowrite: an I/O write function
1594 xmlSaveToIO(xmlOutputWriteCallback iowrite, argument
1602 ret->buf = xmlOutputBufferCreateIO(iowrite, ioclose, ioctx, ret->handler);
H A Dschematron.c168 xmlOutputWriteCallback iowrite; /* if using XML_SCHEMATRON_OUT_IO */ member in struct:_xmlSchematronValidCtxt
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dxmlsave.h58 xmlSaveToIO (xmlOutputWriteCallback iowrite,
H A DxmlIO.h243 xmlOutputBufferCreateIO (xmlOutputWriteCallback iowrite,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlsave.in.h55 xmlSaveToIO (xmlOutputWriteCallback iowrite,
H A DxmlIO.in.h243 xmlOutputBufferCreateIO (xmlOutputWriteCallback iowrite,
H A DxmlIO.c2836 * @iowrite: an I/O write function
2847 xmlOutputBufferCreateIO(xmlOutputWriteCallback iowrite, argument
2852 if (iowrite == NULL) return(NULL);
2857 ret->writecallback = iowrite;
H A Dxmlsave.c1582 * @iowrite: an I/O write function
1594 xmlSaveToIO(xmlOutputWriteCallback iowrite, argument
1602 ret->buf = xmlOutputBufferCreateIO(iowrite, ioclose, ioctx, ret->handler);
H A Dschematron.c168 xmlOutputWriteCallback iowrite; /* if using XML_SCHEMATRON_OUT_IO */ member in struct:_xmlSchematronValidCtxt
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A DxmlIO.c2913 * @iowrite: an I/O write function
2924 xmlOutputBufferCreateIO(xmlOutputWriteCallback iowrite, argument
2929 if (iowrite == NULL) return(NULL);
2934 ret->writecallback = iowrite;
H A Dxmlsave.c1719 * @iowrite: an I/O write function
1731 xmlSaveToIO(xmlOutputWriteCallback iowrite, argument
1739 ret->buf = xmlOutputBufferCreateIO(iowrite, ioclose, ioctx, ret->handler);
H A Dschematron.c168 xmlOutputWriteCallback iowrite; /* if using XML_SCHEMATRON_OUT_IO */ member in struct:_xmlSchematronValidCtxt

Completed in 391 milliseconds