Home
last modified time | relevance | path

Searched refs:NXT_PORT_MSG_CLOSE_FD (Results 1 – 6 of 6) sorted by relevance

/unit/src/
H A Dnxt_port.h77 NXT_PORT_MSG_CLOSE_FD = 0x200, enumerator
H A Dnxt_script.c597 type = NXT_PORT_MSG_RPC_READY_LAST | NXT_PORT_MSG_CLOSE_FD; in nxt_script_store_get_handler()
H A Dnxt_main_process.c1155 type = NXT_PORT_MSG_RPC_READY_LAST | NXT_PORT_MSG_CLOSE_FD; in nxt_main_port_socket_handler()
1720 type = (ret == NXT_OK) ? NXT_PORT_MSG_RPC_READY_LAST | NXT_PORT_MSG_CLOSE_FD in nxt_main_port_access_log_handler()
H A Dnxt_cert.c1181 type = NXT_PORT_MSG_RPC_READY_LAST | NXT_PORT_MSG_CLOSE_FD; in nxt_cert_store_get_handler()
H A Dnxt_controller.c643 NXT_PORT_MSG_DATA_LAST | NXT_PORT_MSG_CLOSE_FD, in nxt_controller_conf_send()
2466 NXT_PORT_MSG_CONF_STORE | NXT_PORT_MSG_CLOSE_FD, in nxt_controller_conf_store()
H A Dnxt_port_socket.c180 msg.close_fd = (type & NXT_PORT_MSG_CLOSE_FD) != 0; in nxt_port_socket_write2()