Home
last modified time | relevance | path

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

/unit/src/
H A Dnxt_upstream.c36 n = nxt_conf_object_members_count(upstreams_conf); in nxt_upstreams_create()
H A Dnxt_conf.h129 NXT_EXPORT nxt_uint_t nxt_conf_object_members_count(nxt_conf_value_t *value);
H A Dnxt_upstream_round_robin.c61 n = nxt_conf_object_members_count(servers_conf); in nxt_upstream_round_robin_create()
H A Dnxt_http_route.c247 n = object ? nxt_conf_object_members_count(routes_conf) : 1; in nxt_http_routes_create()
413 n = (match_conf != NULL) ? nxt_conf_object_members_count(match_conf) : 0; in nxt_http_route_match_create()
760 n = nxt_conf_object_members_count(ruleset_cv); in nxt_http_route_ruleset_create()
H A Dnxt_php_sapi.c470 n = (c->targets != NULL) ? nxt_conf_object_members_count(c->targets) : 1; in nxt_php_start()
H A Dnxt_conf.c248 nxt_conf_object_members_count(nxt_conf_value_t *value) in nxt_conf_object_members_count() function
H A Dnxt_conf_validation.c3029 n = nxt_conf_object_members_count(value); in nxt_conf_vldt_targets()
H A Dnxt_router.c1799 n = nxt_conf_object_members_count(apcf.targets_value); in nxt_router_conf_create()
/unit/src/wasm/
H A Dnxt_wasm.c275 n = (dirs != NULL) ? nxt_conf_object_members_count(dirs) : 0; in nxt_wasm_setup()
/unit/src/wasm-wasi-component/src/
H A Dlib.rs75 for i in 0..bindings::nxt_conf_object_members_count(dirs_ptr) { in setup()
/unit/src/python/
H A Dnxt_python.c278 n = (c->targets != NULL ? nxt_conf_object_members_count(c->targets) : 1); in nxt_python_start()