Home
last modified time | relevance | path

Searched refs:app_link (Results 1 – 4 of 4) sorted by relevance

/unit/src/
H A Dnxt_router.c635 if (r->app_link.next != NULL) { in nxt_request_rpc_data_unlink()
636 nxt_queue_remove(&r->app_link); in nxt_request_rpc_data_unlink()
637 r->app_link.next = NULL; in nxt_request_rpc_data_unlink()
3141 nxt_queue_insert_tail(&app->ports, &port->app_link); in nxt_router_app_prefork_ready()
4254 if (r->app_link.next != NULL) { in nxt_router_req_headers_ack_handler()
4255 nxt_queue_remove(&r->app_link); in nxt_router_req_headers_ack_handler()
4256 r->app_link.next = NULL; in nxt_router_req_headers_ack_handler()
4609 nxt_queue_each(port, &app->ports, nxt_port_t, app_link) { in nxt_router_app_get_port_for_quit()
4612 nxt_queue_chk_remove(&port->app_link); in nxt_router_app_get_port_for_quit()
4825 unchain = nxt_queue_chk_remove(&port->app_link); in nxt_router_app_port_close()
[all …]
H A Dnxt_port.h242 nxt_queue_link_t app_link; /* for nxt_app_t.ports */ member
H A Dnxt_http.h186 nxt_queue_link_t app_link; /* nxt_app_t.ack_waiting_req */ member
H A Dnxt_port.c35 nxt_assert(port->app_link.next == NULL); in nxt_port_mp_cleanup()