/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 | 5510 void *ioctx, const char *URL, const char *encoding, in xmlReaderForIO() argument 5519 input = xmlParserInputBufferCreateIO(ioread, ioclose, ioctx, in xmlReaderForIO() 5523 ioclose(ioctx); in xmlReaderForIO() 5730 xmlInputCloseCallback ioclose, void *ioctx, in xmlReaderNewIO() argument 5740 input = xmlParserInputBufferCreateIO(ioread, ioclose, ioctx, in xmlReaderNewIO() 5744 ioclose(ioctx); in xmlReaderNewIO()
|
D | HTMLparser.c | 6935 void *ioctx, const char *URL, const char *encoding, int options) in htmlReadIO() argument 6945 input = xmlParserInputBufferCreateIO(ioread, ioclose, ioctx, in htmlReadIO() 6949 ioclose(ioctx); in htmlReadIO() 7138 xmlInputCloseCallback ioclose, void *ioctx, in htmlCtxtReadIO() argument 7153 input = xmlParserInputBufferCreateIO(ioread, ioclose, ioctx, in htmlCtxtReadIO() 7157 ioclose(ioctx); in htmlCtxtReadIO()
|
D | xmlsave.c | 1902 void *ioctx, const char *encoding, int options) in xmlSaveToIO() argument 1908 ret->buf = xmlOutputBufferCreateIO(iowrite, ioclose, ioctx, ret->handler); in xmlSaveToIO()
|
D | parser.c | 12507 void *ioctx, xmlCharEncoding enc) { in xmlCreateIOParserCtxt() argument 12514 buf = xmlParserInputBufferCreateIO(ioread, ioclose, ioctx, enc); in xmlCreateIOParserCtxt() 12517 ioclose(ioctx); in xmlCreateIOParserCtxt() 15343 void *ioctx, const char *URL, const char *encoding, int options) in xmlReadIO() argument 15353 input = xmlParserInputBufferCreateIO(ioread, ioclose, ioctx, in xmlReadIO() 15357 ioclose(ioctx); in xmlReadIO() 15549 xmlInputCloseCallback ioclose, void *ioctx, in xmlCtxtReadIO() argument 15564 input = xmlParserInputBufferCreateIO(ioread, ioclose, ioctx, in xmlCtxtReadIO() 15568 ioclose(ioctx); in xmlCtxtReadIO()
|
D | schematron.c | 172 void *ioctx; member
|
/external/clang/test/ARCMT/ |
D | objcmt-arc-cf-annotations.m.result | 1818 void ReaderForIO(CloseCallback ioclose, void *ioctx);
|
D | objcmt-arc-cf-annotations.m | 1770 void ReaderForIO(CloseCallback ioclose, void *ioctx);
|
/external/clang/test/Analysis/ |
D | retain-release.m | 1765 void ReaderForIO(CloseCallback ioclose, void *ioctx);
|