Home
last modified time | relevance | path

Searched refs:event_send (Results 1 – 25 of 97) sorted by relevance

1234

/dports/ftp/wzdftpd/wzdftpd-0.8.3/tests/
H A Dtest_wzd_events.c76 event_send(mgr, EVENT_ID_TEST1, 200, event_args, f_context); in main()
77 event_send(mgr, EVENT_ID_TEST2, 200, event_args, f_context); in main()
79 event_send(mgr, EVENT_ID_TEST2, 200, event_args, f_context); in main()
80 event_send(mgr, EVENT_ID_TEST12, 200, NULL, f_context); in main()
81 event_send(mgr, EVENT_ID_TEST3, 200, NULL, f_context); in main()
82 event_send(mgr, EVENT_ID_TEST4, 200, NULL, f_context); in main()
/dports/devel/ivykis/ivykis-0.42.4/src/
H A Div_event_private.h35 static inline void event_send(struct iv_state *dest) in event_send() function
37 method->event_send(dest); in event_send()
49 static inline void event_send(struct iv_state *dest) in event_send() function
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/lib/ivykis/src/
H A Div_event_private.h35 static inline void event_send(struct iv_state *dest) in event_send() function
37 method->event_send(dest); in event_send()
49 static inline void event_send(struct iv_state *dest) in event_send() function
/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/common/arch/sdl/
H A Dmouse.cpp80 return event_send(event); in maybe_send_z_move()
88 return event_send(event); in send_singleclick()
100 return event_send(event); in maybe_send_doubleclick()
164 return event_send(event); in mouse_motion_handler()
H A Devent.cpp54 event_send(e); in windowevent_handler()
64 event_send(event); in event_notify_begin_loop()
96 state.highest_result = std::max(event_send(ievent), state.highest_result); in event_poll()
199 window_event_result event_send(const d_event &event) in event_send() function
H A Djoy.cpp204 return event_send(event); in joy_button_handler()
248 highest_result = std::max(event_send(event), highest_result); in joy_hat_handler()
262 return event_send(event); in send_axis_button_event()
312 return event_send(event); in joy_axis_handler()
/dports/net-mgmt/hastmon/hastmon-0.3.4/hastmon/
H A Dsecondary.c196 event_send(res, EVENT_CONNECT); in hastmon_secondary()
235 event_send(gres, EVENT_DISCONNECT); in secondary_exit()
312 event_send(res, EVENT_STATUS); in local_check_thread()
323 event_send(res, EVENT_STOP); in local_check_thread()
H A Devent.h45 void event_send(struct hast_resource *res, int event);
/dports/databases/redisjson/RedisJSON-2.0.6/cargo-crates/redis-module-0.25.0/examples/
H A Devents.rs18 fn event_send(ctx: &Context, args: Vec<RedisString>) -> RedisResult { in event_send() function
38 ["events.send", event_send, "", 0, 0, 0],
/dports/x11-wm/e16/e16-1.0.24/lib/
H A De16_hack.c160 long event_mask, XEvent * event_send);
164 long event_mask, XEvent * event_send) in XSendEvent() argument
174 return (*func) (display, window, propagate, event_mask, event_send); in XSendEvent()
/dports/devel/efl/efl-1.25.1/src/bin/eeze/eeze_scanner/
H A Deeze_scanner.c39 event_send(const char *device, Eeze_Scanner_Event_Type type, Eina_Bool volume) in event_send() function
251 event_send(dev->device, EEZE_SCANNER_EVENT_TYPE_CHANGE, EINA_TRUE); in cdrom_timer()
262 event_send(dev->device, EEZE_SCANNER_EVENT_TYPE_CHANGE, EINA_TRUE); in cdrom_timer()
347 event_send(device, (Eeze_Scanner_Event_Type)ev, EINA_TRUE); in cb_vol_chg()
393 event_send(device, (Eeze_Scanner_Event_Type)ev, EINA_FALSE); in cb_stor_chg()
417 event_send(device, (Eeze_Scanner_Event_Type)ev, EINA_FALSE); in cb_stor_chg()
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/hw/xwin/
H A Dwinmultiwindowwm.c1234 xcb_reparent_notify_event_t event_send; in winMultiWindowXMsgProc() local
1236 event_send.response_type = ReparentNotify; in winMultiWindowXMsgProc()
1237 event_send.event = notify->window; in winMultiWindowXMsgProc()
1238 event_send.window = notify->window; in winMultiWindowXMsgProc()
1239 event_send.parent = reply_qt->parent; in winMultiWindowXMsgProc()
1240 event_send.x = reply->x; in winMultiWindowXMsgProc()
1241 event_send.y = reply->y; in winMultiWindowXMsgProc()
1245 (const char *)&event_send); in winMultiWindowXMsgProc()
1266 xcb_configure_notify_event_t event_send = *notify; in winMultiWindowXMsgProc() local
1268 event_send.event = notify->window; in winMultiWindowXMsgProc()
[all …]
/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/hw/xwin/
H A Dwinmultiwindowwm.c1234 xcb_reparent_notify_event_t event_send; in winMultiWindowXMsgProc() local
1236 event_send.response_type = ReparentNotify; in winMultiWindowXMsgProc()
1237 event_send.event = notify->window; in winMultiWindowXMsgProc()
1238 event_send.window = notify->window; in winMultiWindowXMsgProc()
1239 event_send.parent = reply_qt->parent; in winMultiWindowXMsgProc()
1240 event_send.x = reply->x; in winMultiWindowXMsgProc()
1241 event_send.y = reply->y; in winMultiWindowXMsgProc()
1245 (const char *)&event_send); in winMultiWindowXMsgProc()
1266 xcb_configure_notify_event_t event_send = *notify; in winMultiWindowXMsgProc() local
1268 event_send.event = notify->window; in winMultiWindowXMsgProc()
[all …]
/dports/x11-servers/xwayland/xorg-server-1.20.13/hw/xwin/
H A Dwinmultiwindowwm.c1234 xcb_reparent_notify_event_t event_send; in winMultiWindowXMsgProc() local
1236 event_send.response_type = ReparentNotify; in winMultiWindowXMsgProc()
1237 event_send.event = notify->window; in winMultiWindowXMsgProc()
1238 event_send.window = notify->window; in winMultiWindowXMsgProc()
1239 event_send.parent = reply_qt->parent; in winMultiWindowXMsgProc()
1240 event_send.x = reply->x; in winMultiWindowXMsgProc()
1241 event_send.y = reply->y; in winMultiWindowXMsgProc()
1245 (const char *)&event_send); in winMultiWindowXMsgProc()
1266 xcb_configure_notify_event_t event_send = *notify; in winMultiWindowXMsgProc() local
1268 event_send.event = notify->window; in winMultiWindowXMsgProc()
[all …]
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/hw/xwin/
H A Dwinmultiwindowwm.c1276 xcb_reparent_notify_event_t event_send; in winMultiWindowXMsgProc() local
1278 event_send.response_type = XCB_REPARENT_NOTIFY; in winMultiWindowXMsgProc()
1279 event_send.event = notify->window; in winMultiWindowXMsgProc()
1280 event_send.window = notify->window; in winMultiWindowXMsgProc()
1281 event_send.parent = reply_qt->parent; in winMultiWindowXMsgProc()
1282 event_send.x = reply->x; in winMultiWindowXMsgProc()
1283 event_send.y = reply->y; in winMultiWindowXMsgProc()
1287 (const char *)&event_send); in winMultiWindowXMsgProc()
1308 xcb_configure_notify_event_t event_send = *notify; in winMultiWindowXMsgProc() local
1310 event_send.event = notify->window; in winMultiWindowXMsgProc()
[all …]
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/hw/xwin/
H A Dwinmultiwindowwm.c1234 xcb_reparent_notify_event_t event_send; in winMultiWindowXMsgProc() local
1236 event_send.response_type = ReparentNotify; in winMultiWindowXMsgProc()
1237 event_send.event = notify->window; in winMultiWindowXMsgProc()
1238 event_send.window = notify->window; in winMultiWindowXMsgProc()
1239 event_send.parent = reply_qt->parent; in winMultiWindowXMsgProc()
1240 event_send.x = reply->x; in winMultiWindowXMsgProc()
1241 event_send.y = reply->y; in winMultiWindowXMsgProc()
1245 (const char *)&event_send); in winMultiWindowXMsgProc()
1266 xcb_configure_notify_event_t event_send = *notify; in winMultiWindowXMsgProc() local
1268 event_send.event = notify->window; in winMultiWindowXMsgProc()
[all …]
/dports/x11-servers/xorg-server/xorg-server-1.20.13/hw/xwin/
H A Dwinmultiwindowwm.c1234 xcb_reparent_notify_event_t event_send; in winMultiWindowXMsgProc() local
1236 event_send.response_type = ReparentNotify; in winMultiWindowXMsgProc()
1237 event_send.event = notify->window; in winMultiWindowXMsgProc()
1238 event_send.window = notify->window; in winMultiWindowXMsgProc()
1239 event_send.parent = reply_qt->parent; in winMultiWindowXMsgProc()
1240 event_send.x = reply->x; in winMultiWindowXMsgProc()
1241 event_send.y = reply->y; in winMultiWindowXMsgProc()
1245 (const char *)&event_send); in winMultiWindowXMsgProc()
1266 xcb_configure_notify_event_t event_send = *notify; in winMultiWindowXMsgProc() local
1268 event_send.event = notify->window; in winMultiWindowXMsgProc()
[all …]
/dports/x11-servers/xephyr/xorg-server-1.20.13/hw/xwin/
H A Dwinmultiwindowwm.c1234 xcb_reparent_notify_event_t event_send; in winMultiWindowXMsgProc() local
1236 event_send.response_type = ReparentNotify; in winMultiWindowXMsgProc()
1237 event_send.event = notify->window; in winMultiWindowXMsgProc()
1238 event_send.window = notify->window; in winMultiWindowXMsgProc()
1239 event_send.parent = reply_qt->parent; in winMultiWindowXMsgProc()
1240 event_send.x = reply->x; in winMultiWindowXMsgProc()
1241 event_send.y = reply->y; in winMultiWindowXMsgProc()
1245 (const char *)&event_send); in winMultiWindowXMsgProc()
1266 xcb_configure_notify_event_t event_send = *notify; in winMultiWindowXMsgProc() local
1268 event_send.event = notify->window; in winMultiWindowXMsgProc()
[all …]
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/hw/xwin/
H A Dwinmultiwindowwm.c1234 xcb_reparent_notify_event_t event_send; in winMultiWindowXMsgProc() local
1236 event_send.response_type = ReparentNotify; in winMultiWindowXMsgProc()
1237 event_send.event = notify->window; in winMultiWindowXMsgProc()
1238 event_send.window = notify->window; in winMultiWindowXMsgProc()
1239 event_send.parent = reply_qt->parent; in winMultiWindowXMsgProc()
1240 event_send.x = reply->x; in winMultiWindowXMsgProc()
1241 event_send.y = reply->y; in winMultiWindowXMsgProc()
1245 (const char *)&event_send); in winMultiWindowXMsgProc()
1266 xcb_configure_notify_event_t event_send = *notify; in winMultiWindowXMsgProc() local
1268 event_send.event = notify->window; in winMultiWindowXMsgProc()
[all …]
/dports/x11-servers/xarcan/xarcan-0.6.0/hw/xwin/
H A Dwinmultiwindowwm.c1276 xcb_reparent_notify_event_t event_send; in winMultiWindowXMsgProc() local
1278 event_send.response_type = XCB_REPARENT_NOTIFY; in winMultiWindowXMsgProc()
1279 event_send.event = notify->window; in winMultiWindowXMsgProc()
1280 event_send.window = notify->window; in winMultiWindowXMsgProc()
1281 event_send.parent = reply_qt->parent; in winMultiWindowXMsgProc()
1282 event_send.x = reply->x; in winMultiWindowXMsgProc()
1283 event_send.y = reply->y; in winMultiWindowXMsgProc()
1287 (const char *)&event_send); in winMultiWindowXMsgProc()
1308 xcb_configure_notify_event_t event_send = *notify; in winMultiWindowXMsgProc() local
1310 event_send.event = notify->window; in winMultiWindowXMsgProc()
[all …]
/dports/japanese/skkinput/skkinput-2.06.4/
H A DMyError.c160 long event_mask, XEvent *event_send ) in XSafeSendEvent() argument
165 ret = XSendEvent( disp, win, propagate, event_mask, event_send ) ; in XSafeSendEvent()
/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/common/include/
H A Dfwd-event.h32 window_event_result event_send(const d_event &event);
/dports/x11-toolkits/gtk40/gtk-4.4.1/gdk/x11/
H A Dgdkmain-x11.c287 XEvent *event_send) in _gdk_x11_display_send_xevent() argument
296 propagate, event_mask, event_send); in _gdk_x11_display_send_xevent()
H A Dgdkasync.h52 XClientMessageEvent *event_send,
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gdk/x11/
H A Dgdkmain-x11.c342 XEvent *event_send) in _gdk_x11_display_send_xevent() argument
351 propagate, event_mask, event_send); in _gdk_x11_display_send_xevent()

1234