Searched refs:NXT_PORT_MSG_RPC_READY_LAST (Results 1 – 4 of 4) sorted by relevance
/unit/src/ |
H A D | nxt_main_process.c | 588 (void) nxt_port_socket_write(task, port, NXT_PORT_MSG_RPC_READY_LAST, in nxt_main_process_created_handler() 685 (void) nxt_port_socket_write(task, port, NXT_PORT_MSG_RPC_READY_LAST, -1, in nxt_main_process_whoami_handler() 1071 type = NXT_PORT_MSG_RPC_READY_LAST | NXT_PORT_MSG_CLOSE_FD; in nxt_main_port_socket_handler() 1587 type = (ret == NXT_OK) ? NXT_PORT_MSG_RPC_READY_LAST | NXT_PORT_MSG_CLOSE_FD in nxt_main_port_access_log_handler()
|
H A D | nxt_port.h | 117 NXT_PORT_MSG_RPC_READY_LAST = nxt_msg_last(_NXT_PORT_MSG_RPC_READY), enumerator
|
H A D | nxt_cert.c | 1037 ret = nxt_port_socket_write(task, port, NXT_PORT_MSG_RPC_READY_LAST, -1, 1181 type = NXT_PORT_MSG_RPC_READY_LAST | NXT_PORT_MSG_CLOSE_FD; in nxt_cert_store_get_handler()
|
H A D | nxt_router.c | 933 reply = NXT_PORT_MSG_RPC_READY_LAST; in nxt_router_app_restart_handler() 1203 nxt_router_conf_send(task, tmcf, NXT_PORT_MSG_RPC_READY_LAST); in nxt_router_conf_ready()
|