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

/external/libxml2/
H A DxmlIO.c3062 * @ioread: an I/O read function
3073 xmlParserInputBufferCreateIO(xmlInputReadCallback ioread, argument
3077 if (ioread == NULL) return(NULL);
3082 ret->readcallback = ioread;
H A Dxmlreader.c5309 * @ioread: an I/O read function
5322 xmlReaderForIO(xmlInputReadCallback ioread, xmlInputCloseCallback ioclose, argument
5329 if (ioread == NULL)
5332 input = xmlParserInputBufferCreateIO(ioread, ioclose, ioctx,
5524 * @ioread: an I/O read function
5539 xmlReaderNewIO(xmlTextReaderPtr reader, xmlInputReadCallback ioread, argument
5545 if (ioread == NULL)
5550 input = xmlParserInputBufferCreateIO(ioread, ioclose, ioctx,
H A DHTMLparser.c6715 * @ioread: an I/O read function
6727 htmlReadIO(xmlInputReadCallback ioread, xmlInputCloseCallback ioclose, argument
6734 if (ioread == NULL)
6738 input = xmlParserInputBufferCreateIO(ioread, ioclose, ioctx,
6910 * @ioread: an I/O read function
6923 htmlCtxtReadIO(htmlParserCtxtPtr ctxt, xmlInputReadCallback ioread, argument
6931 if (ioread == NULL)
6938 input = xmlParserInputBufferCreateIO(ioread, ioclose, ioctx,
H A Dparser.c11969 * @ioread: an I/O read function
11981 xmlInputReadCallback ioread, xmlInputCloseCallback ioclose,
11987 if (ioread == NULL) return(NULL);
11989 buf = xmlParserInputBufferCreateIO(ioread, ioclose, ioctx, enc);
14771 * @ioread: an I/O read function
14783 xmlReadIO(xmlInputReadCallback ioread, xmlInputCloseCallback ioclose, argument
14790 if (ioread == NULL)
14793 input = xmlParserInputBufferCreateIO(ioread, ioclose, ioctx,
14968 * @ioread: an I/O read function
14981 xmlCtxtReadIO(xmlParserCtxtPtr ctxt, xmlInputReadCallback ioread, argument
11980 xmlCreateIOParserCtxt(xmlSAXHandlerPtr sax, void *user_data, xmlInputReadCallback ioread, xmlInputCloseCallback ioclose, void *ioctx, xmlCharEncoding enc) argument
[all...]

Completed in 326 milliseconds