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 | 87 .rpc_ready = nxt_port_rpc_handler, 88 .rpc_error = nxt_port_rpc_handler, 110 .rpc_ready = nxt_port_rpc_handler, 111 .rpc_error = nxt_port_rpc_handler, 117 .rpc_ready = nxt_port_rpc_handler, 118 .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 | 91 .rpc_ready = nxt_port_rpc_handler, 92 .rpc_error = nxt_port_rpc_handler,
|
H A D | nxt_router.c | 300 .rpc_ready = nxt_port_rpc_handler, 301 .rpc_error = nxt_port_rpc_handler, 688 nxt_port_rpc_handler(task, msg); in nxt_router_new_port_handler() 714 nxt_port_rpc_handler(task, msg); in nxt_router_new_port_handler() 984 nxt_port_rpc_handler(task, msg); in nxt_router_remove_pid_handler() 3354 .rpc_error = nxt_port_rpc_handler, 3356 .data = nxt_port_rpc_handler, 3358 .req_headers_ack = nxt_port_rpc_handler,
|
H A D | nxt_main_process.c | 609 .rpc_ready = nxt_port_rpc_handler, 610 .rpc_error = nxt_port_rpc_handler,
|
H A D | nxt_controller.c | 139 .rpc_ready = nxt_port_rpc_handler, 140 .rpc_error = nxt_port_rpc_handler,
|