Home
last modified time | relevance | path

Searched refs:ioctx (Results 1 – 25 of 29) sorted by relevance

12

/external/cronet/third_party/libxml/src/include/libxml/
DxmlIO.h188 void *ioctx,
248 void *ioctx,
DHTMLparser.h233 void *ioctx,
265 void *ioctx,
Dxmlsave.h61 void *ioctx,
Dxmlreader.h346 void *ioctx,
382 void *ioctx,
Dparser.h1062 void *ioctx,
1177 void *ioctx,
1209 void *ioctx,
/external/libxml2/include/libxml/
DxmlIO.h188 void *ioctx,
248 void *ioctx,
DHTMLparser.h233 void *ioctx,
265 void *ioctx,
Dxmlsave.h61 void *ioctx,
Dxmlreader.h346 void *ioctx,
382 void *ioctx,
Dparser.h1060 void *ioctx,
1175 void *ioctx,
1207 void *ioctx,
/external/libxml2/os400/libxmlrpg/
Dxmlsave.rpgle70 d ioctx * value void *
DxmlIO.rpgle214 d ioctx * value void *
305 d ioctx * value void *
DHTMLparser.rpgle313 d ioctx * value void *
358 d ioctx * value void *
Dxmlreader.rpgle562 d ioctx * value void *
613 d ioctx * value void *
Dparser.rpgle1150 d ioctx * value void *
1317 d ioctx * value void *
1361 d ioctx * value void *
/external/cronet/third_party/libxml/src/
DxmlIO.c3005 xmlInputCloseCallback ioclose, void *ioctx, xmlCharEncoding enc) { in xmlParserInputBufferCreateIO() argument
3012 ret->context = (void *) ioctx; in xmlParserInputBufferCreateIO()
3035 xmlOutputCloseCallback ioclose, void *ioctx, in xmlOutputBufferCreateIO() argument
3043 ret->context = (void *) ioctx; in xmlOutputBufferCreateIO()
Dxmlreader.c5432 void *ioctx, const char *URL, const char *encoding, in xmlReaderForIO() argument
5441 input = xmlParserInputBufferCreateIO(ioread, ioclose, ioctx, in xmlReaderForIO()
5445 ioclose(ioctx); in xmlReaderForIO()
5652 xmlInputCloseCallback ioclose, void *ioctx, in xmlReaderNewIO() argument
5662 input = xmlParserInputBufferCreateIO(ioread, ioclose, ioctx, in xmlReaderNewIO()
5666 ioclose(ioctx); in xmlReaderNewIO()
DHTMLparser.c7088 void *ioctx, const char *URL, const char *encoding, int options) in htmlReadIO() argument
7098 input = xmlParserInputBufferCreateIO(ioread, ioclose, ioctx, in htmlReadIO()
7102 ioclose(ioctx); in htmlReadIO()
7279 xmlInputCloseCallback ioclose, void *ioctx, in htmlCtxtReadIO() argument
7294 input = xmlParserInputBufferCreateIO(ioread, ioclose, ioctx, in htmlCtxtReadIO()
7298 ioclose(ioctx); in htmlCtxtReadIO()
Dxmlsave.c1810 void *ioctx, const char *encoding, int options) in xmlSaveToIO() argument
1816 ret->buf = xmlOutputBufferCreateIO(iowrite, ioclose, ioctx, ret->handler); in xmlSaveToIO()
Dparser.c12234 void *ioctx, xmlCharEncoding enc) { in xmlCreateIOParserCtxt() argument
12241 buf = xmlParserInputBufferCreateIO(ioread, ioclose, ioctx, enc); in xmlCreateIOParserCtxt()
12244 ioclose(ioctx); in xmlCreateIOParserCtxt()
14929 void *ioctx, const char *URL, const char *encoding, int options) in xmlReadIO() argument
14939 input = xmlParserInputBufferCreateIO(ioread, ioclose, ioctx, in xmlReadIO()
14943 ioclose(ioctx); in xmlReadIO()
15123 xmlInputCloseCallback ioclose, void *ioctx, in xmlCtxtReadIO() argument
15138 input = xmlParserInputBufferCreateIO(ioread, ioclose, ioctx, in xmlCtxtReadIO()
15142 ioclose(ioctx); in xmlCtxtReadIO()
/external/libxml2/
DxmlIO.c3005 xmlInputCloseCallback ioclose, void *ioctx, xmlCharEncoding enc) { in xmlParserInputBufferCreateIO() argument
3012 ret->context = (void *) ioctx; in xmlParserInputBufferCreateIO()
3035 xmlOutputCloseCallback ioclose, void *ioctx, in xmlOutputBufferCreateIO() argument
3043 ret->context = (void *) ioctx; in xmlOutputBufferCreateIO()
Dxmlreader.c5432 void *ioctx, const char *URL, const char *encoding, in xmlReaderForIO() argument
5441 input = xmlParserInputBufferCreateIO(ioread, ioclose, ioctx, in xmlReaderForIO()
5445 ioclose(ioctx); in xmlReaderForIO()
5652 xmlInputCloseCallback ioclose, void *ioctx, in xmlReaderNewIO() argument
5662 input = xmlParserInputBufferCreateIO(ioread, ioclose, ioctx, in xmlReaderNewIO()
5666 ioclose(ioctx); in xmlReaderNewIO()
DHTMLparser.c7105 void *ioctx, const char *URL, const char *encoding, int options) in htmlReadIO() argument
7115 input = xmlParserInputBufferCreateIO(ioread, ioclose, ioctx, in htmlReadIO()
7119 ioclose(ioctx); in htmlReadIO()
7296 xmlInputCloseCallback ioclose, void *ioctx, in htmlCtxtReadIO() argument
7311 input = xmlParserInputBufferCreateIO(ioread, ioclose, ioctx, in htmlCtxtReadIO()
7315 ioclose(ioctx); in htmlCtxtReadIO()
Dxmlsave.c1810 void *ioctx, const char *encoding, int options) in xmlSaveToIO() argument
1816 ret->buf = xmlOutputBufferCreateIO(iowrite, ioclose, ioctx, ret->handler); in xmlSaveToIO()
Dparser.c12470 void *ioctx, xmlCharEncoding enc) { in xmlCreateIOParserCtxt() argument
12477 buf = xmlParserInputBufferCreateIO(ioread, ioclose, ioctx, enc); in xmlCreateIOParserCtxt()
12480 ioclose(ioctx); in xmlCreateIOParserCtxt()
15159 void *ioctx, const char *URL, const char *encoding, int options) in xmlReadIO() argument
15169 input = xmlParserInputBufferCreateIO(ioread, ioclose, ioctx, in xmlReadIO()
15173 ioclose(ioctx); in xmlReadIO()
15353 xmlInputCloseCallback ioclose, void *ioctx, in xmlCtxtReadIO() argument
15368 input = xmlParserInputBufferCreateIO(ioread, ioclose, ioctx, in xmlCtxtReadIO()
15372 ioclose(ioctx); in xmlCtxtReadIO()

12