Home
last modified time | relevance | path

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

/unit/src/
H A Dnxt_application.c909 value_obj = nxt_conf_next_object_member(environment, &name, &next); in nxt_app_set_environment()
H A Dnxt_conf.c739 nxt_conf_next_object_member(nxt_conf_value_t *value, nxt_str_t *name, in nxt_conf_next_object_member() function
H A Dnxt_conf.h88 NXT_EXPORT nxt_conf_value_t *nxt_conf_next_object_member(
H A Dnxt_conf_validation.c2551 member = nxt_conf_next_object_member(value, &name, &index); in nxt_conf_vldt_object_conf_commands()
2755 member = nxt_conf_next_object_member(value, &name, &index); in nxt_conf_vldt_object()
2936 member = nxt_conf_next_object_member(value, &name, &index); in nxt_conf_vldt_object_iterator()
H A Dnxt_controller.c1924 listener = nxt_conf_next_object_member(listeners, &str, &next); in nxt_controller_cert_in_use()
H A Dnxt_http_route.c263 route_conf = nxt_conf_next_object_member(routes_conf, &name, &next); in nxt_http_routes_create()
780 rule_cv = nxt_conf_next_object_member(ruleset_cv, &name, &next); in nxt_http_route_ruleset_create()
H A Dnxt_http_set_headers.c38 value = nxt_conf_next_object_member(acf->set_headers, &name, &next); in nxt_http_set_headers_init()
H A Dnxt_isolation.c430 value = nxt_conf_next_object_member(namespaces, &name, &index); in nxt_isolation_clone_flags()
H A Dnxt_openssl.c574 member = nxt_conf_next_object_member(conf, &cmd, &index);
H A Dnxt_php_sapi.c481 value = nxt_conf_next_object_member(c->targets, &name, &next); in nxt_php_start()
688 value_obj = nxt_conf_next_object_member(options, &name, &next); in nxt_php_set_options()
H A Dnxt_router.c1690 application = nxt_conf_next_object_member(applications, in nxt_router_conf_create()
1809 (void) nxt_conf_next_object_member(apcf.targets_value, in nxt_router_conf_create()
1950 listener = nxt_conf_next_object_member(listeners, &name, &next); in nxt_router_conf_create()
2303 ext_conf = nxt_conf_next_object_member(mtypes_conf, &str, &next); in nxt_router_conf_process_static()
H A Dnxt_upstream.c54 upcf = nxt_conf_next_object_member(upstreams_conf, &name, &next); in nxt_upstreams_create()
H A Dnxt_upstream_round_robin.c67 srvcf = nxt_conf_next_object_member(servers_conf, &name, &next); in nxt_upstream_round_robin_create()
95 srvcf = nxt_conf_next_object_member(servers_conf, &name, &next); in nxt_upstream_round_robin_create()
/unit/src/python/
H A Dnxt_python.c297 cv = nxt_conf_next_object_member(c->targets, &name, &next); in nxt_python_start()