Searched defs:ioread (Results 1 - 4 of 4) sorted by relevance

/external/libxml2/
H A DxmlIO.c2883 * @ioread: an I/O read function
2894 xmlParserInputBufferCreateIO(xmlInputReadCallback ioread, argument
2898 if (ioread == NULL) return(NULL);
2903 ret->readcallback = ioread;
H A Dxmlreader.c5270 * @ioread: an I/O read function
5283 xmlReaderForIO(xmlInputReadCallback ioread, xmlInputCloseCallback ioclose, argument
5290 if (ioread == NULL)
5293 input = xmlParserInputBufferCreateIO(ioread, ioclose, ioctx,
5485 * @ioread: an I/O read function
5500 xmlReaderNewIO(xmlTextReaderPtr reader, xmlInputReadCallback ioread, argument
5506 if (ioread == NULL)
5511 input = xmlParserInputBufferCreateIO(ioread, ioclose, ioctx,
H A DHTMLparser.c6142 * @ioread: an I/O read function
6154 htmlReadIO(xmlInputReadCallback ioread, xmlInputCloseCallback ioclose, argument
6161 if (ioread == NULL)
6165 input = xmlParserInputBufferCreateIO(ioread, ioclose, ioctx,
6337 * @ioread: an I/O read function
6350 htmlCtxtReadIO(htmlParserCtxtPtr ctxt, xmlInputReadCallback ioread, argument
6358 if (ioread == NULL)
6365 input = xmlParserInputBufferCreateIO(ioread, ioclose, ioctx,
H A Dparser.c11672 * @ioread: an I/O read function
11684 xmlInputReadCallback ioread, xmlInputCloseCallback ioclose,
11690 if (ioread == NULL) return(NULL);
11692 buf = xmlParserInputBufferCreateIO(ioread, ioclose, ioctx, enc);
14417 * @ioread: an I/O read function
14429 xmlReadIO(xmlInputReadCallback ioread, xmlInputCloseCallback ioclose, argument
14436 if (ioread == NULL)
14439 input = xmlParserInputBufferCreateIO(ioread, ioclose, ioctx,
14614 * @ioread: an I/O read function
14627 xmlCtxtReadIO(xmlParserCtxtPtr ctxt, xmlInputReadCallback ioread, argument
11683 xmlCreateIOParserCtxt(xmlSAXHandlerPtr sax, void *user_data, xmlInputReadCallback ioread, xmlInputCloseCallback ioclose, void *ioctx, xmlCharEncoding enc) argument
[all...]

Completed in 136 milliseconds