Searched refs:nxt_var_compile (Results 1 – 6 of 6) sorted by path
/unit/src/ |
H A D | nxt_http_return.c | 60 conf->location = nxt_var_compile(&str, mp, rtcf->var_fields, 0); in nxt_http_return_init()
|
H A D | nxt_http_route.c | 676 action->u.var = nxt_var_compile(&pass, mp, rtcf->var_fields, 0); in nxt_http_action_init() 1500 action->u.var = nxt_var_compile(pass, mp, rtcf->var_fields, 0); in nxt_http_action_create()
|
H A D | nxt_http_static.c | 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()
|
H A D | nxt_router_access_log.c | 128 format = nxt_var_compile(&str, rtcf->mem_pool, rtcf->var_fields, in nxt_router_access_log_create()
|
H A D | nxt_var.c | 333 nxt_var_compile(nxt_str_t *str, nxt_mp_t *mp, nxt_array_t *fields, in nxt_var_compile() function
|
H A D | nxt_var.h | 53 nxt_var_t *nxt_var_compile(nxt_str_t *str, nxt_mp_t *mp, nxt_array_t *fields,
|