Searched refs:nxt_conf_next_object_member (Results 1 – 13 of 13) sorted by last modified time
/unit/src/ |
H A D | nxt_isolation.c | 376 value = nxt_conf_next_object_member(namespaces, &name, &index); in nxt_isolation_clone_flags()
|
H A D | nxt_router.c | 1534 application = nxt_conf_next_object_member(applications, in nxt_router_conf_create() 1653 (void) nxt_conf_next_object_member(apcf.targets_value, in nxt_router_conf_create() 1794 listener = nxt_conf_next_object_member(listeners, &name, &next); in nxt_router_conf_create() 2044 ext_conf = nxt_conf_next_object_member(mtypes_conf, &str, &next); in nxt_router_conf_process_static()
|
H A D | nxt_conf_validation.c | 2322 member = nxt_conf_next_object_member(value, &name, &index); in nxt_conf_vldt_object_conf_commands() 2495 member = nxt_conf_next_object_member(value, &name, &index); in nxt_conf_vldt_object() 2676 member = nxt_conf_next_object_member(value, &name, &index); in nxt_conf_vldt_object_iterator()
|
H A D | nxt_http_route.c | 263 route_conf = nxt_conf_next_object_member(routes_conf, &name, &next); in nxt_http_routes_create() 756 rule_cv = nxt_conf_next_object_member(ruleset_cv, &name, &next); in nxt_http_route_ruleset_create()
|
H A D | nxt_conf.h | 87 NXT_EXPORT nxt_conf_value_t *nxt_conf_next_object_member(
|
H A D | nxt_controller.c | 1689 listener = nxt_conf_next_object_member(listeners, &str, &next); in nxt_controller_cert_in_use()
|
H A D | nxt_conf.c | 714 nxt_conf_next_object_member(nxt_conf_value_t *value, nxt_str_t *name, in nxt_conf_next_object_member() function
|
H A D | nxt_openssl.c | 574 member = nxt_conf_next_object_member(conf, &cmd, &index);
|
H A D | nxt_application.c | 866 value_obj = nxt_conf_next_object_member(environment, &name, &next); in nxt_app_set_environment()
|
H A D | nxt_php_sapi.c | 473 value = nxt_conf_next_object_member(c->targets, &name, &next); in nxt_php_start() 680 value_obj = nxt_conf_next_object_member(options, &name, &next); in nxt_php_set_options()
|
H A D | nxt_upstream.c | 54 upcf = nxt_conf_next_object_member(upstreams_conf, &name, &next); in nxt_upstreams_create()
|
H A D | nxt_upstream_round_robin.c | 67 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 D | nxt_python.c | 215 cv = nxt_conf_next_object_member(c->targets, &name, &next); in nxt_python_start()
|