Searched refs:routes (Results 1 – 6 of 6) sorted by relevance
25 def conf_routes(self, routes): argument26 assert 'success' in self.conf(routes, 'listeners/*:7080/pass')128 def check_variables(routes): argument130 routes, 'listeners/*:7080/pass'
244 nxt_http_routes_t *routes; in nxt_http_routes_create() local252 routes = nxt_mp_alloc(mp, size); in nxt_http_routes_create()257 routes->items = n; in nxt_http_routes_create()284 routes->route[0] = route; in nxt_http_routes_create()290 return routes; in nxt_http_routes_create()1213 nxt_http_routes_t *routes; in nxt_http_routes_resolve() local1215 routes = tmcf->router_conf->routes; in nxt_http_routes_resolve()1217 if (routes != NULL) { in nxt_http_routes_resolve()1459 if (routes == NULL) { in nxt_http_route_find()1463 route = &routes->route[0]; in nxt_http_route_find()[all …]
48 nxt_http_routes_t *routes; member
1497 nxt_http_routes_t *routes; in nxt_router_conf_create() local1787 routes = nxt_http_routes_create(task, tmcf, conf); in nxt_router_conf_create()1788 if (nxt_slow_path(routes == NULL)) { in nxt_router_conf_create()1791 rtcf->routes = routes; in nxt_router_conf_create()
194 routes that relied on these processes running as nobody:nogroup stay working.
119 empty "routes" or "upstreams" using a variable "pass" option.512 *) Change: matching of cookies in routes made case sensitive.