Searched refs:ioclose (Results 1 - 11 of 11) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dxmlsave.h56 xmlOutputCloseCallback ioclose,
H A DHTMLparser.h215 xmlInputCloseCallback ioclose,
247 xmlInputCloseCallback ioclose,
H A DxmlIO.h186 xmlInputCloseCallback ioclose,
244 xmlOutputCloseCallback ioclose,
H A Dxmlreader.h340 xmlInputCloseCallback ioclose,
376 xmlInputCloseCallback ioclose,
H A Dparser.h1024 xmlInputCloseCallback ioclose,
1133 xmlInputCloseCallback ioclose,
1165 xmlInputCloseCallback ioclose,
/vbox/src/libs/libxml2-2.6.31/
H A DxmlIO.c2820 * @ioclose: an I/O close function
2831 xmlInputCloseCallback ioclose, void *ioctx, xmlCharEncoding enc) {
2840 ret->closecallback = ioclose;
2850 * @ioclose: an I/O close function
2861 xmlOutputCloseCallback ioclose, void *ioctx,
2871 ret->closecallback = ioclose;
2830 xmlParserInputBufferCreateIO(xmlInputReadCallback ioread, xmlInputCloseCallback ioclose, void *ioctx, xmlCharEncoding enc) argument
2860 xmlOutputBufferCreateIO(xmlOutputWriteCallback iowrite, xmlOutputCloseCallback ioclose, void *ioctx, xmlCharEncodingHandlerPtr encoder) argument
H A Dxmlsave.c1588 * @ioclose: an I/O close function
1600 xmlOutputCloseCallback ioclose,
1607 ret->buf = xmlOutputBufferCreateIO(iowrite, ioclose, ioctx, ret->handler);
1599 xmlSaveToIO(xmlOutputWriteCallback iowrite, xmlOutputCloseCallback ioclose, void *ioctx, const char *encoding, int options) argument
H A DHTMLparser.c6097 * @ioclose: an I/O close function
6108 htmlReadIO(xmlInputReadCallback ioread, xmlInputCloseCallback ioclose, argument
6119 input = xmlParserInputBufferCreateIO(ioread, ioclose, ioctx,
6292 * @ioclose: an I/O close function
6305 xmlInputCloseCallback ioclose, void *ioctx,
6319 input = xmlParserInputBufferCreateIO(ioread, ioclose, ioctx,
6304 htmlCtxtReadIO(htmlParserCtxtPtr ctxt, xmlInputReadCallback ioread, xmlInputCloseCallback ioclose, void *ioctx, const char *URL, const char *encoding, int options) argument
H A Dxmlreader.c5245 * @ioclose: an I/O close function
5257 xmlReaderForIO(xmlInputReadCallback ioread, xmlInputCloseCallback ioclose, argument
5267 input = xmlParserInputBufferCreateIO(ioread, ioclose, ioctx,
5460 * @ioclose: an I/O close function
5475 xmlInputCloseCallback ioclose, void *ioctx,
5485 input = xmlParserInputBufferCreateIO(ioread, ioclose, ioctx,
5474 xmlReaderNewIO(xmlTextReaderPtr reader, xmlInputReadCallback ioread, xmlInputCloseCallback ioclose, void *ioctx, const char *URL, const char *encoding, int options) argument
H A Dschematron.c169 xmlOutputCloseCallback ioclose; member in struct:_xmlSchematronValidCtxt
H A Dparser.c11075 * @ioclose: an I/O close function
11086 xmlInputReadCallback ioread, xmlInputCloseCallback ioclose,
11094 buf = xmlParserInputBufferCreateIO(ioread, ioclose, ioctx, enc);
13727 * @ioclose: an I/O close function
13738 xmlReadIO(xmlInputReadCallback ioread, xmlInputCloseCallback ioclose, argument
13748 input = xmlParserInputBufferCreateIO(ioread, ioclose, ioctx,
13924 * @ioclose: an I/O close function
13937 xmlInputCloseCallback ioclose, void *ioctx,
13951 input = xmlParserInputBufferCreateIO(ioread, ioclose, ioctx,
11085 xmlCreateIOParserCtxt(xmlSAXHandlerPtr sax, void *user_data, xmlInputReadCallback ioread, xmlInputCloseCallback ioclose, void *ioctx, xmlCharEncoding enc) argument
13936 xmlCtxtReadIO(xmlParserCtxtPtr ctxt, xmlInputReadCallback ioread, xmlInputCloseCallback ioclose, void *ioctx, const char *URL, const char *encoding, int options) argument

Completed in 1259 milliseconds