Searched refs:hook (Results 26 - 37 of 37) sorted by relevance

12

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dxace.h61 /* Entry point for hook functions. Called by Xserver.
65 int /*hook*/,
66 ... /*appropriate args for hook*/
69 /* Special-cased hook functions
78 /* Register a callback for a given hook.
80 #define XaceRegisterCallback(hook,callback,data) \
81 AddCallback(XaceHooks+(hook), callback, data)
83 /* Unregister an existing callback for a given hook.
85 #define XaceDeleteCallback(hook,callback,data) \
86 DeleteCallback(XaceHooks+(hook), callbac
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dxace.h61 /* Entry point for hook functions. Called by Xserver.
65 int /*hook*/,
66 ... /*appropriate args for hook*/
69 /* Special-cased hook functions
78 /* Register a callback for a given hook.
80 #define XaceRegisterCallback(hook,callback,data) \
81 AddCallback(XaceHooks+(hook), callback, data)
83 /* Unregister an existing callback for a given hook.
85 #define XaceDeleteCallback(hook,callback,data) \
86 DeleteCallback(XaceHooks+(hook), callbac
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dxace.h61 /* Entry point for hook functions. Called by Xserver.
64 extern _X_EXPORT int XaceHook(int /*hook */ ,
65 ... /*appropriate args for hook */
68 /* Special-cased hook functions
78 /* Register a callback for a given hook.
80 #define XaceRegisterCallback(hook,callback,data) \
81 AddCallback(XaceHooks+(hook), callback, data)
83 /* Unregister an existing callback for a given hook.
85 #define XaceDeleteCallback(hook,callback,data) \
86 DeleteCallback(XaceHooks+(hook), callbac
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dxace.h61 /* Entry point for hook functions. Called by Xserver.
64 extern _X_EXPORT int XaceHook(int /*hook */ ,
65 ... /*appropriate args for hook */
68 /* Special-cased hook functions
78 /* Register a callback for a given hook.
80 #define XaceRegisterCallback(hook,callback,data) \
81 AddCallback(XaceHooks+(hook), callback, data)
83 /* Unregister an existing callback for a given hook.
85 #define XaceDeleteCallback(hook,callback,data) \
86 DeleteCallback(XaceHooks+(hook), callbac
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dxace.h61 /* Entry point for hook functions. Called by Xserver.
64 extern _X_EXPORT int XaceHook(int /*hook */ ,
65 ... /*appropriate args for hook */
68 /* Special-cased hook functions
78 /* Register a callback for a given hook.
80 #define XaceRegisterCallback(hook,callback,data) \
81 AddCallback(XaceHooks+(hook), callback, data)
83 /* Unregister an existing callback for a given hook.
85 #define XaceDeleteCallback(hook,callback,data) \
86 DeleteCallback(XaceHooks+(hook), callbac
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/lib/msgc/include/
H A Dprgc.h116 ** Free hook called by GC when the object is being freed.
181 PR_EXTERN(void) PR_CALLBACK PR_SetBeginGCHook(GCBeginGCHook *hook, void *arg);
182 PR_EXTERN(void) PR_CALLBACK PR_GetBeginGCHook(GCBeginGCHook **hook, void **arg);
183 PR_EXTERN(void) PR_CALLBACK PR_SetEndGCHook(GCBeginGCHook *hook, void *arg);
184 PR_EXTERN(void) PR_CALLBACK PR_GetEndGCHook(GCEndGCHook **hook, void **arg);
192 PR_EXTERN(void) PR_SetGCLockHook(GCLockHook *hook, void *arg);
193 PR_EXTERN(void) PR_GetGCLockHook(GCLockHook **hook, void **arg);
196 PR_EXTERN(int) PR_RegisterGCLockHook(GCLockHookFunc *hook, void *arg);
203 ** begin hook. When it has finalized the last object it calls the end
204 ** hook
[all...]
/vbox/src/VBox/Additions/WINNT/VBoxHook/
H A DVBoxHook.cpp3 * VBoxHook -- Global windows hook dll
40 static void CALLBACK VBoxHandleWinEvent(HWINEVENTHOOK hook, DWORD event, HWND hwnd, argument
94 static void CALLBACK VBoxHandleDesktopEvent(HWINEVENTHOOK hook, DWORD event, HWND hwnd, argument
134 /** Install the global message hook */
155 /** Remove the global message hook */
/vbox/src/VBox/HostDrivers/VBoxNetFlt/freebsd/
H A DVBoxNetFlt-freebsd.c90 /** Input netgraph hook name */
92 /** Output netgraph hook name */
282 static int ng_vboxnetflt_newhook(node_p node, hook_p hook, const char *name) argument
289 NG_HOOK_SET_TO_INBOUND(hook);
291 pThis->u.s.input = hook;
295 pThis->u.s.output = hook;
300 NG_HOOK_HI_STACK(hook);
332 static int ng_vboxnetflt_rcvdata(hook_p hook, item_p item) argument
334 const node_p node = NG_HOOK_NODE(hook);
356 * Handle incoming hook
415 ng_vboxnetflt_disconnect(hook_p hook) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dres_send.c185 res_send_qhook hook
189 Qhook = hook;
194 res_send_rhook hook
198 Rhook = hook;
391 /* give the hook another try */
891 /* give the hook another try */
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dserver_protocol.h311 user_handle_t hook; member in struct:winevent_msg_data
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dserver_protocol.h305 user_handle_t hook; member in struct:winevent_msg_data
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxws-rt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...

Completed in 244 milliseconds

12