Home
last modified time | relevance | path

Searched refs:ioread (Results 1 – 8 of 8) sorted by relevance

/external/libxml2/include/libxml/
DHTMLparser.h214 htmlReadIO (xmlInputReadCallback ioread,
246 xmlInputReadCallback ioread,
Dxmlreader.h339 xmlReaderForIO (xmlInputReadCallback ioread,
375 xmlInputReadCallback ioread,
Dparser.h1023 xmlInputReadCallback ioread,
1136 xmlReadIO (xmlInputReadCallback ioread,
1168 xmlInputReadCallback ioread,
DxmlIO.h185 xmlParserInputBufferCreateIO (xmlInputReadCallback ioread,
/external/libxml2/
Dxmlreader.c5283 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()
DxmlIO.c2894 xmlParserInputBufferCreateIO(xmlInputReadCallback ioread, in xmlParserInputBufferCreateIO() argument
2898 if (ioread == NULL) return(NULL); in xmlParserInputBufferCreateIO()
2903 ret->readcallback = ioread; in xmlParserInputBufferCreateIO()
DHTMLparser.c6154 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()
Dparser.c11684 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()