Searched refs:upstreams (Results 1 – 6 of 6) sorted by last modified time
3115 ret = nxt_upstreams_joint_create(tmcf, &joint->upstreams); in nxt_router_engine_joints_create()
50 nxt_upstreams_t *upstreams; member219 nxt_upstream_t **upstreams; member
1391 return nxt_upstream_find(rtcf->upstreams, &segments[1], action); in nxt_http_pass_find()
388 nxt_int_t nxt_upstream_find(nxt_upstreams_t *upstreams, nxt_str_t *name,
25 nxt_upstreams_t *upstreams; in nxt_upstreams_create() local45 upstreams = nxt_mp_zalloc(mp, size); in nxt_upstreams_create()50 upstreams->items = n; in nxt_upstreams_create()68 tmcf->router_conf->upstreams = upstreams; in nxt_upstreams_create()81 if (upstreams == NULL) { in nxt_upstream_find()86 n = upstreams->items; in nxt_upstream_find()107 nxt_upstreams_t *upstreams; in nxt_upstreams_joint_create() local111 upstreams = router_conf->upstreams; in nxt_upstreams_joint_create()113 if (upstreams == NULL) { in nxt_upstreams_joint_create()118 n = upstreams->items; in nxt_upstreams_joint_create()[all …]
119 empty "routes" or "upstreams" using a variable "pass" option.309 *) Bugfix: "pass"-ing requests to upstreams from a route was broken; the