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

12

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Ddbus-core.h46 int dbus_core_add_hook(struct dbus_core_hook *hook);
47 void dbus_core_remove_hook(struct dbus_core_hook *hook);
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.17.1/
H A Ddbus-core.h46 int dbus_core_add_hook(struct dbus_core_hook *hook);
47 void dbus_core_remove_hook(struct dbus_core_hook *hook);
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.3.0.0/
H A Dxace.h57 /* Entry point for hook functions. Called by Xserver.
60 int /*hook*/,
61 ... /*appropriate args for hook*/
64 /* Register a callback for a given hook.
66 #define XaceRegisterCallback(hook,callback,data) \
67 AddCallback(XaceHooks+(hook), callback, data)
69 /* Unregister an existing callback for a given hook.
71 #define XaceDeleteCallback(hook,callback,data) \
72 DeleteCallback(XaceHooks+(hook), callback, data)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxace.h64 /* Entry point for hook functions. Called by Xserver.
67 int /*hook*/,
68 ... /*appropriate args for hook*/
71 /* Register a callback for a given hook.
73 #define XaceRegisterCallback(hook,callback,data) \
74 AddCallback(XaceHooks+(hook), callback, data)
76 /* Unregister an existing callback for a given hook.
78 #define XaceDeleteCallback(hook,callback,data) \
79 DeleteCallback(XaceHooks+(hook), callback, data)
H A Dconfig-backends.h47 int config_dbus_core_add_hook(struct config_dbus_core_hook *hook);
48 void config_dbus_core_remove_hook(struct config_dbus_core_hook *hook);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dconfig-backends.h47 int config_dbus_core_add_hook(struct config_dbus_core_hook *hook);
48 void config_dbus_core_remove_hook(struct config_dbus_core_hook *hook);
H A Dxace.h61 /* Entry point for hook functions. Called by Xserver.
64 int /*hook*/,
65 ... /*appropriate args for hook*/
68 /* Special-cased hook functions
77 /* Register a callback for a given hook.
79 #define XaceRegisterCallback(hook,callback,data) \
80 AddCallback(XaceHooks+(hook), callback, data)
82 /* Unregister an existing callback for a given hook.
84 #define XaceDeleteCallback(hook,callback,data) \
85 DeleteCallback(XaceHooks+(hook), callbac
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dconfig-backends.h47 int config_dbus_core_add_hook(struct config_dbus_core_hook *hook);
48 void config_dbus_core_remove_hook(struct config_dbus_core_hook *hook);
H A Dxace.h61 /* Entry point for hook functions. Called by Xserver.
64 int /*hook*/,
65 ... /*appropriate args for hook*/
68 /* Special-cased hook functions
77 /* Register a callback for a given hook.
79 #define XaceRegisterCallback(hook,callback,data) \
80 AddCallback(XaceHooks+(hook), callback, data)
82 /* Unregister an existing callback for a given hook.
84 #define XaceDeleteCallback(hook,callback,data) \
85 DeleteCallback(XaceHooks+(hook), callbac
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dconfig-backends.h47 int config_dbus_core_add_hook(struct config_dbus_core_hook *hook);
48 void config_dbus_core_remove_hook(struct config_dbus_core_hook *hook);
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.8.0/
H A Dconfig-backends.h57 int config_dbus_core_add_hook(struct config_dbus_core_hook *hook);
58 void config_dbus_core_remove_hook(struct config_dbus_core_hook *hook);
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.9.0/
H A Dconfig-backends.h57 int config_dbus_core_add_hook(struct config_dbus_core_hook *hook);
58 void config_dbus_core_remove_hook(struct config_dbus_core_hook *hook);
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.10.0/
H A Dconfig-backends.h57 int config_dbus_core_add_hook(struct config_dbus_core_hook *hook);
58 void config_dbus_core_remove_hook(struct config_dbus_core_hook *hook);
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.11.0/
H A Dconfig-backends.h57 int config_dbus_core_add_hook(struct config_dbus_core_hook *hook);
58 void config_dbus_core_remove_hook(struct config_dbus_core_hook *hook);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dconfig-backends.h57 int config_dbus_core_add_hook(struct config_dbus_core_hook *hook);
58 void config_dbus_core_remove_hook(struct config_dbus_core_hook *hook);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dconfig-backends.h59 int config_dbus_core_add_hook(struct config_dbus_core_hook *hook);
60 void config_dbus_core_remove_hook(struct config_dbus_core_hook *hook);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dconfig-backends.h59 int config_dbus_core_add_hook(struct config_dbus_core_hook *hook);
60 void config_dbus_core_remove_hook(struct config_dbus_core_hook *hook);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dconfig-backends.h59 int config_dbus_core_add_hook(struct config_dbus_core_hook *hook);
60 void config_dbus_core_remove_hook(struct config_dbus_core_hook *hook);
/vbox/src/libs/xpcom18a4/nsprpub/lib/msgc/src/
H A Dprgcapi.c186 PR_IMPLEMENT(void) PR_SetGCLockHook(GCLockHook *hook, void *arg)
189 _pr_GCLockHook = hook;
194 PR_IMPLEMENT(void) PR_GetGCLockHook(GCLockHook **hook, void **arg)
197 *hook = _pr_GCLockHook;
204 PR_IMPLEMENT(void) PR_SetBeginGCHook(GCBeginGCHook *hook, void *arg) argument
207 _pr_beginGCHook = hook;
212 PR_IMPLEMENT(void) PR_GetBeginGCHook(GCBeginGCHook **hook, void **arg) argument
215 *hook = _pr_beginGCHook;
220 PR_IMPLEMENT(void) PR_SetEndGCHook(GCEndGCHook *hook, void *arg) argument
223 _pr_endGCHook = hook;
228 PR_GetEndGCHook(GCEndGCHook **hook, void **arg) argument
236 PR_SetBeginFinalizeHook(GCBeginFinalizeHook *hook, void *arg) argument
244 PR_GetBeginFinalizeHook(GCBeginFinalizeHook **hook, void **arg) argument
253 PR_SetEndFinalizeHook(GCEndFinalizeHook *hook, void *arg) argument
261 PR_GetEndFinalizeHook(GCEndFinalizeHook **hook, void **arg) argument
[all...]

Completed in 149 milliseconds

12