Searched refs:ioctx (Results 1 - 25 of 34) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/
H A Daio.c195 * Allocates and initializes an ioctx. Returns an ERR_PTR if it failed.
248 dprintk("aio: allocated ioctx %p[%ld]: mm=%p mask=0x%x\n",
261 dprintk("aio: error allocating ioctx %p\n", ctx);
355 "exit_aio:ioctx still alive: %d %d %d\n",
547 struct kioctx *ioctx; local
552 for (ioctx = mm->ioctx_list; ioctx; ioctx = ioctx->next)
553 if (likely(ioctx
1012 aio_read_evt(struct kioctx *ioctx, struct io_event *ent) argument
1197 io_destroy(struct kioctx *ioctx) argument
1238 struct kioctx *ioctx = NULL; local
1276 struct kioctx *ioctx = lookup_ioctx(ctx); local
1763 struct kioctx *ioctx = lookup_ioctx(ctx_id); local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlsave.in.h57 void *ioctx,
H A DHTMLparser.in.h216 void *ioctx,
248 void *ioctx,
H A DxmlIO.in.h187 void *ioctx,
245 void *ioctx,
H A Dxmlreader.in.h335 void *ioctx,
371 void *ioctx,
H A Dparser.in.h1022 void *ioctx,
1131 void *ioctx,
1163 void *ioctx,
H A DxmlIO.c2808 * @ioctx: an I/O handler
2818 xmlInputCloseCallback ioclose, void *ioctx, xmlCharEncoding enc) {
2825 ret->context = (void *) ioctx;
2838 * @ioctx: an I/O handler
2848 xmlOutputCloseCallback ioclose, void *ioctx,
2856 ret->context = (void *) ioctx;
2817 xmlParserInputBufferCreateIO(xmlInputReadCallback ioread, xmlInputCloseCallback ioclose, void *ioctx, xmlCharEncoding enc) argument
2847 xmlOutputBufferCreateIO(xmlOutputWriteCallback iowrite, xmlOutputCloseCallback ioclose, void *ioctx, xmlCharEncodingHandlerPtr encoder) argument
H A Dxmlsave.c1584 * @ioctx: an I/O handler
1596 void *ioctx, const char *encoding, int options)
1602 ret->buf = xmlOutputBufferCreateIO(iowrite, ioclose, ioctx, ret->handler);
1594 xmlSaveToIO(xmlOutputWriteCallback iowrite, xmlOutputCloseCallback ioclose, void *ioctx, const char *encoding, int options) argument
H A DHTMLparser.c6040 * @ioctx: an I/O handler
6051 void *ioctx, const char *URL, const char *encoding, int options)
6061 input = xmlParserInputBufferCreateIO(ioread, ioclose, ioctx,
6235 * @ioctx: an I/O handler
6247 xmlInputCloseCallback ioclose, void *ioctx,
6261 input = xmlParserInputBufferCreateIO(ioread, ioclose, ioctx,
6050 htmlReadIO(xmlInputReadCallback ioread, xmlInputCloseCallback ioclose, void *ioctx, const char *URL, const char *encoding, int options) argument
6246 htmlCtxtReadIO(htmlParserCtxtPtr ctxt, xmlInputReadCallback ioread, xmlInputCloseCallback ioclose, void *ioctx, const char *URL, const char *encoding, int options) argument
H A Dxmlreader.c5231 * @ioctx: an I/O handler
5243 void *ioctx, const char *URL, const char *encoding,
5252 input = xmlParserInputBufferCreateIO(ioread, ioclose, ioctx,
5446 * @ioctx: an I/O handler
5460 xmlInputCloseCallback ioclose, void *ioctx,
5470 input = xmlParserInputBufferCreateIO(ioread, ioclose, ioctx,
5242 xmlReaderForIO(xmlInputReadCallback ioread, xmlInputCloseCallback ioclose, void *ioctx, const char *URL, const char *encoding, int options) argument
5459 xmlReaderNewIO(xmlTextReaderPtr reader, xmlInputReadCallback ioread, xmlInputCloseCallback ioclose, void *ioctx, const char *URL, const char *encoding, int options) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dxmlsave.h60 void *ioctx,
H A DHTMLparser.h216 void *ioctx,
248 void *ioctx,
H A DxmlIO.h187 void *ioctx,
245 void *ioctx,
H A Dxmlreader.h341 void *ioctx,
377 void *ioctx,
H A Dparser.h1024 void *ioctx,
1136 void *ioctx,
1168 void *ioctx,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlsave.in.h57 void *ioctx,
H A DHTMLparser.in.h216 void *ioctx,
248 void *ioctx,
H A DxmlIO.in.h187 void *ioctx,
245 void *ioctx,
H A Dxmlreader.in.h335 void *ioctx,
371 void *ioctx,
H A Dparser.in.h1022 void *ioctx,
1131 void *ioctx,
1163 void *ioctx,
H A DxmlIO.c2808 * @ioctx: an I/O handler
2818 xmlInputCloseCallback ioclose, void *ioctx, xmlCharEncoding enc) {
2825 ret->context = (void *) ioctx;
2838 * @ioctx: an I/O handler
2848 xmlOutputCloseCallback ioclose, void *ioctx,
2856 ret->context = (void *) ioctx;
2817 xmlParserInputBufferCreateIO(xmlInputReadCallback ioread, xmlInputCloseCallback ioclose, void *ioctx, xmlCharEncoding enc) argument
2847 xmlOutputBufferCreateIO(xmlOutputWriteCallback iowrite, xmlOutputCloseCallback ioclose, void *ioctx, xmlCharEncodingHandlerPtr encoder) argument
H A Dxmlsave.c1584 * @ioctx: an I/O handler
1596 void *ioctx, const char *encoding, int options)
1602 ret->buf = xmlOutputBufferCreateIO(iowrite, ioclose, ioctx, ret->handler);
1594 xmlSaveToIO(xmlOutputWriteCallback iowrite, xmlOutputCloseCallback ioclose, void *ioctx, const char *encoding, int options) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A DxmlIO.c2885 * @ioctx: an I/O handler
2895 xmlInputCloseCallback ioclose, void *ioctx, xmlCharEncoding enc) {
2902 ret->context = (void *) ioctx;
2915 * @ioctx: an I/O handler
2925 xmlOutputCloseCallback ioclose, void *ioctx,
2933 ret->context = (void *) ioctx;
2894 xmlParserInputBufferCreateIO(xmlInputReadCallback ioread, xmlInputCloseCallback ioclose, void *ioctx, xmlCharEncoding enc) argument
2924 xmlOutputBufferCreateIO(xmlOutputWriteCallback iowrite, xmlOutputCloseCallback ioclose, void *ioctx, xmlCharEncodingHandlerPtr encoder) argument
H A Dxmlsave.c1721 * @ioctx: an I/O handler
1733 void *ioctx, const char *encoding, int options)
1739 ret->buf = xmlOutputBufferCreateIO(iowrite, ioclose, ioctx, ret->handler);
1731 xmlSaveToIO(xmlOutputWriteCallback iowrite, xmlOutputCloseCallback ioclose, void *ioctx, const char *encoding, int options) argument
H A Dxmlreader.c5272 * @ioctx: an I/O handler
5284 void *ioctx, const char *URL, const char *encoding,
5293 input = xmlParserInputBufferCreateIO(ioread, ioclose, ioctx,
5487 * @ioctx: an I/O handler
5501 xmlInputCloseCallback ioclose, void *ioctx,
5511 input = xmlParserInputBufferCreateIO(ioread, ioclose, ioctx,
5283 xmlReaderForIO(xmlInputReadCallback ioread, xmlInputCloseCallback ioclose, void *ioctx, const char *URL, const char *encoding, int options) argument
5500 xmlReaderNewIO(xmlTextReaderPtr reader, xmlInputReadCallback ioread, xmlInputCloseCallback ioclose, void *ioctx, const char *URL, const char *encoding, int options) argument

Completed in 410 milliseconds

12