Home
last modified time | relevance | path

Searched refs:nxt_app_joint_t (Results 1 – 2 of 2) sorted by path

/unit/src/
H A Dnxt_router.c88 nxt_app_joint_t *app_joint;
257 nxt_app_joint_t *app_joint, int i);
1616 nxt_app_joint_t *app_joint; in nxt_router_conf_create()
1750 app_joint = nxt_malloc(sizeof(nxt_app_joint_t)); in nxt_router_conf_create()
1755 nxt_memzero(app_joint, sizeof(nxt_app_joint_t)); in nxt_router_conf_create()
4420 nxt_app_joint_t *app_joint; in nxt_router_app_port_ready()
4536 nxt_app_joint_t *app_joint; in nxt_router_app_port_error()
4973 nxt_app_joint_t *app_joint; in nxt_router_app_idle_timeout()
4976 app_joint = nxt_container_of(timer, nxt_app_joint_t, idle_timer); in nxt_router_app_idle_timeout()
4988 nxt_app_joint_t *app_joint; in nxt_router_app_joint_release_handler()
[all …]
H A Dnxt_router.h110 } nxt_app_joint_t; typedef
154 nxt_app_joint_t *joint;