Searched refs:sx_event_t (Results 1 – 12 of 12) sorted by relevance
/dports/net-im/jabberd/jabberd-2.7.0/sx/ |
H A D | sx.h | 66 } sx_event_t; typedef 87 typedef int (*sx_callback_t)(sx_t s, sx_event_t e, void *data, void *arg); 394 JABBERD2_API int __sx_event(const char *file, int line, sx_t s, sx_event_t e, void *data);
|
H A D | sx.c | 336 int __sx_event(const char *file, int line, sx_t s, sx_event_t e, void *data) { in __sx_event()
|
/dports/net-im/jabberd/jabberd-2.7.0/contrib/ |
H A D | patch-flash-v2 | 78 static int _c2s_client_sx_callback(sx_t s, sx_event_t e, void *data, void *arg) { 81 @@ -31,6 +90,12 @@ static int _c2s_client_sx_callback(sx_t s, sx_event_t e, void *data, void *arg) 94 @@ -137,11 +202,76 @@ static int _c2s_client_sx_callback(sx_t s, sx_event_t e, void *data, void *ar…
|
/dports/net-im/jabberd/jabberd-2.7.0/s2s/ |
H A D | s2s.h | 365 int s2s_router_sx_callback(sx_t s, sx_event_t e, void *data, void *arg);
|
H A D | in.c | 58 static int _in_sx_callback(sx_t s, sx_event_t e, void *data, void *arg); 162 static int _in_sx_callback(sx_t s, sx_event_t e, void *data, void *arg) { in _in_sx_callback()
|
H A D | router.c | 24 int s2s_router_sx_callback(sx_t s, sx_event_t e, void *data, void *arg) { in s2s_router_sx_callback()
|
H A D | out.c | 105 static int _out_sx_callback(sx_t s, sx_event_t e, void *data, void *arg); 1441 static int _out_sx_callback(sx_t s, sx_event_t e, void *data, void *arg) { in _out_sx_callback()
|
/dports/net-im/jabberd/jabberd-2.7.0/c2s/ |
H A D | c2s.h | 321 C2S_API int c2s_router_sx_callback(sx_t s, sx_event_t e, void *data, void *arg);
|
H A D | c2s.c | 25 static int _c2s_client_sx_callback(sx_t s, sx_event_t e, void *data, void *arg) { in _c2s_client_sx_callback() 683 int c2s_router_sx_callback(sx_t s, sx_event_t e, void *data, void *arg) {
|
/dports/net-im/jabberd/jabberd-2.7.0/sm/ |
H A D | sm.c | 33 int sm_sx_callback(sx_t s, sx_event_t e, void *data, void *arg) { in sm_sx_callback()
|
H A D | sm.h | 286 SM_API int sm_sx_callback(sx_t s, sx_event_t e, void *data, void *arg);
|
/dports/net-im/jabberd/jabberd-2.7.0/router/ |
H A D | router.c | 671 static int _router_sx_callback(sx_t s, sx_event_t e, void *data, void *arg) { in _router_sx_callback()
|