Searched refs:rtcf (Results 1 – 8 of 8) sorted by path
/unit/src/ |
H A D | nxt_http.h | 355 nxt_router_conf_t *rtcf, nxt_str_t *name); 375 nxt_int_t nxt_http_return_init(nxt_router_conf_t *rtcf,
|
H A D | nxt_http_return.c | 35 nxt_http_return_init(nxt_router_conf_t *rtcf, nxt_http_action_t *action, in nxt_http_return_init() argument 42 mp = rtcf->mem_pool; in nxt_http_return_init() 60 conf->location = nxt_var_compile(&str, mp, rtcf->var_fields, 0); in nxt_http_return_init()
|
H A D | nxt_http_route.c | 646 nxt_router_conf_t *rtcf; in nxt_http_action_init() local 659 rtcf = tmcf->router_conf; in nxt_http_action_init() 660 mp = rtcf->mem_pool; in nxt_http_action_init() 663 return nxt_http_return_init(rtcf, action, &acf); in nxt_http_action_init() 676 action->u.var = nxt_var_compile(&pass, mp, rtcf->var_fields, 0); in nxt_http_action_init() 1336 nxt_router_conf_t *rtcf; in nxt_http_pass_var_ready() local 1343 rtcf = r->conf->socket_conf->router_conf; in nxt_http_pass_var_ready() 1489 nxt_router_conf_t *rtcf; in nxt_http_action_create() local 1492 rtcf = tmcf->router_conf; in nxt_http_action_create() 1493 mp = rtcf->mem_pool; in nxt_http_action_create() [all …]
|
H A D | nxt_http_static.c | 82 nxt_router_conf_t *rtcf; in nxt_http_static_init() local 85 rtcf = tmcf->router_conf; in nxt_http_static_init() 86 mp = rtcf->mem_pool; in nxt_http_static_init() 107 var = nxt_var_compile(&str, mp, rtcf->var_fields, NXT_VAR_STRZ); in nxt_http_static_init() 133 conf->chroot = nxt_var_compile(&acf->chroot, mp, rtcf->var_fields, in nxt_http_static_init() 310 nxt_router_conf_t *rtcf; in nxt_http_static_send_ready() local 321 rtcf = r->conf->socket_conf->router_conf; in nxt_http_static_send_ready() 350 mtype = nxt_http_static_mtype_get(&rtcf->mtypes_hash, &exten); in nxt_http_static_send_ready() 554 mtype = nxt_http_static_mtype_get(&rtcf->mtypes_hash, &exten); in nxt_http_static_send_ready()
|
H A D | nxt_http_variables.c | 369 nxt_router_conf_t *rtcf; in nxt_http_var_arg() local 375 rtcf = r->conf->socket_conf->router_conf; in nxt_http_var_arg() 377 vf = nxt_var_field_get(rtcf->var_fields, field); in nxt_http_var_arg() 413 nxt_router_conf_t *rtcf; in nxt_http_var_header() local 418 rtcf = r->conf->socket_conf->router_conf; in nxt_http_var_header() 420 vf = nxt_var_field_get(rtcf->var_fields, field); in nxt_http_var_header() 447 nxt_router_conf_t *rtcf; in nxt_http_var_cookie() local 453 rtcf = r->conf->socket_conf->router_conf; in nxt_http_var_cookie() 455 vf = nxt_var_field_get(rtcf->var_fields, field); in nxt_http_var_cookie()
|
H A D | nxt_router.c | 979 rtcf->mem_pool = mp; in nxt_router_temp_conf() 1108 if (rtcf->access_log != NULL && rtcf->access_log->fd == -1) { in nxt_router_conf_apply() 1117 router = rtcf->router; in nxt_router_conf_apply() 1190 count = rtcf->count; in nxt_router_conf_ready() 1242 router = rtcf->router; in nxt_router_conf_error() 1506 mp = rtcf->mem_pool; in nxt_router_conf_create() 2027 mp = rtcf->mem_pool; in nxt_router_conf_process_static() 3675 rtcf, rtcf->count); in nxt_router_conf_release() 3679 rtcf = NULL; in nxt_router_conf_release() 3685 rtcf = NULL; in nxt_router_conf_release() [all …]
|
H A D | nxt_router.h | 238 nxt_int_t nxt_router_application_init(nxt_router_conf_t *rtcf, nxt_str_t *name, 248 nxt_router_conf_t *rtcf, nxt_conf_value_t *value);
|
H A D | nxt_router_access_log.c | 60 nxt_router_access_log_create(nxt_task_t *task, nxt_router_conf_t *rtcf, in nxt_router_access_log_create() argument 81 ret = nxt_conf_map_object(rtcf->mem_pool, value, in nxt_router_access_log_create() 128 format = nxt_var_compile(&str, rtcf->mem_pool, rtcf->var_fields, in nxt_router_access_log_create() 134 rtcf->access_log = access_log; in nxt_router_access_log_create() 135 rtcf->log_format = format; in nxt_router_access_log_create()
|