Searched refs:nxt_port_handler_t (Results 1 – 3 of 3) sorted by last modified time
19 typedef void (*nxt_port_handler_t)(nxt_task_t *task, nxt_port_recv_msg_t *msg); typedef
13 nxt_port_handler_t rpc_ready;14 nxt_port_handler_t rpc_error;18 nxt_port_handler_t socket;19 nxt_port_handler_t modules;21 nxt_port_handler_t cert_get;27 nxt_port_handler_t new_port;30 nxt_port_handler_t mmap;36 nxt_port_handler_t whoami;42 nxt_port_handler_t quit;53 nxt_port_handler_t data;[all …]
166 port->data = (nxt_port_handler_t *) (handlers); in nxt_port_enable()175 nxt_port_handler_t *handlers; in nxt_port_handler()