/external/autotest/client/tests/aio_dio_bugs/src/ |
D | aio-dio-subblock-eof-read.c | 43 io_context_t ioctx; in main() local 74 ret = io_queue_init(1, &ioctx); in main() 78 ret = io_submit(ioctx, 1, &cb); in main() 82 ret = io_getevents(ioctx, 1, 1, &ie, NULL); in main()
|
/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 | 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/libxml2/ |
D | xmlIO.c | 3034 xmlInputCloseCallback ioclose, void *ioctx, xmlCharEncoding enc) { in xmlParserInputBufferCreateIO() argument 3041 ret->context = (void *) ioctx; in xmlParserInputBufferCreateIO() 3064 xmlOutputCloseCallback ioclose, void *ioctx, in xmlOutputBufferCreateIO() argument 3072 ret->context = (void *) ioctx; in xmlOutputBufferCreateIO()
|
D | xmlreader.c | 5511 void *ioctx, const char *URL, const char *encoding, in xmlReaderForIO() argument 5520 input = xmlParserInputBufferCreateIO(ioread, ioclose, ioctx, in xmlReaderForIO() 5524 ioclose(ioctx); in xmlReaderForIO() 5731 xmlInputCloseCallback ioclose, void *ioctx, in xmlReaderNewIO() argument 5741 input = xmlParserInputBufferCreateIO(ioread, ioclose, ioctx, in xmlReaderNewIO() 5745 ioclose(ioctx); in xmlReaderNewIO()
|
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 | 12502 void *ioctx, xmlCharEncoding enc) { in xmlCreateIOParserCtxt() argument 12509 buf = xmlParserInputBufferCreateIO(ioread, ioclose, ioctx, enc); in xmlCreateIOParserCtxt() 12512 ioclose(ioctx); in xmlCreateIOParserCtxt() 15338 void *ioctx, const char *URL, const char *encoding, int options) in xmlReadIO() argument 15348 input = xmlParserInputBufferCreateIO(ioread, ioclose, ioctx, in xmlReadIO() 15352 ioclose(ioctx); in xmlReadIO() 15544 xmlInputCloseCallback ioclose, void *ioctx, in xmlCtxtReadIO() argument 15559 input = xmlParserInputBufferCreateIO(ioread, ioclose, ioctx, in xmlCtxtReadIO() 15563 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);
|