Home
last modified time | relevance | path

Searched refs:phandler_t (Results 1 – 5 of 5) sorted by relevance

/dports/net/kamailio/kamailio-5.4.5/src/modules/erlang/
H A Dcnode.h45 int (*handle_f)(handler_common_t *phandler_t);
46 int (*wait_tmo_f)(handler_common_t *phandler_t);
47 int (*destroy_f)(handler_common_t *phandler_t);
83 int (*handle_f)(handler_common_t *phandler_t);
84 int (*wait_tmo_f)(handler_common_t *phandler_t);
85 int (*destroy_f)(handler_common_t *phandler_t);
95 int handle_csockfd(handler_common_t *phandler_t);
96 int csockfd_init(csockfd_handler_t *phandler_t, const ei_cnode *ei);
98 int handle_cnode(handler_common_t *phandler_t);
99 int wait_cnode_tmo(handler_common_t *phandler_t);
[all …]
H A Dworker.h47 int (*handle_f)(handler_common_t *phandler_t);
48 int (*wait_tmo_f)(handler_common_t *phandler_t);
56 int handle_worker(handler_common_t *phandler_t);
57 int wait_tmo_worker(handler_common_t *phandler_t);
H A Dcnode.c137 int destroy_cnode(handler_common_t *phandler_t) in destroy_cnode() argument
139 cnode_handler_t *phandler = (cnode_handler_t*)phandler_t; in destroy_cnode()
502 int wait_cnode_tmo(handler_common_t *phandler_t) in wait_cnode_tmo() argument
523 int handle_csockfd(handler_common_t *phandler_t) in handle_csockfd() argument
529 phandler = (csockfd_handler_t*)phandler_t; in handle_csockfd()
544 return worker_init((worker_handler_t*)phandler->new,fd,&phandler_t->ec); in handle_csockfd()
H A Derl_helpers.h60 int (*handle_f)(struct handler_common_s *phandler_t);
61 int (*wait_tmo_f)(struct handler_common_s *phandler_t);
62 int (*destroy_f)(struct handler_common_s *phandler_t);
/dports/lang/sdcc/sdcc-4.0.0/support/regression/tests/
H A Dbug3410620.c16 typedef void (*phandler_t)(void) __using(INTREGBANK); typedef
17 phandler_t phandlers[8] = {handler1};