Searched refs:xmlInputCloseCallback (Results 1 – 13 of 13) sorted by relevance
/external/libxml2/include/libxml/ |
D | xmlIO.h | 63 typedef int (XMLCALL *xmlInputCloseCallback) (void * context); typedef 128 xmlInputCloseCallback closecallback; 186 xmlInputCloseCallback ioclose, 208 xmlInputCloseCallback closeFunc);
|
D | HTMLparser.h | 218 xmlInputCloseCallback ioclose, 250 xmlInputCloseCallback ioclose,
|
D | xmlreader.h | 345 xmlInputCloseCallback ioclose, 381 xmlInputCloseCallback ioclose,
|
D | parser.h | 1037 xmlInputCloseCallback ioclose, 1152 xmlInputCloseCallback ioclose, 1184 xmlInputCloseCallback ioclose,
|
/external/libxml2/os400/libxmlrpg/ |
D | xmlIO.rpgle | 53 * xmlInputCloseCallback: 60 d xmlInputCloseCallback... 127 d closecallback like(xmlInputCloseCallback) 213 d ioclose value like(xmlInputCloseCallback) 250 d closeFunc value like(xmlInputCloseCallback)
|
D | HTMLparser.rpgle | 312 d ioclose value like(xmlInputCloseCallback) 357 d ioclose value like(xmlInputCloseCallback)
|
D | xmlreader.rpgle | 561 d ioclose value like(xmlInputCloseCallback) 612 d ioclose value like(xmlInputCloseCallback)
|
D | parser.rpgle | 1149 d ioclose value like(xmlInputCloseCallback) 1316 d ioclose value like(xmlInputCloseCallback) 1360 d ioclose value like(xmlInputCloseCallback)
|
/external/libxml2/ |
D | xmlIO.c | 97 xmlInputCloseCallback closecallback; 2207 xmlInputCloseCallback closeFunc) { in xmlRegisterInputCallbacks() 3063 xmlInputCloseCallback ioclose, void *ioctx, xmlCharEncoding enc) { in xmlParserInputBufferCreateIO()
|
D | HTMLparser.c | 7050 htmlReadIO(xmlInputReadCallback ioread, xmlInputCloseCallback ioclose, in htmlReadIO() 7254 xmlInputCloseCallback ioclose, void *ioctx, in htmlCtxtReadIO()
|
D | xmlreader.c | 5582 xmlReaderForIO(xmlInputReadCallback ioread, xmlInputCloseCallback ioclose, in xmlReaderForIO() 5803 xmlInputCloseCallback ioclose, void *ioctx, in xmlReaderNewIO()
|
D | parser.c | 12601 xmlInputReadCallback ioread, xmlInputCloseCallback ioclose, in xmlCreateIOParserCtxt() 15313 xmlReadIO(xmlInputReadCallback ioread, xmlInputCloseCallback ioclose, in xmlReadIO() 15520 xmlInputCloseCallback ioclose, void *ioctx, in xmlCtxtReadIO()
|
/external/libxml2/doc/html/ |
D | index.sgml | 91 <ANCHOR id="xmlInputCloseCallback" href="libxml/libxml-xmlIO.html#xmlInputCloseCallback">
|