Lines Matching refs:value

44                                              nxt_conf_value_t *value,
48 nxt_conf_value_t *value);
50 nxt_conf_value_t *value);
76 nxt_str_t *name, nxt_conf_value_t *value, nxt_conf_vldt_type_t type);
80 nxt_str_t *value);
82 nxt_conf_value_t *value, void *data);
84 nxt_conf_value_t *value, void *data)
88 nxt_conf_value_t *value, void *data);
90 nxt_str_t *name, nxt_conf_value_t *value);
92 nxt_conf_value_t *value);
94 nxt_str_t *name, nxt_conf_value_t *value);
97 nxt_conf_value_t *value, void *data);
100 nxt_conf_value_t *value, void *data);
103 nxt_conf_value_t *value);
105 nxt_conf_value_t *value, void *data);
107 nxt_conf_value_t *value, void *data);
110 nxt_conf_value_t *value, void *data);
112 nxt_conf_value_t *value);
116 nxt_conf_value_t *value, void *data);
118 nxt_conf_value_t *value, void *data);
120 nxt_conf_value_t *value, void *data);
122 nxt_conf_value_t *value, void *data);
124 nxt_conf_value_t *value);
126 nxt_conf_value_t *value, void *data);
128 nxt_conf_value_t *value, void *data);
130 nxt_conf_value_t *value, void *data);
132 nxt_conf_value_t *value);
134 nxt_conf_value_t *value, void *data);
136 nxt_conf_value_t *value, void *data);
138 nxt_conf_value_t *value, void *data);
140 nxt_conf_value_t *value, void *data);
142 nxt_conf_value_t *value, void *data);
144 nxt_str_t *name, nxt_conf_value_t *value);
146 nxt_conf_value_t *value);
148 nxt_conf_validation_t *vldt, nxt_conf_value_t *value, void *data);
150 nxt_conf_validation_t *vldt, nxt_conf_value_t *value);
152 nxt_conf_validation_t *vldt, nxt_str_t *name, nxt_conf_value_t *value);
154 nxt_conf_validation_t *vldt, nxt_conf_value_t *value, void *data);
156 nxt_conf_validation_t *vldt, nxt_conf_value_t *value);
158 nxt_conf_value_t *value, void *data);
160 nxt_conf_value_t *value);
162 nxt_conf_value_t *value, void *data);
164 nxt_conf_value_t *value);
166 nxt_conf_validation_t *vldt, nxt_str_t *name, nxt_conf_value_t *value);
168 nxt_conf_value_t *value, void *data);
170 nxt_conf_value_t *value, void *data);
172 nxt_conf_value_t *value);
174 nxt_str_t *name, nxt_conf_value_t *value);
176 nxt_conf_value_t *value, void *data);
178 nxt_conf_value_t *value, void *data);
180 nxt_str_t *name, nxt_conf_value_t *value);
182 nxt_conf_value_t *value, void *data);
184 nxt_conf_value_t *value, void *data);
186 nxt_conf_value_t *value, void *data);
188 nxt_conf_value_t *value, void *data);
190 nxt_str_t *name, nxt_conf_value_t *value);
192 nxt_conf_validation_t *vldt, nxt_conf_value_t *value, void *data);
194 nxt_conf_value_t *value, void *data);
196 nxt_str_t *name, nxt_conf_value_t *value);
198 nxt_conf_value_t *value);
200 nxt_conf_value_t *value, void *data);
202 nxt_str_t *name, nxt_conf_value_t *value);
204 nxt_conf_value_t *value);
206 nxt_conf_value_t *value);
208 nxt_str_t *name, nxt_conf_value_t *value);
210 nxt_str_t *name, nxt_conf_value_t *value);
212 nxt_conf_value_t *value, void *data);
214 nxt_conf_value_t *value, void *data);
217 nxt_conf_value_t *value, void *data);
219 nxt_conf_value_t *value, void *data);
223 nxt_conf_value_t *value);
225 nxt_conf_value_t *value);
230 nxt_conf_value_t *value, void *data);
235 nxt_conf_value_t *value, void *data);
237 nxt_conf_value_t *value);
535 nxt_conf_value_t *value, void *data) in nxt_conf_vldt_tls_cache_size() argument
539 cache_size = nxt_conf_get_number(value); in nxt_conf_vldt_tls_cache_size()
551 nxt_conf_vldt_tls_timeout(nxt_conf_validation_t *vldt, nxt_conf_value_t *value, in nxt_conf_vldt_tls_timeout() argument
556 timeout = nxt_conf_get_number(value); in nxt_conf_vldt_tls_timeout()
571 nxt_conf_vldt_ticket_key(nxt_conf_validation_t *vldt, nxt_conf_value_t *value, in nxt_conf_vldt_ticket_key() argument
574 if (nxt_conf_type(value) == NXT_CONF_BOOLEAN) { in nxt_conf_vldt_ticket_key()
578 if (nxt_conf_type(value) == NXT_CONF_ARRAY) { in nxt_conf_vldt_ticket_key()
579 return nxt_conf_vldt_array_iterator(vldt, value, in nxt_conf_vldt_ticket_key()
585 return nxt_conf_vldt_ticket_key_element(vldt, value); in nxt_conf_vldt_ticket_key()
591 nxt_conf_value_t *value) in nxt_conf_vldt_ticket_key_element() argument
596 if (nxt_conf_type(value) != NXT_CONF_STRING) { in nxt_conf_vldt_ticket_key_element()
601 nxt_conf_get_string(value, &key); in nxt_conf_vldt_ticket_key_element()
1440 nxt_conf_value_t *value, nxt_conf_vldt_type_t type) in nxt_conf_vldt_type() argument
1458 value_type = nxt_conf_type(value); in nxt_conf_vldt_type()
1542 nxt_conf_vldt_unsupported(nxt_conf_validation_t *vldt, nxt_conf_value_t *value, in nxt_conf_vldt_unsupported() argument
1552 nxt_str_t *value) in nxt_conf_vldt_var() argument
1556 if (nxt_tstr_test(vldt->tstr_state, value, error) != NXT_OK) { in nxt_conf_vldt_var()
1566 nxt_conf_vldt_if(nxt_conf_validation_t *vldt, nxt_conf_value_t *value, in nxt_conf_vldt_if() argument
1573 if (nxt_conf_type(value) != NXT_CONF_STRING) { in nxt_conf_vldt_if()
1577 nxt_conf_get_string(value, &str); in nxt_conf_vldt_if()
1604 nxt_conf_vldt_mtypes(nxt_conf_validation_t *vldt, nxt_conf_value_t *value, in nxt_conf_vldt_mtypes() argument
1619 ret = nxt_conf_vldt_object_iterator(vldt, value, in nxt_conf_vldt_mtypes()
1632 nxt_conf_value_t *value) in nxt_conf_vldt_mtypes_type() argument
1637 ret = nxt_conf_vldt_type(vldt, name, value, in nxt_conf_vldt_mtypes_type()
1652 if (nxt_conf_type(value) == NXT_CONF_ARRAY) { in nxt_conf_vldt_mtypes_type()
1653 return nxt_conf_vldt_array_iterator(vldt, value, in nxt_conf_vldt_mtypes_type()
1659 return nxt_conf_vldt_mtypes_extension(vldt, value); in nxt_conf_vldt_mtypes_type()
1665 nxt_conf_value_t *value) in nxt_conf_vldt_mtypes_extension() argument
1672 if (nxt_conf_type(value) != NXT_CONF_STRING) { in nxt_conf_vldt_mtypes_extension()
1677 nxt_conf_get_string(value, &exten); in nxt_conf_vldt_mtypes_extension()
1700 nxt_conf_value_t *value) in nxt_conf_vldt_listener() argument
1717 ret = nxt_conf_vldt_type(vldt, name, value, NXT_CONF_VLDT_OBJECT); in nxt_conf_vldt_listener()
1722 return nxt_conf_vldt_object(vldt, value, nxt_conf_vldt_listener_members); in nxt_conf_vldt_listener()
1727 nxt_conf_vldt_action(nxt_conf_validation_t *vldt, nxt_conf_value_t *value, in nxt_conf_vldt_action() argument
1748 action = nxt_conf_get_object_member(value, &actions[i].name, NULL); in nxt_conf_vldt_action()
1769 return nxt_conf_vldt_object(vldt, value, members); in nxt_conf_vldt_action()
1774 nxt_conf_vldt_pass(nxt_conf_validation_t *vldt, nxt_conf_value_t *value, in nxt_conf_vldt_pass() argument
1783 nxt_conf_get_string(value, &pass); in nxt_conf_vldt_pass()
1802 value = nxt_conf_get_object_member(vldt->conf, &segments[0], NULL); in nxt_conf_vldt_pass()
1804 if (value == NULL) { in nxt_conf_vldt_pass()
1808 value = nxt_conf_get_object_member(value, &segments[1], NULL); in nxt_conf_vldt_pass()
1810 if (value == NULL) { in nxt_conf_vldt_pass()
1815 value = nxt_conf_get_object_member(value, &targets_str, NULL); in nxt_conf_vldt_pass()
1817 if (value == NULL) { in nxt_conf_vldt_pass()
1821 value = nxt_conf_get_object_member(value, &segments[2], NULL); in nxt_conf_vldt_pass()
1823 if (value == NULL) { in nxt_conf_vldt_pass()
1837 value = nxt_conf_get_object_member(vldt->conf, &segments[0], NULL); in nxt_conf_vldt_pass()
1839 if (value == NULL) { in nxt_conf_vldt_pass()
1843 value = nxt_conf_get_object_member(value, &segments[1], NULL); in nxt_conf_vldt_pass()
1845 if (value == NULL) { in nxt_conf_vldt_pass()
1858 value = nxt_conf_get_object_member(vldt->conf, &segments[0], NULL); in nxt_conf_vldt_pass()
1860 if (value == NULL) { in nxt_conf_vldt_pass()
1865 if (nxt_conf_type(value) != NXT_CONF_ARRAY) { in nxt_conf_vldt_pass()
1872 if (nxt_conf_type(value) != NXT_CONF_OBJECT) { in nxt_conf_vldt_pass()
1876 value = nxt_conf_get_object_member(value, &segments[1], NULL); in nxt_conf_vldt_pass()
1878 if (value == NULL) { in nxt_conf_vldt_pass()
1893 nxt_conf_vldt_return(nxt_conf_validation_t *vldt, nxt_conf_value_t *value, in nxt_conf_vldt_return() argument
1898 status = nxt_conf_get_number(value); in nxt_conf_vldt_return()
1910 nxt_conf_vldt_share(nxt_conf_validation_t *vldt, nxt_conf_value_t *value, in nxt_conf_vldt_share() argument
1913 if (nxt_conf_type(value) == NXT_CONF_ARRAY) { in nxt_conf_vldt_share()
1914 if (nxt_conf_array_elements_count(value) == 0) { in nxt_conf_vldt_share()
1919 return nxt_conf_vldt_array_iterator(vldt, value, in nxt_conf_vldt_share()
1925 return nxt_conf_vldt_share_element(vldt, value); in nxt_conf_vldt_share()
1931 nxt_conf_value_t *value) in nxt_conf_vldt_share_element() argument
1937 if (nxt_conf_type(value) != NXT_CONF_STRING) { in nxt_conf_vldt_share_element()
1942 nxt_conf_get_string(value, &str); in nxt_conf_vldt_share_element()
1953 nxt_conf_vldt_proxy(nxt_conf_validation_t *vldt, nxt_conf_value_t *value, in nxt_conf_vldt_proxy() argument
1959 ret = nxt_conf_get_string_dup(value, vldt->pool, &name); in nxt_conf_vldt_proxy()
1980 nxt_conf_vldt_python(nxt_conf_validation_t *vldt, nxt_conf_value_t *value, in nxt_conf_vldt_python() argument
1987 targets = nxt_conf_get_object_member(value, &targets_str, NULL); in nxt_conf_vldt_python()
1990 return nxt_conf_vldt_object(vldt, value, nxt_conf_vldt_python_members); in nxt_conf_vldt_python()
1993 return nxt_conf_vldt_object(vldt, value, in nxt_conf_vldt_python()
2000 nxt_conf_value_t *value, void *data) in nxt_conf_vldt_python_path() argument
2002 if (nxt_conf_type(value) == NXT_CONF_ARRAY) { in nxt_conf_vldt_python_path()
2003 return nxt_conf_vldt_array_iterator(vldt, value, in nxt_conf_vldt_python_path()
2015 nxt_conf_value_t *value) in nxt_conf_vldt_python_path_element() argument
2017 if (nxt_conf_type(value) != NXT_CONF_STRING) { in nxt_conf_vldt_python_path_element()
2028 nxt_conf_value_t *value, void *data) in nxt_conf_vldt_python_protocol() argument
2035 nxt_conf_get_string(value, &proto); in nxt_conf_vldt_python_protocol()
2048 nxt_conf_value_t *value, void *data) in nxt_conf_vldt_python_prefix() argument
2052 if (nxt_conf_type(value) != NXT_CONF_STRING) { in nxt_conf_vldt_python_prefix()
2057 nxt_conf_get_string(value, &prefix); in nxt_conf_vldt_python_prefix()
2069 nxt_conf_vldt_threads(nxt_conf_validation_t *vldt, nxt_conf_value_t *value, in nxt_conf_vldt_threads() argument
2074 threads = nxt_conf_get_number(value); in nxt_conf_vldt_threads()
2092 nxt_conf_value_t *value, void *data) in nxt_conf_vldt_thread_stack_size() argument
2096 size = nxt_conf_get_number(value); in nxt_conf_vldt_thread_stack_size()
2116 nxt_conf_vldt_routes(nxt_conf_validation_t *vldt, nxt_conf_value_t *value, in nxt_conf_vldt_routes() argument
2119 if (nxt_conf_type(value) == NXT_CONF_ARRAY) { in nxt_conf_vldt_routes()
2120 return nxt_conf_vldt_array_iterator(vldt, value, in nxt_conf_vldt_routes()
2126 return nxt_conf_vldt_object_iterator(vldt, value, in nxt_conf_vldt_routes()
2133 nxt_conf_value_t *value) in nxt_conf_vldt_routes_member() argument
2137 ret = nxt_conf_vldt_type(vldt, name, value, NXT_CONF_VLDT_ARRAY); in nxt_conf_vldt_routes_member()
2143 return nxt_conf_vldt_array_iterator(vldt, value, &nxt_conf_vldt_route); in nxt_conf_vldt_routes_member()
2148 nxt_conf_vldt_route(nxt_conf_validation_t *vldt, nxt_conf_value_t *value) in nxt_conf_vldt_route() argument
2150 if (nxt_conf_type(value) != NXT_CONF_OBJECT) { in nxt_conf_vldt_route()
2155 return nxt_conf_vldt_object(vldt, value, nxt_conf_vldt_route_members); in nxt_conf_vldt_route()
2161 nxt_conf_value_t *value, void *data) in nxt_conf_vldt_match_patterns() argument
2167 if (nxt_conf_type(value) == NXT_CONF_ARRAY) { in nxt_conf_vldt_match_patterns()
2168 ret = nxt_conf_vldt_array_iterator(vldt, value, in nxt_conf_vldt_match_patterns()
2173 ret = nxt_conf_vldt_match_pattern(vldt, value); in nxt_conf_vldt_match_patterns()
2184 nxt_conf_value_t *value) in nxt_conf_vldt_match_pattern() argument
2193 if (nxt_conf_type(value) != NXT_CONF_STRING) { in nxt_conf_vldt_match_pattern()
2198 nxt_conf_get_string(value, &pattern); in nxt_conf_vldt_match_pattern()
2245 nxt_conf_validation_t *vldt, nxt_conf_value_t *value, void *data) in nxt_conf_vldt_match_encoded_patterns_sets() argument
2247 if (nxt_conf_type(value) == NXT_CONF_ARRAY) { in nxt_conf_vldt_match_encoded_patterns_sets()
2248 return nxt_conf_vldt_array_iterator(vldt, value, in nxt_conf_vldt_match_encoded_patterns_sets()
2254 return nxt_conf_vldt_match_encoded_patterns_set(vldt, value); in nxt_conf_vldt_match_encoded_patterns_sets()
2259 nxt_conf_validation_t *vldt, nxt_conf_value_t *value) in nxt_conf_vldt_match_encoded_patterns_set() argument
2261 if (nxt_conf_type(value) != NXT_CONF_OBJECT) { in nxt_conf_vldt_match_encoded_patterns_set()
2266 return nxt_conf_vldt_object_iterator(vldt, value, in nxt_conf_vldt_match_encoded_patterns_set()
2273 nxt_str_t *name, nxt_conf_value_t *value) in nxt_conf_vldt_match_encoded_patterns_set_member() argument
2293 return nxt_conf_vldt_match_encoded_patterns(vldt, value, in nxt_conf_vldt_match_encoded_patterns_set_member()
2300 nxt_conf_value_t *value, void *data) in nxt_conf_vldt_match_encoded_patterns() argument
2306 if (nxt_conf_type(value) == NXT_CONF_ARRAY) { in nxt_conf_vldt_match_encoded_patterns()
2307 ret = nxt_conf_vldt_array_iterator(vldt, value, in nxt_conf_vldt_match_encoded_patterns()
2312 ret = nxt_conf_vldt_match_encoded_pattern(vldt, value); in nxt_conf_vldt_match_encoded_patterns()
2323 nxt_conf_value_t *value) in nxt_conf_vldt_match_encoded_pattern() argument
2329 if (nxt_conf_type(value) != NXT_CONF_STRING) { in nxt_conf_vldt_match_encoded_pattern()
2334 ret = nxt_conf_vldt_match_pattern(vldt, value); in nxt_conf_vldt_match_encoded_pattern()
2339 nxt_conf_get_string(value, &pattern); in nxt_conf_vldt_match_encoded_pattern()
2358 nxt_conf_value_t *value, void *data) in nxt_conf_vldt_match_addrs() argument
2360 if (nxt_conf_type(value) == NXT_CONF_ARRAY) { in nxt_conf_vldt_match_addrs()
2361 return nxt_conf_vldt_array_iterator(vldt, value, in nxt_conf_vldt_match_addrs()
2365 return nxt_conf_vldt_match_addr(vldt, value); in nxt_conf_vldt_match_addrs()
2371 nxt_conf_value_t *value) in nxt_conf_vldt_match_addr() argument
2375 switch (nxt_http_route_addr_pattern_parse(vldt->pool, &pattern, value)) { in nxt_conf_vldt_match_addr()
2420 nxt_conf_value_t *value, void *data) in nxt_conf_vldt_match_scheme_pattern() argument
2427 nxt_conf_get_string(value, &scheme); in nxt_conf_vldt_match_scheme_pattern()
2442 nxt_conf_value_t *value, void *data) in nxt_conf_vldt_match_patterns_sets() argument
2448 if (nxt_conf_type(value) == NXT_CONF_ARRAY) { in nxt_conf_vldt_match_patterns_sets()
2449 ret = nxt_conf_vldt_array_iterator(vldt, value, in nxt_conf_vldt_match_patterns_sets()
2454 ret = nxt_conf_vldt_match_patterns_set(vldt, value); in nxt_conf_vldt_match_patterns_sets()
2465 nxt_conf_value_t *value) in nxt_conf_vldt_match_patterns_set() argument
2467 if (nxt_conf_type(value) != NXT_CONF_OBJECT) { in nxt_conf_vldt_match_patterns_set()
2472 return nxt_conf_vldt_object_iterator(vldt, value, in nxt_conf_vldt_match_patterns_set()
2479 nxt_str_t *name, nxt_conf_value_t *value) in nxt_conf_vldt_match_patterns_set_member() argument
2486 return nxt_conf_vldt_match_patterns(vldt, value, vldt->ctx); in nxt_conf_vldt_match_patterns_set_member()
2493 nxt_conf_vldt_certificate(nxt_conf_validation_t *vldt, nxt_conf_value_t *value, in nxt_conf_vldt_certificate() argument
2496 if (nxt_conf_type(value) == NXT_CONF_ARRAY) { in nxt_conf_vldt_certificate()
2497 if (nxt_conf_array_elements_count(value) == 0) { in nxt_conf_vldt_certificate()
2502 return nxt_conf_vldt_array_iterator(vldt, value, in nxt_conf_vldt_certificate()
2508 return nxt_conf_vldt_certificate_element(vldt, value); in nxt_conf_vldt_certificate()
2514 nxt_conf_value_t *value) in nxt_conf_vldt_certificate_element() argument
2519 if (nxt_conf_type(value) != NXT_CONF_STRING) { in nxt_conf_vldt_certificate_element()
2524 nxt_conf_get_string(value, &name); in nxt_conf_vldt_certificate_element()
2541 nxt_conf_value_t *value, void *data) in nxt_conf_vldt_object_conf_commands() argument
2551 member = nxt_conf_next_object_member(value, &name, &index); in nxt_conf_vldt_object_conf_commands()
2573 nxt_conf_value_t *value) in nxt_conf_vldt_response_header() argument
2589 type = nxt_conf_type(value); in nxt_conf_vldt_response_header()
2601 nxt_conf_vldt_app_name(nxt_conf_validation_t *vldt, nxt_conf_value_t *value, in nxt_conf_vldt_app_name() argument
2609 nxt_conf_get_string(value, &name); in nxt_conf_vldt_app_name()
2634 nxt_conf_vldt_forwarded(nxt_conf_validation_t *vldt, nxt_conf_value_t *value, in nxt_conf_vldt_forwarded() argument
2642 client_ip = nxt_conf_get_object_member(value, &client_ip_str, NULL); in nxt_conf_vldt_forwarded()
2643 protocol = nxt_conf_get_object_member(value, &protocol_str, NULL); in nxt_conf_vldt_forwarded()
2651 return nxt_conf_vldt_object(vldt, value, nxt_conf_vldt_forwarded_members); in nxt_conf_vldt_forwarded()
2657 nxt_conf_value_t *value) in nxt_conf_vldt_app() argument
2682 ret = nxt_conf_vldt_type(vldt, name, value, NXT_CONF_VLDT_OBJECT); in nxt_conf_vldt_app()
2688 type_value = nxt_conf_get_object_member(value, &type_str, NULL); in nxt_conf_vldt_app()
2713 return types[lang->type].validator(vldt, value, types[lang->type].members); in nxt_conf_vldt_app()
2718 nxt_conf_vldt_object(nxt_conf_validation_t *vldt, nxt_conf_value_t *value, in nxt_conf_vldt_object() argument
2741 member = nxt_conf_get_object_member(value, &vals->name, NULL); in nxt_conf_vldt_object()
2755 member = nxt_conf_next_object_member(value, &name, &index); in nxt_conf_vldt_object()
2843 nxt_conf_vldt_processes(nxt_conf_validation_t *vldt, nxt_conf_value_t *value, in nxt_conf_vldt_processes() argument
2850 if (nxt_conf_type(value) == NXT_CONF_INTEGER) { in nxt_conf_vldt_processes()
2851 int_value = nxt_conf_get_number(value); in nxt_conf_vldt_processes()
2866 ret = nxt_conf_vldt_object(vldt, value, data); in nxt_conf_vldt_processes()
2875 ret = nxt_conf_map_object(vldt->pool, value, in nxt_conf_vldt_processes()
2924 nxt_conf_value_t *value, void *data) in nxt_conf_vldt_object_iterator() argument
2936 member = nxt_conf_next_object_member(value, &name, &index); in nxt_conf_vldt_object_iterator()
2951 nxt_conf_value_t *value, void *data) in nxt_conf_vldt_array_iterator() argument
2961 element = nxt_conf_get_array_element(value, index); in nxt_conf_vldt_array_iterator()
2978 nxt_conf_value_t *value) in nxt_conf_vldt_environment() argument
2997 if (nxt_conf_type(value) != NXT_CONF_STRING) { in nxt_conf_vldt_environment()
3002 nxt_conf_get_string(value, &str); in nxt_conf_vldt_environment()
3015 nxt_conf_value_t *value, void *data) in nxt_conf_vldt_targets_exclusive() argument
3023 nxt_conf_vldt_targets(nxt_conf_validation_t *vldt, nxt_conf_value_t *value, in nxt_conf_vldt_targets() argument
3029 n = nxt_conf_object_members_count(value); in nxt_conf_vldt_targets()
3038 ret = nxt_conf_vldt_object_iterator(vldt, value, &nxt_conf_vldt_target); in nxt_conf_vldt_targets()
3048 nxt_conf_value_t *value) in nxt_conf_vldt_target() argument
3055 if (nxt_conf_type(value) != NXT_CONF_OBJECT) { in nxt_conf_vldt_target()
3060 return nxt_conf_vldt_object(vldt, value, vldt->ctx); in nxt_conf_vldt_target()
3067 nxt_conf_vldt_cgroup_path(nxt_conf_validation_t *vldt, nxt_conf_value_t *value, in nxt_conf_vldt_cgroup_path() argument
3073 nxt_conf_get_string(value, &cgpath); in nxt_conf_vldt_cgroup_path()
3095 nxt_conf_value_t *value, void *data) in nxt_conf_vldt_clone_namespaces() argument
3097 return nxt_conf_vldt_object(vldt, value, data); in nxt_conf_vldt_clone_namespaces()
3102 nxt_conf_vldt_isolation(nxt_conf_validation_t *vldt, nxt_conf_value_t *value, in nxt_conf_vldt_isolation() argument
3105 return nxt_conf_vldt_object(vldt, value, data); in nxt_conf_vldt_isolation()
3112 nxt_conf_vldt_clone_uidmap(nxt_conf_validation_t *vldt, nxt_conf_value_t *value) in nxt_conf_vldt_clone_uidmap() argument
3116 if (nxt_conf_type(value) != NXT_CONF_OBJECT) { in nxt_conf_vldt_clone_uidmap()
3121 ret = nxt_conf_vldt_object(vldt, value, in nxt_conf_vldt_clone_uidmap()
3132 nxt_conf_vldt_clone_gidmap(nxt_conf_validation_t *vldt, nxt_conf_value_t *value) in nxt_conf_vldt_clone_gidmap() argument
3136 if (nxt_conf_type(value) != NXT_CONF_OBJECT) { in nxt_conf_vldt_clone_gidmap()
3141 ret = nxt_conf_vldt_object(vldt, value, in nxt_conf_vldt_clone_gidmap()
3154 nxt_conf_vldt_argument(nxt_conf_validation_t *vldt, nxt_conf_value_t *value) in nxt_conf_vldt_argument() argument
3158 if (nxt_conf_type(value) != NXT_CONF_STRING) { in nxt_conf_vldt_argument()
3163 nxt_conf_get_string(value, &str); in nxt_conf_vldt_argument()
3175 nxt_conf_vldt_php(nxt_conf_validation_t *vldt, nxt_conf_value_t *value, in nxt_conf_vldt_php() argument
3182 targets = nxt_conf_get_object_member(value, &targets_str, NULL); in nxt_conf_vldt_php()
3185 return nxt_conf_vldt_object(vldt, value, nxt_conf_vldt_php_members); in nxt_conf_vldt_php()
3188 return nxt_conf_vldt_object(vldt, value, in nxt_conf_vldt_php()
3195 nxt_conf_value_t *value) in nxt_conf_vldt_php_option() argument
3202 if (nxt_conf_type(value) != NXT_CONF_STRING) { in nxt_conf_vldt_php_option()
3213 nxt_conf_value_t *value) in nxt_conf_vldt_java_classpath() argument
3217 if (nxt_conf_type(value) != NXT_CONF_STRING) { in nxt_conf_vldt_java_classpath()
3222 nxt_conf_get_string(value, &str); in nxt_conf_vldt_java_classpath()
3234 nxt_conf_vldt_java_option(nxt_conf_validation_t *vldt, nxt_conf_value_t *value) in nxt_conf_vldt_java_option() argument
3238 if (nxt_conf_type(value) != NXT_CONF_STRING) { in nxt_conf_vldt_java_option()
3243 nxt_conf_get_string(value, &str); in nxt_conf_vldt_java_option()
3256 nxt_conf_value_t *value) in nxt_conf_vldt_upstream() argument
3263 ret = nxt_conf_vldt_type(vldt, name, value, NXT_CONF_VLDT_OBJECT); in nxt_conf_vldt_upstream()
3269 ret = nxt_conf_vldt_object(vldt, value, nxt_conf_vldt_upstream_members); in nxt_conf_vldt_upstream()
3275 conf = nxt_conf_get_object_member(value, &servers, NULL); in nxt_conf_vldt_upstream()
3287 nxt_conf_value_t *value) in nxt_conf_vldt_server() argument
3293 ret = nxt_conf_vldt_type(vldt, name, value, NXT_CONF_VLDT_OBJECT); in nxt_conf_vldt_server()
3308 return nxt_conf_vldt_object(vldt, value, in nxt_conf_vldt_server()
3315 nxt_conf_value_t *value, void *data) in nxt_conf_vldt_server_weight() argument
3319 num_value = nxt_conf_get_number(value); in nxt_conf_vldt_server_weight()
3338 nxt_conf_vldt_js_module(nxt_conf_validation_t *vldt, nxt_conf_value_t *value, in nxt_conf_vldt_js_module() argument
3341 if (nxt_conf_type(value) == NXT_CONF_ARRAY) { in nxt_conf_vldt_js_module()
3342 return nxt_conf_vldt_array_iterator(vldt, value, in nxt_conf_vldt_js_module()
3348 return nxt_conf_vldt_js_module_element(vldt, value); in nxt_conf_vldt_js_module()
3354 nxt_conf_value_t *value) in nxt_conf_vldt_js_module_element() argument
3359 if (nxt_conf_type(value) != NXT_CONF_STRING) { in nxt_conf_vldt_js_module_element()
3364 nxt_conf_get_string(value, &name); in nxt_conf_vldt_js_module_element()
3400 nxt_conf_vldt_access_log(nxt_conf_validation_t *vldt, nxt_conf_value_t *value, in nxt_conf_vldt_access_log() argument
3408 if (nxt_conf_type(value) == NXT_CONF_STRING) { in nxt_conf_vldt_access_log()
3412 ret = nxt_conf_vldt_object(vldt, value, nxt_conf_vldt_access_log_members); in nxt_conf_vldt_access_log()
3419 ret = nxt_conf_map_object(vldt->pool, value, in nxt_conf_vldt_access_log()