/external/cronet/third_party/libxml/src/include/libxml/ |
D | xmlIO.h | 188 void *ioctx, 248 void *ioctx,
|
D | HTMLparser.h | 233 void *ioctx, 265 void *ioctx,
|
D | xmlsave.h | 61 void *ioctx,
|
D | xmlreader.h | 346 void *ioctx, 382 void *ioctx,
|
D | parser.h | 1062 void *ioctx, 1177 void *ioctx, 1209 void *ioctx,
|
/external/libxml2/include/libxml/ |
D | xmlIO.h | 188 void *ioctx, 248 void *ioctx,
|
D | HTMLparser.h | 233 void *ioctx, 265 void *ioctx,
|
D | xmlsave.h | 61 void *ioctx,
|
D | xmlreader.h | 346 void *ioctx, 382 void *ioctx,
|
D | parser.h | 1060 void *ioctx, 1175 void *ioctx, 1207 void *ioctx,
|
/external/libxml2/os400/libxmlrpg/ |
D | xmlsave.rpgle | 70 d ioctx * value void *
|
D | xmlIO.rpgle | 214 d ioctx * value void * 305 d ioctx * value void *
|
D | HTMLparser.rpgle | 313 d ioctx * value void * 358 d ioctx * value void *
|
D | xmlreader.rpgle | 562 d ioctx * value void * 613 d ioctx * value void *
|
D | parser.rpgle | 1150 d ioctx * value void * 1317 d ioctx * value void * 1361 d ioctx * value void *
|
/external/cronet/third_party/libxml/src/ |
D | xmlIO.c | 3005 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()
|
D | xmlreader.c | 5432 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()
|
D | HTMLparser.c | 7088 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()
|
D | xmlsave.c | 1810 void *ioctx, const char *encoding, int options) in xmlSaveToIO() argument 1816 ret->buf = xmlOutputBufferCreateIO(iowrite, ioclose, ioctx, ret->handler); in xmlSaveToIO()
|
D | parser.c | 12234 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/ |
D | xmlIO.c | 3005 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()
|
D | xmlreader.c | 5432 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()
|
D | HTMLparser.c | 7105 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()
|
D | xmlsave.c | 1810 void *ioctx, const char *encoding, int options) in xmlSaveToIO() argument 1816 ret->buf = xmlOutputBufferCreateIO(iowrite, ioclose, ioctx, ret->handler); in xmlSaveToIO()
|
D | parser.c | 12470 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()
|