/external/libxml2/include/libxml/ |
D | HTMLparser.h | 219 void *ioctx, 251 void *ioctx,
|
D | xmlIO.h | 187 void *ioctx, 245 void *ioctx,
|
D | xmlsave.h | 61 void *ioctx,
|
D | xmlreader.h | 346 void *ioctx, 382 void *ioctx,
|
D | parser.h | 1036 void *ioctx, 1151 void *ioctx, 1183 void *ioctx,
|
/external/libxml2/os400/libxmlrpg/ |
D | xmlsave.rpgle | 67 d ioctx * value void *
|
D | HTMLparser.rpgle | 300 d ioctx * value void * 345 d ioctx * value void *
|
D | xmlIO.rpgle | 212 d ioctx * value void * 299 d ioctx * value void *
|
D | xmlreader.rpgle | 520 d ioctx * value void * 565 d ioctx * value void *
|
D | parser.rpgle | 1128 d ioctx * value void * 1290 d ioctx * value void * 1334 d ioctx * value void *
|
/external/libxml2/ |
D | xmlIO.c | 3135 xmlInputCloseCallback ioclose, void *ioctx, xmlCharEncoding enc) { in xmlParserInputBufferCreateIO() argument 3142 ret->context = (void *) ioctx; in xmlParserInputBufferCreateIO() 3165 xmlOutputCloseCallback ioclose, void *ioctx, in xmlOutputBufferCreateIO() argument 3173 ret->context = (void *) ioctx; in xmlOutputBufferCreateIO()
|
D | xmlreader.c | 5482 void *ioctx, const char *URL, const char *encoding, in xmlReaderForIO() argument 5491 input = xmlParserInputBufferCreateIO(ioread, ioclose, ioctx, in xmlReaderForIO() 5495 ioclose(ioctx); in xmlReaderForIO() 5702 xmlInputCloseCallback ioclose, void *ioctx, in xmlReaderNewIO() argument 5712 input = xmlParserInputBufferCreateIO(ioread, ioclose, ioctx, in xmlReaderNewIO() 5716 ioclose(ioctx); in xmlReaderNewIO()
|
D | HTMLparser.c | 6851 void *ioctx, const char *URL, const char *encoding, int options) in htmlReadIO() argument 6861 input = xmlParserInputBufferCreateIO(ioread, ioclose, ioctx, in htmlReadIO() 6865 ioclose(ioctx); in htmlReadIO() 7054 xmlInputCloseCallback ioclose, void *ioctx, in htmlCtxtReadIO() argument 7069 input = xmlParserInputBufferCreateIO(ioread, ioclose, ioctx, in htmlCtxtReadIO() 7073 ioclose(ioctx); in htmlCtxtReadIO()
|
D | xmlsave.c | 1905 void *ioctx, const char *encoding, int options) in xmlSaveToIO() argument 1911 ret->buf = xmlOutputBufferCreateIO(iowrite, ioclose, ioctx, ret->handler); in xmlSaveToIO()
|
D | parser.c | 12617 void *ioctx, xmlCharEncoding enc) { in xmlCreateIOParserCtxt() argument 12624 buf = xmlParserInputBufferCreateIO(ioread, ioclose, ioctx, enc); in xmlCreateIOParserCtxt() 12627 ioclose(ioctx); in xmlCreateIOParserCtxt() 15443 void *ioctx, const char *URL, const char *encoding, int options) in xmlReadIO() argument 15453 input = xmlParserInputBufferCreateIO(ioread, ioclose, ioctx, in xmlReadIO() 15457 ioclose(ioctx); in xmlReadIO() 15649 xmlInputCloseCallback ioclose, void *ioctx, in xmlCtxtReadIO() argument 15664 input = xmlParserInputBufferCreateIO(ioread, ioclose, ioctx, in xmlCtxtReadIO() 15668 ioclose(ioctx); in xmlCtxtReadIO()
|
D | schematron.c | 172 void *ioctx; member
|
/external/clang/test/ARCMT/ |
D | objcmt-arc-cf-annotations.m | 1770 void ReaderForIO(CloseCallback ioclose, void *ioctx);
|
D | objcmt-arc-cf-annotations.m.result | 1818 void ReaderForIO(CloseCallback ioclose, void *ioctx);
|
/external/clang/test/Analysis/ |
D | retain-release.m | 1765 void ReaderForIO(CloseCallback ioclose, void *ioctx);
|