Searched refs:nxt_port_rpc_handler (Results 1 – 7 of 7) sorted by relevance
/unit/src/ |
H A D | nxt_port_rpc.h | 27 void nxt_port_rpc_handler(nxt_task_t *task, nxt_port_recv_msg_t *msg);
|
H A D | nxt_application.c | 94 .rpc_ready = nxt_port_rpc_handler, 95 .rpc_error = nxt_port_rpc_handler, 117 .rpc_ready = nxt_port_rpc_handler, 118 .rpc_error = nxt_port_rpc_handler, 124 .rpc_ready = nxt_port_rpc_handler, 125 .rpc_error = nxt_port_rpc_handler,
|
H A D | nxt_port_rpc.c | 307 nxt_port_rpc_handler(nxt_task_t *task, nxt_port_recv_msg_t *msg) in nxt_port_rpc_handler() function 519 nxt_port_rpc_handler(task, &msg); in nxt_port_rpc_close()
|
H A D | nxt_process.c | 107 .rpc_ready = nxt_port_rpc_handler, 108 .rpc_error = nxt_port_rpc_handler,
|
H A D | nxt_router.c | 299 .rpc_ready = nxt_port_rpc_handler, 300 .rpc_error = nxt_port_rpc_handler, 687 nxt_port_rpc_handler(task, msg); in nxt_router_new_port_handler() 713 nxt_port_rpc_handler(task, msg); in nxt_router_new_port_handler() 1061 nxt_port_rpc_handler(task, msg); in nxt_router_remove_pid_handler() 3568 .rpc_error = nxt_port_rpc_handler, 3570 .data = nxt_port_rpc_handler, 3572 .req_headers_ack = nxt_port_rpc_handler,
|
H A D | nxt_main_process.c | 674 .rpc_ready = nxt_port_rpc_handler, 675 .rpc_error = nxt_port_rpc_handler,
|
H A D | nxt_controller.c | 157 .rpc_ready = nxt_port_rpc_handler, 158 .rpc_error = nxt_port_rpc_handler,
|