Searched refs:callback (Results 26 - 50 of 139) sorted by relevance

123456

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dprivates.h68 CallbackProcPtr callback, pointer userdata);
72 CallbackProcPtr callback, pointer userdata);
/vbox/src/libs/libxml2-2.6.31/python/tests/
H A DpushSAX.py10 class callback: class in inherits:
43 handler = callback()
H A DpushSAXhtml.py10 class callback: class in inherits:
43 handler = callback()
H A Dreader6.py82 def callback(ctx, str): function
85 libxml2.registerErrorHandler(callback, "")
H A Dindexes.py11 class callback: class in inherits:
61 handler = callback(0, 13, 27, 198, 183)
84 handler = callback(43, 57, 71, 198, 183)
H A Dsync.py10 class callback: class in inherits:
43 handler = callback()
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsStreamUtils.cpp52 nsInputStreamReadyEvent(nsIInputStreamCallback *callback, argument
54 : mCallback(callback)
141 nsOutputStreamReadyEvent(nsIOutputStreamCallback *callback, argument
143 : mCallback(callback)
179 void Init(nsIOutputStreamCallback *callback, nsIEventTarget *target) argument
181 mCallback = callback;
233 nsIInputStreamCallback *callback,
236 nsInputStreamReadyEvent *ev = new nsInputStreamReadyEvent(callback, target);
245 nsIOutputStreamCallback *callback,
248 nsOutputStreamReadyEvent *ev = new nsOutputStreamReadyEvent(callback, targe
232 NS_NewInputStreamReadyEvent(nsIInputStreamCallback **event, nsIInputStreamCallback *callback, nsIEventTarget *target) argument
244 NS_NewOutputStreamReadyEvent(nsIOutputStreamCallback **event, nsIOutputStreamCallback *callback, nsIEventTarget *target) argument
283 Start(nsIInputStream *source, nsIOutputStream *sink, nsIEventTarget *target, nsAsyncCopyCallbackFun callback, void *closure, PRUint32 chunksize) argument
556 NS_AsyncCopy(nsIInputStream *source, nsIOutputStream *sink, nsIEventTarget *target, nsAsyncCopyMode mode, PRUint32 chunkSize, nsAsyncCopyCallbackFun callback, void *closure) argument
[all...]
H A DnsPipe3.cpp79 nsIInputStreamCallback *callback)
83 mInputCallback = callback;
87 nsIOutputStreamCallback *callback)
91 mOutputCallback = callback;
815 nsPipeInputStream::AsyncWait(nsIInputStreamCallback *callback, argument
826 // replace a pending callback
833 callback, target);
835 callback = proxy;
841 pipeEvents.NotifyInputReady(this, callback);
844 // queue up callback objec
78 NotifyInputReady(nsIAsyncInputStream *stream, nsIInputStreamCallback *callback) argument
86 NotifyOutputReady(nsIAsyncOutputStream *stream, nsIOutputStreamCallback *callback) argument
1180 AsyncWait(nsIOutputStreamCallback *callback, PRUint32 flags, PRUint32 requestedCount, nsIEventTarget *target) argument
[all...]
/vbox/src/VBox/NetworkServices/NAT/
H A Dproxy_pollmgr.h29 POLLMGR_CHAN_PXTCP_POLLOUT, /* schedule one-shot POLLOUT callback */
47 pollmgr_callback callback; member in struct:pollmgr_handler
/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dnanoftp.h24 * @userData: user provided data for the callback
37 * A callback for the xmlNanoFTPList command.
52 * A callback for the xmlNanoFTPGet command.
123 ftpListCallback callback,
131 ftpDataCallback callback,
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/wine/
H A Drbtree.h186 static inline void wine_rb_postorder(struct wine_rb_tree *tree, wine_rb_traverse_func_t *callback, void *context) argument
213 callback(e, context);
233 static inline void wine_rb_for_each_entry(struct wine_rb_tree *tree, wine_rb_traverse_func_t *callback, void *context) argument
235 wine_rb_postorder(tree, callback, context);
238 static inline void wine_rb_destroy(struct wine_rb_tree *tree, wine_rb_traverse_func_t *callback, void *context) argument
240 /* Note that we use postorder here because the callback will likely free the entry. */
241 if (callback) wine_rb_postorder(tree, callback, context);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Drbtree.h180 static inline void wine_rb_postorder(struct wine_rb_tree *tree, wine_rb_traverse_func_t *callback, void *context) argument
207 callback(e, context);
227 static inline void wine_rb_for_each_entry(struct wine_rb_tree *tree, wine_rb_traverse_func_t *callback, void *context) argument
229 wine_rb_postorder(tree, callback, context);
232 static inline void wine_rb_destroy(struct wine_rb_tree *tree, wine_rb_traverse_func_t *callback, void *context) argument
234 /* Note that we use postorder here because the callback will likely free the entry. */
235 if (callback) wine_rb_postorder(tree, callback, context);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/include/wine/
H A Drbtree.h186 static inline void wine_rb_postorder(struct wine_rb_tree *tree, wine_rb_traverse_func_t *callback, void *context) argument
213 callback(e, context);
233 static inline void wine_rb_for_each_entry(struct wine_rb_tree *tree, wine_rb_traverse_func_t *callback, void *context) argument
235 wine_rb_postorder(tree, callback, context);
238 static inline void wine_rb_destroy(struct wine_rb_tree *tree, wine_rb_traverse_func_t *callback, void *context) argument
240 /* Note that we use postorder here because the callback will likely free the entry. */
241 if (callback) wine_rb_postorder(tree, callback, context);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/
H A Drbtree.h180 static inline void wine_rb_postorder(struct wine_rb_tree *tree, wine_rb_traverse_func_t *callback, void *context) argument
207 callback(e, context);
227 static inline void wine_rb_for_each_entry(struct wine_rb_tree *tree, wine_rb_traverse_func_t *callback, void *context) argument
229 wine_rb_postorder(tree, callback, context);
232 static inline void wine_rb_destroy(struct wine_rb_tree *tree, wine_rb_traverse_func_t *callback, void *context) argument
234 /* Note that we use postorder here because the callback will likely free the entry. */
235 if (callback) wine_rb_postorder(tree, callback, context);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Drbtree.h180 static inline void wine_rb_postorder(struct wine_rb_tree *tree, wine_rb_traverse_func_t *callback, void *context) argument
207 callback(e, context);
227 static inline void wine_rb_for_each_entry(struct wine_rb_tree *tree, wine_rb_traverse_func_t *callback, void *context) argument
229 wine_rb_postorder(tree, callback, context);
232 static inline void wine_rb_destroy(struct wine_rb_tree *tree, wine_rb_traverse_func_t *callback, void *context) argument
234 /* Note that we use postorder here because the callback will likely free the entry. */
235 if (callback) wine_rb_postorder(tree, callback, context);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include/wine/
H A Drbtree.h186 static inline void wine_rb_postorder(struct wine_rb_tree *tree, wine_rb_traverse_func_t *callback, void *context) argument
213 callback(e, context);
233 static inline void wine_rb_for_each_entry(struct wine_rb_tree *tree, wine_rb_traverse_func_t *callback, void *context) argument
235 wine_rb_postorder(tree, callback, context);
238 static inline void wine_rb_destroy(struct wine_rb_tree *tree, wine_rb_traverse_func_t *callback, void *context) argument
240 /* Note that we use postorder here because the callback will likely free the entry. */
241 if (callback) wine_rb_postorder(tree, callback, context);
/vbox/src/VBox/Devices/Network/lwip/src/api/
H A Dapi_msg.c62 /* Register event with callback */
63 if (conn->callback)
64 (*conn->callback)(conn, NETCONN_EVT_RCVPLUS, p->tot_len);
98 /* Register event with callback */
99 if (conn->callback)
100 (*conn->callback)(conn, NETCONN_EVT_RCVPLUS, p->tot_len);
129 /* Register event with callback */
130 if (conn->callback)
131 (*conn->callback)(conn, NETCONN_EVT_RCVPLUS, len);
162 if (conn && conn->callback)
[all...]
H A Dapi_lib.c198 void (*callback)(struct netconn *, enum netconn_evt, u16_t len))
225 conn->callback = callback;
257 void (*callback)(struct netconn *, enum netconn_evt, u16_t len))
259 return netconn_new_with_proto_and_callback(t,0,callback);
493 /* Register event with callback */
494 if (conn->callback)
495 (*conn->callback)(conn, NETCONN_EVT_RCVMINUS, 0);
545 /* Register event with callback */
546 if (conn->callback)
[all...]
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Dapi.h96 void (* callback)(struct netconn *, enum netconn_evt, u16_t len); member in struct:netconn
126 void (*callback)(struct netconn *, enum netconn_evt, u16_t len));
129 void (*callback)(struct netconn *, enum netconn_evt, u16_t len));
/vbox/src/VBox/Frontends/VirtualBox/src/platform/darwin/
H A DUICocoaApplication.mm30 /** Class for tracking a callback. */
34 /** Mask of events to send to this callback. */
36 /** The callback. */
41 - (id) initWithMask:(uint32)mask callback:(PFNVBOXCACALLBACK)callback user:(void*)user;
45 - (id) initWithMask:(uint32)mask callback:(PFNVBOXCACALLBACK)callback user:(void*)user
51 pfnCallback = callback;
128 * Register an event callback.
130 * @param fMask The event mask for which the callback i
[all...]
/vbox/src/VBox/Devices/Network/lwip-new/src/include/ipv4/lwip/
H A Dicmp.h116 void ping_proxy_accept(ping_proxy_fn callback, void *arg);
/vbox/src/VBox/Devices/Network/lwip-new/src/include/ipv6/lwip/
H A Dicmp6.h149 void ping6_proxy_accept(ping6_proxy_fn callback, void *arg);
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dapi.h132 /** Use to inform the callback function about changes */
157 /** A callback prototype to inform about events for a netconn */
219 /** A callback function that is informed about events for this netconn */
220 netconn_callback callback; member in struct:netconn
224 #define API_EVENT(c,e,l) if (c->callback) { \
225 (*c->callback)(c, e, l); \
243 netconn_callback callback);
/vbox/src/VBox/Additions/common/crOpenGL/
H A Dicd_drv.h33 PICDTABLE APIENTRY DrvSetContext(HDC hdc, HGLRC hglrc, void *callback);
/vbox/src/VBox/Runtime/common/checksum/
H A Dmanifest.cpp58 * Internal structure used for the progress callback
167 RTMANIFESTCALLBACKDATA callback = { pfnProgressCallback, pvUser, cFiles, 0 };
174 callback.cCurrentFile = i;
175 rc = RTSha1DigestFromFile(papszFiles[i], &pszDigest, rtSHAProgressCallback, &callback);
225 RTMANIFESTCALLBACKDATA callback = { pfnProgressCallback, pvUser, cFiles, 0 }; local
232 callback.cCurrentFile = i;
233 rc = RTSha1DigestFromFile(paFiles[i].pszTestFile, (char**)&paFiles[i].pszTestDigest, rtSHAProgressCallback, &callback);

Completed in 2480 milliseconds

123456