Home
last modified time | relevance | path

Searched refs:limits_value (Results 1 – 1 of 1) sorted by path

/unit/src/
H A Dnxt_router.c34 nxt_conf_value_t *limits_value; member
1430 offsetof(nxt_router_app_conf_t, limits_value),
1746 apcf.limits_value = NULL; in nxt_router_conf_create()
1764 if (apcf.limits_value != NULL) { in nxt_router_conf_create()
1766 if (nxt_conf_type(apcf.limits_value) != NXT_CONF_OBJECT) { in nxt_router_conf_create()
1771 ret = nxt_conf_map_object(mp, apcf.limits_value, in nxt_router_conf_create()