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

/external/libxml2/include/libxml/
H A Dxmlsave.h59 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,
1137 xmlInputCloseCallback ioclose,
1169 xmlInputCloseCallback ioclose,
/external/libxml2/
H A DxmlIO.c2884 * @ioclose: an I/O close function
2895 xmlInputCloseCallback ioclose, void *ioctx, xmlCharEncoding enc) {
2904 ret->closecallback = ioclose;
2914 * @ioclose: an I/O close function
2925 xmlOutputCloseCallback ioclose, void *ioctx,
2935 ret->closecallback = ioclose;
2894 xmlParserInputBufferCreateIO(xmlInputReadCallback ioread, xmlInputCloseCallback ioclose, void *ioctx, xmlCharEncoding enc) argument
2924 xmlOutputBufferCreateIO(xmlOutputWriteCallback iowrite, xmlOutputCloseCallback ioclose, void *ioctx, xmlCharEncodingHandlerPtr encoder) argument
H A Dxmlsave.c1720 * @ioclose: an I/O close function
1732 xmlOutputCloseCallback ioclose,
1739 ret->buf = xmlOutputBufferCreateIO(iowrite, ioclose, ioctx, ret->handler);
1731 xmlSaveToIO(xmlOutputWriteCallback iowrite, xmlOutputCloseCallback ioclose, void *ioctx, const char *encoding, int options) argument
H A DHTMLparser.c6143 * @ioclose: an I/O close function
6154 htmlReadIO(xmlInputReadCallback ioread, xmlInputCloseCallback ioclose, argument
6165 input = xmlParserInputBufferCreateIO(ioread, ioclose, ioctx,
6338 * @ioclose: an I/O close function
6351 xmlInputCloseCallback ioclose, void *ioctx,
6365 input = xmlParserInputBufferCreateIO(ioread, ioclose, ioctx,
6350 htmlCtxtReadIO(htmlParserCtxtPtr ctxt, xmlInputReadCallback ioread, xmlInputCloseCallback ioclose, void *ioctx, const char *URL, const char *encoding, int options) argument
H A Dxmlreader.c5271 * @ioclose: an I/O close function
5283 xmlReaderForIO(xmlInputReadCallback ioread, xmlInputCloseCallback ioclose, argument
5293 input = xmlParserInputBufferCreateIO(ioread, ioclose, ioctx,
5486 * @ioclose: an I/O close function
5501 xmlInputCloseCallback ioclose, void *ioctx,
5511 input = xmlParserInputBufferCreateIO(ioread, ioclose, ioctx,
5500 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.c11673 * @ioclose: an I/O close function
11684 xmlInputReadCallback ioread, xmlInputCloseCallback ioclose,
11692 buf = xmlParserInputBufferCreateIO(ioread, ioclose, ioctx, enc);
14418 * @ioclose: an I/O close function
14429 xmlReadIO(xmlInputReadCallback ioread, xmlInputCloseCallback ioclose, argument
14439 input = xmlParserInputBufferCreateIO(ioread, ioclose, ioctx,
14615 * @ioclose: an I/O close function
14628 xmlInputCloseCallback ioclose, void *ioctx,
14642 input = xmlParserInputBufferCreateIO(ioread, ioclose, ioctx,
11683 xmlCreateIOParserCtxt(xmlSAXHandlerPtr sax, void *user_data, xmlInputReadCallback ioread, xmlInputCloseCallback ioclose, void *ioctx, xmlCharEncoding enc) argument
14627 xmlCtxtReadIO(xmlParserCtxtPtr ctxt, xmlInputReadCallback ioread, xmlInputCloseCallback ioclose, void *ioctx, const char *URL, const char *encoding, int options) argument

Completed in 2554 milliseconds