Searched defs:ioclose (Results 1 - 5 of 5) sorted by relevance

/external/libxml2/
H A Dschematron.c170 xmlOutputCloseCallback ioclose; member in struct:_xmlSchematronValidCtxt
H A Dxmlsave.c1892 * @ioclose: an I/O close function
1904 xmlOutputCloseCallback ioclose,
1911 ret->buf = xmlOutputBufferCreateIO(iowrite, ioclose, ioctx, ret->handler);
1903 xmlSaveToIO(xmlOutputWriteCallback iowrite, xmlOutputCloseCallback ioclose, void *ioctx, const char *encoding, int options) argument
H A DxmlIO.c3124 * @ioclose: an I/O close function
3135 xmlInputCloseCallback ioclose, void *ioctx, xmlCharEncoding enc) {
3144 ret->closecallback = ioclose;
3154 * @ioclose: an I/O close function
3165 xmlOutputCloseCallback ioclose, void *ioctx,
3175 ret->closecallback = ioclose;
3134 xmlParserInputBufferCreateIO(xmlInputReadCallback ioread, xmlInputCloseCallback ioclose, void *ioctx, xmlCharEncoding enc) argument
3164 xmlOutputBufferCreateIO(xmlOutputWriteCallback iowrite, xmlOutputCloseCallback ioclose, void *ioctx, xmlCharEncodingHandlerPtr encoder) argument
H A Dxmlreader.c5493 * @ioclose: an I/O close function
5505 xmlReaderForIO(xmlInputReadCallback ioread, xmlInputCloseCallback ioclose, argument
5515 input = xmlParserInputBufferCreateIO(ioread, ioclose, ioctx,
5518 if (ioclose != NULL)
5519 ioclose(ioctx);
5711 * @ioclose: an I/O close function
5726 xmlInputCloseCallback ioclose, void *ioctx,
5736 input = xmlParserInputBufferCreateIO(ioread, ioclose, ioctx,
5739 if (ioclose != NULL)
5740 ioclose(ioct
5725 xmlReaderNewIO(xmlTextReaderPtr reader, xmlInputReadCallback ioread, xmlInputCloseCallback ioclose, void *ioctx, const char *URL, const char *encoding, int options) argument
[all...]
H A Dparser.c12754 * @ioclose: an I/O close function
12765 xmlInputReadCallback ioread, xmlInputCloseCallback ioclose,
12773 buf = xmlParserInputBufferCreateIO(ioread, ioclose, ioctx, enc);
12775 if (ioclose != NULL)
12776 ioclose(ioctx);
15582 * @ioclose: an I/O close function
15593 xmlReadIO(xmlInputReadCallback ioread, xmlInputCloseCallback ioclose, argument
15604 input = xmlParserInputBufferCreateIO(ioread, ioclose, ioctx,
15607 if (ioclose != NULL)
15608 ioclose(ioct
12764 xmlCreateIOParserCtxt(xmlSAXHandlerPtr sax, void *user_data, xmlInputReadCallback ioread, xmlInputCloseCallback ioclose, void *ioctx, xmlCharEncoding enc) argument
15799 xmlCtxtReadIO(xmlParserCtxtPtr ctxt, xmlInputReadCallback ioread, xmlInputCloseCallback ioclose, void *ioctx, const char *URL, const char *encoding, int options) argument
[all...]

Completed in 186 milliseconds