Home
last modified time | relevance | path

Searched refs:xmlInputCloseCallback (Results 1 – 14 of 14) sorted by relevance

/external/libxml2/include/libxml/
DxmlIO.h63 typedef int (XMLCALL *xmlInputCloseCallback) (void * context); typedef
128 xmlInputCloseCallback closecallback;
186 xmlInputCloseCallback ioclose,
208 xmlInputCloseCallback closeFunc);
DHTMLparser.h218 xmlInputCloseCallback ioclose,
250 xmlInputCloseCallback ioclose,
Dxmlreader.h345 xmlInputCloseCallback ioclose,
381 xmlInputCloseCallback ioclose,
Dparser.h1035 xmlInputCloseCallback ioclose,
1150 xmlInputCloseCallback ioclose,
1182 xmlInputCloseCallback ioclose,
/external/libxml2/os400/libxmlrpg/
DxmlIO.rpgle52 * xmlInputCloseCallback:
59 d xmlInputCloseCallback...
126 d closecallback like(xmlInputCloseCallback)
211 d ioclose value like(xmlInputCloseCallback)
244 d closeFunc value like(xmlInputCloseCallback)
DHTMLparser.rpgle299 d ioclose value like(xmlInputCloseCallback)
344 d ioclose value like(xmlInputCloseCallback)
Dxmlreader.rpgle519 d ioclose value like(xmlInputCloseCallback)
564 d ioclose value like(xmlInputCloseCallback)
Dparser.rpgle1127 d ioclose value like(xmlInputCloseCallback)
1289 d ioclose value like(xmlInputCloseCallback)
1333 d ioclose value like(xmlInputCloseCallback)
/external/libxml2/
DxmlIO.c119 xmlInputCloseCallback closecallback;
2271 xmlInputCloseCallback closeFunc) { in xmlRegisterInputCallbacks()
3135 xmlInputCloseCallback ioclose, void *ioctx, xmlCharEncoding enc) { in xmlParserInputBufferCreateIO()
Dxmllint.c2316 (xmlInputCloseCallback) myClose, f, in parseAndPrintFile()
2321 (xmlInputCloseCallback) myClose, f, in parseAndPrintFile()
Dxmlreader.c5481 xmlReaderForIO(xmlInputReadCallback ioread, xmlInputCloseCallback ioclose, in xmlReaderForIO()
5702 xmlInputCloseCallback ioclose, void *ioctx, in xmlReaderNewIO()
DHTMLparser.c6850 htmlReadIO(xmlInputReadCallback ioread, xmlInputCloseCallback ioclose, in htmlReadIO()
7054 xmlInputCloseCallback ioclose, void *ioctx, in htmlCtxtReadIO()
Dparser.c12616 xmlInputReadCallback ioread, xmlInputCloseCallback ioclose, in xmlCreateIOParserCtxt()
15442 xmlReadIO(xmlInputReadCallback ioread, xmlInputCloseCallback ioclose, in xmlReadIO()
15649 xmlInputCloseCallback ioclose, void *ioctx, in xmlCtxtReadIO()
/external/libxml2/doc/html/
Dindex.sgml91 <ANCHOR id="xmlInputCloseCallback" href="libxml/libxml-xmlIO.html#xmlInputCloseCallback">