Home
last modified time | relevance | path

Searched refs:apps_str (Results 1 – 2 of 2) sorted by last modified time

/unit/src/
H A Dnxt_conf_validation.c2607 static nxt_str_t apps_str = nxt_string("applications"); in nxt_conf_vldt_app_name() local
2611 apps = nxt_conf_get_object_member(vldt->conf, &apps_str, NULL); in nxt_conf_vldt_app_name()
H A Dnxt_status.c27 static nxt_str_t apps_str = nxt_string("applications"); in nxt_status_get() local
65 nxt_conf_set_member(status, &apps_str, apps, 2); in nxt_status_get()