/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, 247 void *ioctx,
|
D | xmlsave.h | 61 void *ioctx,
|
D | xmlreader.h | 346 void *ioctx, 382 void *ioctx,
|
D | parser.h | 1038 void *ioctx, 1153 void *ioctx, 1185 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 | 3063 xmlInputCloseCallback ioclose, void *ioctx, xmlCharEncoding enc) { in xmlParserInputBufferCreateIO() argument 3070 ret->context = (void *) ioctx; in xmlParserInputBufferCreateIO() 3093 xmlOutputCloseCallback ioclose, void *ioctx, in xmlOutputBufferCreateIO() argument 3101 ret->context = (void *) ioctx; in xmlOutputBufferCreateIO()
|
D | HTMLparser.c | 7051 void *ioctx, const char *URL, const char *encoding, int options) in htmlReadIO() argument 7061 input = xmlParserInputBufferCreateIO(ioread, ioclose, ioctx, in htmlReadIO() 7065 ioclose(ioctx); in htmlReadIO() 7254 xmlInputCloseCallback ioclose, void *ioctx, in htmlCtxtReadIO() argument 7269 input = xmlParserInputBufferCreateIO(ioread, ioclose, ioctx, in htmlCtxtReadIO() 7273 ioclose(ioctx); in htmlCtxtReadIO()
|
D | xmlreader.c | 5583 void *ioctx, const char *URL, const char *encoding, in xmlReaderForIO() argument 5592 input = xmlParserInputBufferCreateIO(ioread, ioclose, ioctx, in xmlReaderForIO() 5596 ioclose(ioctx); in xmlReaderForIO() 5803 xmlInputCloseCallback ioclose, void *ioctx, in xmlReaderNewIO() argument 5813 input = xmlParserInputBufferCreateIO(ioread, ioclose, ioctx, in xmlReaderNewIO() 5817 ioclose(ioctx); in xmlReaderNewIO()
|
D | xmlsave.c | 1838 void *ioctx, const char *encoding, int options) in xmlSaveToIO() argument 1844 ret->buf = xmlOutputBufferCreateIO(iowrite, ioclose, ioctx, ret->handler); in xmlSaveToIO()
|
D | parser.c | 12602 void *ioctx, xmlCharEncoding enc) { in xmlCreateIOParserCtxt() argument 12609 buf = xmlParserInputBufferCreateIO(ioread, ioclose, ioctx, enc); in xmlCreateIOParserCtxt() 12612 ioclose(ioctx); in xmlCreateIOParserCtxt() 15314 void *ioctx, const char *URL, const char *encoding, int options) in xmlReadIO() argument 15324 input = xmlParserInputBufferCreateIO(ioread, ioclose, ioctx, in xmlReadIO() 15328 ioclose(ioctx); in xmlReadIO() 15520 xmlInputCloseCallback ioclose, void *ioctx, in xmlCtxtReadIO() argument 15535 input = xmlParserInputBufferCreateIO(ioread, ioclose, ioctx, in xmlCtxtReadIO() 15539 ioclose(ioctx); in xmlCtxtReadIO()
|
D | schematron.c | 172 void *ioctx; member
|
/external/llvm-project/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/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/llvm-project/clang/test/Analysis/ |
D | retain-release.m | 1978 void ReaderForIO(CloseCallback ioclose, void *ioctx);
|
/external/clang/test/Analysis/ |
D | retain-release.m | 1765 void ReaderForIO(CloseCallback ioclose, void *ioctx);
|