Home
last modified time | relevance | path

Searched refs:router_conf (Results 1 – 11 of 11) sorted by relevance

/unit/src/
H A Dnxt_upstream.c42 mp = tmcf->router_conf->mem_pool; in nxt_upstreams_create()
68 tmcf->router_conf->upstreams = upstreams; in nxt_upstreams_create()
108 nxt_router_conf_t *router_conf; in nxt_upstreams_joint_create() local
110 router_conf = tmcf->router_conf; in nxt_upstreams_joint_create()
111 upstreams = router_conf->upstreams; in nxt_upstreams_joint_create()
120 up = nxt_mp_zalloc(router_conf->mem_pool, n * sizeof(nxt_upstream_t *)); in nxt_upstreams_joint_create()
H A Dnxt_router.h91 nxt_router_conf_t *router_conf; member
170 nxt_router_conf_t *router_conf; member
H A Dnxt_upstream_round_robin.c58 mp = tmcf->router_conf->mem_pool; in nxt_upstream_round_robin_create()
132 mp = tmcf->router_conf->mem_pool; in nxt_upstream_round_robin_joint_create()
H A Dnxt_router_access_log.c161 rtcf = r->conf->socket_conf->router_conf; in nxt_router_access_log_writer()
209 access_log = tmcf->router_conf->access_log; in nxt_router_access_log_open()
258 access_log = tmcf->router_conf->access_log; in nxt_router_access_log_ready()
H A Dnxt_http_rewrite.c42 rtcf = r->conf->socket_conf->router_conf; in nxt_http_rewrite()
H A Dnxt_http_variables.c379 rtcf = r->conf->socket_conf->router_conf; in nxt_http_var_arg()
422 rtcf = r->conf->socket_conf->router_conf; in nxt_http_var_header()
457 rtcf = r->conf->socket_conf->router_conf; in nxt_http_var_cookie()
H A Dnxt_http_route.c250 mp = tmcf->router_conf->mem_pool; in nxt_http_routes_create()
369 route = nxt_mp_alloc(tmcf->router_conf->mem_pool, size); in nxt_http_route_create()
416 mp = tmcf->router_conf->mem_pool; in nxt_http_route_match_create()
664 rtcf = tmcf->router_conf; in nxt_http_action_init()
1229 routes = tmcf->router_conf->routes; in nxt_http_routes_resolve()
1290 ret = nxt_http_pass_find(tmcf->mem_pool, tmcf->router_conf, &pass, in nxt_http_action_resolve()
1319 rtcf = r->conf->socket_conf->router_conf; in nxt_http_pass_var()
1359 rtcf = r->conf->socket_conf->router_conf; in nxt_http_pass_query_ready()
1508 rtcf = tmcf->router_conf; in nxt_http_action_create()
H A Dnxt_http_return.c126 rtcf = r->conf->socket_conf->router_conf; in nxt_http_return()
H A Dnxt_router.c1103 tmcf->router_conf = rtcf; in nxt_router_temp_conf()
1228 rtcf = tmcf->router_conf; in nxt_router_conf_apply()
1320 rtcf = tmcf->router_conf; in nxt_router_conf_ready()
1370 rtcf = tmcf->router_conf; in nxt_router_conf_error()
1659 rtcf = tmcf->router_conf; in nxt_router_conf_create()
2087 skcf->router_conf = rtcf; in nxt_router_conf_create()
2088 skcf->router_conf->count++; in nxt_router_conf_create()
2219 rtcf = tmcf->router_conf; in nxt_router_js_module_rpc_handler()
2764 router = tmcf->router_conf->router; in nxt_router_listen_socket_find()
2971 mp = tmcf->router_conf->mem_pool; in nxt_router_tls_rpc_handler()
[all …]
H A Dnxt_http_static.c85 rtcf = tmcf->router_conf; in nxt_http_static_init()
279 rtcf = r->conf->socket_conf->router_conf; in nxt_http_static_iterate()
328 rtcf = r->conf->socket_conf->router_conf; in nxt_http_static_send_ready()
H A Dnxt_http_request.c830 access_log = conf->socket_conf->router_conf->access_log; in nxt_http_request_close_handler()
831 log_format = conf->socket_conf->router_conf->log_format; in nxt_http_request_close_handler()