Home
last modified time | relevance | path

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

/unit/src/
H A Dnxt_conf_validation.c2662 nxt_conf_value_t *type_value; in nxt_conf_vldt_app() local
2688 type_value = nxt_conf_get_object_member(value, &type_str, NULL); in nxt_conf_vldt_app()
2690 if (type_value == NULL) { in nxt_conf_vldt_app()
2695 ret = nxt_conf_vldt_type(vldt, &type_str, type_value, NXT_CONF_VLDT_STRING); in nxt_conf_vldt_app()
2701 nxt_conf_get_string(type_value, &type); in nxt_conf_vldt_app()