Home
last modified time | relevance | path

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

/unit/src/
H A Dnxt_http_route.c400 nxt_conf_value_t *match_conf, *action_conf; in nxt_http_route_match_create() local
425 action_conf = nxt_conf_get_path(cv, &action_path); in nxt_http_route_match_create()
426 if (nxt_slow_path(action_conf == NULL)) { in nxt_http_route_match_create()
430 ret = nxt_http_action_init(task, tmcf, action_conf, &match->action); in nxt_http_route_match_create()