Searched refs:ioread (Results 1 – 8 of 8) sorted by relevance
/external/libxml2/include/libxml/ |
D | HTMLparser.h | 214 htmlReadIO (xmlInputReadCallback ioread, 246 xmlInputReadCallback ioread,
|
D | xmlreader.h | 339 xmlReaderForIO (xmlInputReadCallback ioread, 375 xmlInputReadCallback ioread,
|
D | parser.h | 1023 xmlInputReadCallback ioread, 1136 xmlReadIO (xmlInputReadCallback ioread, 1168 xmlInputReadCallback ioread,
|
D | xmlIO.h | 185 xmlParserInputBufferCreateIO (xmlInputReadCallback ioread,
|
/external/libxml2/ |
D | xmlreader.c | 5283 xmlReaderForIO(xmlInputReadCallback ioread, xmlInputCloseCallback ioclose, in xmlReaderForIO() argument 5290 if (ioread == NULL) in xmlReaderForIO() 5293 input = xmlParserInputBufferCreateIO(ioread, ioclose, ioctx, in xmlReaderForIO() 5500 xmlReaderNewIO(xmlTextReaderPtr reader, xmlInputReadCallback ioread, in xmlReaderNewIO() argument 5506 if (ioread == NULL) in xmlReaderNewIO() 5511 input = xmlParserInputBufferCreateIO(ioread, ioclose, ioctx, in xmlReaderNewIO()
|
D | xmlIO.c | 2894 xmlParserInputBufferCreateIO(xmlInputReadCallback ioread, in xmlParserInputBufferCreateIO() argument 2898 if (ioread == NULL) return(NULL); in xmlParserInputBufferCreateIO() 2903 ret->readcallback = ioread; in xmlParserInputBufferCreateIO()
|
D | HTMLparser.c | 6154 htmlReadIO(xmlInputReadCallback ioread, xmlInputCloseCallback ioclose, in htmlReadIO() argument 6161 if (ioread == NULL) in htmlReadIO() 6165 input = xmlParserInputBufferCreateIO(ioread, ioclose, ioctx, in htmlReadIO() 6350 htmlCtxtReadIO(htmlParserCtxtPtr ctxt, xmlInputReadCallback ioread, in htmlCtxtReadIO() argument 6358 if (ioread == NULL) in htmlCtxtReadIO() 6365 input = xmlParserInputBufferCreateIO(ioread, ioclose, ioctx, in htmlCtxtReadIO()
|
D | parser.c | 11684 xmlInputReadCallback ioread, xmlInputCloseCallback ioclose, in xmlCreateIOParserCtxt() argument 11690 if (ioread == NULL) return(NULL); in xmlCreateIOParserCtxt() 11692 buf = xmlParserInputBufferCreateIO(ioread, ioclose, ioctx, enc); in xmlCreateIOParserCtxt() 14429 xmlReadIO(xmlInputReadCallback ioread, xmlInputCloseCallback ioclose, in xmlReadIO() argument 14436 if (ioread == NULL) in xmlReadIO() 14439 input = xmlParserInputBufferCreateIO(ioread, ioclose, ioctx, in xmlReadIO() 14627 xmlCtxtReadIO(xmlParserCtxtPtr ctxt, xmlInputReadCallback ioread, in xmlCtxtReadIO() argument 14635 if (ioread == NULL) in xmlCtxtReadIO() 14642 input = xmlParserInputBufferCreateIO(ioread, ioclose, ioctx, in xmlCtxtReadIO()
|