Home
last modified time | relevance | path

Searched refs:start_process (Results 1 – 4 of 4) sorted by path

/unit/src/
H A Dnxt_application.c116 .start_process = nxt_proto_start_process_handler,
H A Dnxt_main_process.c675 .start_process = nxt_main_start_process_handler,
H A Dnxt_port.h17 nxt_port_handler_t start_process; member
85 _NXT_PORT_MSG_START_PROCESS = nxt_port_handler_idx(start_process),
H A Dnxt_router.c4249 start_process = 0; in nxt_router_req_headers_ack_handler()
4309 start_process = 1; in nxt_router_req_headers_ack_handler()
4323 if (start_process) { in nxt_router_req_headers_ack_handler()
4498 if (start_process) { in nxt_router_app_port_ready()
4506 if (start_process) { in nxt_router_app_port_ready()
4859 if (start_process) { in nxt_router_app_port_close()
4871 if (start_process) { in nxt_router_app_port_close()
5094 nxt_bool_t start_process; in nxt_router_app_port_get() local
5098 start_process = 0; in nxt_router_app_port_get()
5109 start_process = 1; in nxt_router_app_port_get()
[all …]