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

/external/libxml2/include/libxml/
H A Dxmlsave.h60 xmlOutputCloseCallback ioclose,
H A DHTMLparser.h218 xmlInputCloseCallback ioclose,
250 xmlInputCloseCallback ioclose,
H A DxmlIO.h186 xmlInputCloseCallback ioclose,
244 xmlOutputCloseCallback ioclose,
H A Dxmlreader.h340 xmlInputCloseCallback ioclose,
376 xmlInputCloseCallback ioclose,
H A Dparser.h1032 xmlInputCloseCallback ioclose,
1146 xmlInputCloseCallback ioclose,
1178 xmlInputCloseCallback ioclose,
/external/libxml2/
H A DxmlIO.c3063 * @ioclose: an I/O close function
3074 xmlInputCloseCallback ioclose, void *ioctx, xmlCharEncoding enc) {
3083 ret->closecallback = ioclose;
3093 * @ioclose: an I/O close function
3104 xmlOutputCloseCallback ioclose, void *ioctx,
3114 ret->closecallback = ioclose;
3073 xmlParserInputBufferCreateIO(xmlInputReadCallback ioread, xmlInputCloseCallback ioclose, void *ioctx, xmlCharEncoding enc) argument
3103 xmlOutputBufferCreateIO(xmlOutputWriteCallback iowrite, xmlOutputCloseCallback ioclose, void *ioctx, xmlCharEncodingHandlerPtr encoder) argument
H A DHTMLparser.c6716 * @ioclose: an I/O close function
6727 htmlReadIO(xmlInputReadCallback ioread, xmlInputCloseCallback ioclose, argument
6738 input = xmlParserInputBufferCreateIO(ioread, ioclose, ioctx,
6911 * @ioclose: an I/O close function
6924 xmlInputCloseCallback ioclose, void *ioctx,
6938 input = xmlParserInputBufferCreateIO(ioread, ioclose, ioctx,
6923 htmlCtxtReadIO(htmlParserCtxtPtr ctxt, xmlInputReadCallback ioread, xmlInputCloseCallback ioclose, void *ioctx, const char *URL, const char *encoding, int options) argument
H A Dxmlreader.c5310 * @ioclose: an I/O close function
5322 xmlReaderForIO(xmlInputReadCallback ioread, xmlInputCloseCallback ioclose, argument
5332 input = xmlParserInputBufferCreateIO(ioread, ioclose, ioctx,
5525 * @ioclose: an I/O close function
5540 xmlInputCloseCallback ioclose, void *ioctx,
5550 input = xmlParserInputBufferCreateIO(ioread, ioclose, ioctx,
5539 xmlReaderNewIO(xmlTextReaderPtr reader, xmlInputReadCallback ioread, xmlInputCloseCallback ioclose, void *ioctx, const char *URL, const char *encoding, int options) argument
H A Dxmlsave.c1793 * @ioclose: an I/O close function
1805 xmlOutputCloseCallback ioclose,
1812 ret->buf = xmlOutputBufferCreateIO(iowrite, ioclose, ioctx, ret->handler);
1804 xmlSaveToIO(xmlOutputWriteCallback iowrite, xmlOutputCloseCallback ioclose, void *ioctx, const char *encoding, int options) argument
H A Dschematron.c169 xmlOutputCloseCallback ioclose; member in struct:_xmlSchematronValidCtxt
H A Dparser.c11970 * @ioclose: an I/O close function
11981 xmlInputReadCallback ioread, xmlInputCloseCallback ioclose,
11989 buf = xmlParserInputBufferCreateIO(ioread, ioclose, ioctx, enc);
14772 * @ioclose: an I/O close function
14783 xmlReadIO(xmlInputReadCallback ioread, xmlInputCloseCallback ioclose, argument
14793 input = xmlParserInputBufferCreateIO(ioread, ioclose, ioctx,
14969 * @ioclose: an I/O close function
14982 xmlInputCloseCallback ioclose, void *ioctx,
14996 input = xmlParserInputBufferCreateIO(ioread, ioclose, ioctx,
11980 xmlCreateIOParserCtxt(xmlSAXHandlerPtr sax, void *user_data, xmlInputReadCallback ioread, xmlInputCloseCallback ioclose, void *ioctx, xmlCharEncoding enc) argument
14981 xmlCtxtReadIO(xmlParserCtxtPtr ctxt, xmlInputReadCallback ioread, xmlInputCloseCallback ioclose, void *ioctx, const char *URL, const char *encoding, int options) argument

Completed in 228 milliseconds