Searched refs:xmlInputCloseCallback (Results 1 – 9 of 9) 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 | 340 xmlInputCloseCallback ioclose, 376 xmlInputCloseCallback ioclose,
|
D | parser.h | 1032 xmlInputCloseCallback ioclose, 1146 xmlInputCloseCallback ioclose, 1178 xmlInputCloseCallback ioclose,
|
/external/libxml2/ |
D | xmlIO.c | 116 xmlInputCloseCallback closecallback; 2246 xmlInputCloseCallback closeFunc) { in xmlRegisterInputCallbacks() 3074 xmlInputCloseCallback ioclose, void *ioctx, xmlCharEncoding enc) { in xmlParserInputBufferCreateIO()
|
D | xmllint.c | 2299 (xmlInputCloseCallback) myClose, f, in parseAndPrintFile() 2304 (xmlInputCloseCallback) myClose, f, in parseAndPrintFile()
|
D | xmlreader.c | 5322 xmlReaderForIO(xmlInputReadCallback ioread, xmlInputCloseCallback ioclose, in xmlReaderForIO() 5540 xmlInputCloseCallback ioclose, void *ioctx, in xmlReaderNewIO()
|
D | HTMLparser.c | 6727 htmlReadIO(xmlInputReadCallback ioread, xmlInputCloseCallback ioclose, in htmlReadIO() 6924 xmlInputCloseCallback ioclose, void *ioctx, in htmlCtxtReadIO()
|
D | parser.c | 11981 xmlInputReadCallback ioread, xmlInputCloseCallback ioclose, in xmlCreateIOParserCtxt() 14783 xmlReadIO(xmlInputReadCallback ioread, xmlInputCloseCallback ioclose, in xmlReadIO() 14982 xmlInputCloseCallback ioclose, void *ioctx, in xmlCtxtReadIO()
|