Searched refs:rtcf (Results 1 – 5 of 5) sorted by relevance
/unit/src/ |
H A D | nxt_router.c | 1005 rtcf->mem_pool = mp; in nxt_router_temp_conf() 1129 if (rtcf->access_log != NULL && rtcf->access_log->fd == -1) { in nxt_router_conf_apply() 1138 router = rtcf->router; in nxt_router_conf_apply() 1211 count = rtcf->count; in nxt_router_conf_ready() 1263 router = rtcf->router; in nxt_router_conf_error() 1528 mp = rtcf->mem_pool; in nxt_router_conf_create() 2071 mp = rtcf->mem_pool; in nxt_router_conf_process_static() 3719 rtcf, rtcf->count); in nxt_router_conf_release() 3723 rtcf = NULL; in nxt_router_conf_release() 3729 rtcf = NULL; in nxt_router_conf_release() [all …]
|
H A D | nxt_http_route.c | 198 static nxt_int_t nxt_http_pass_find(nxt_mp_t *mp, nxt_router_conf_t *rtcf, 1334 nxt_router_conf_t *rtcf; in nxt_http_pass_var_ready() local 1341 rtcf = r->conf->socket_conf->router_conf; in nxt_http_pass_var_ready() 1345 ret = nxt_http_pass_find(r->mem_pool, rtcf, action->u.pass, action); in nxt_http_pass_var_ready() 1371 nxt_http_pass_find(nxt_mp_t *mp, nxt_router_conf_t *rtcf, nxt_str_t *pass, in nxt_http_pass_find() argument 1383 return nxt_router_application_init(rtcf, &segments[1], &segments[2], in nxt_http_pass_find() 1389 return nxt_upstream_find(rtcf->upstreams, &segments[1], action); in nxt_http_pass_find() 1393 return nxt_http_route_find(rtcf->routes, &segments[1], action); in nxt_http_pass_find() 1515 nxt_http_pass_application(nxt_task_t *task, nxt_router_conf_t *rtcf, in nxt_http_pass_application() argument 1520 action = nxt_mp_alloc(rtcf->mem_pool, sizeof(nxt_http_action_t)); in nxt_http_pass_application() [all …]
|
H A D | nxt_router.h | 235 nxt_int_t nxt_router_application_init(nxt_router_conf_t *rtcf, nxt_str_t *name,
|
H A D | nxt_http_static.c | 307 nxt_router_conf_t *rtcf; in nxt_http_static_send_ready() local 318 rtcf = r->conf->socket_conf->router_conf; in nxt_http_static_send_ready() 347 mtype = nxt_http_static_mtype_get(&rtcf->mtypes_hash, &exten); in nxt_http_static_send_ready() 551 mtype = nxt_http_static_mtype_get(&rtcf->mtypes_hash, &exten); in nxt_http_static_send_ready()
|
H A D | nxt_http.h | 352 nxt_router_conf_t *rtcf, nxt_str_t *name);
|