Lines Matching refs:nxt_int_t

43 typedef nxt_int_t (*nxt_conf_vldt_handler_t)(nxt_conf_validation_t *vldt,
46 typedef nxt_int_t (*nxt_conf_vldt_member_t)(nxt_conf_validation_t *vldt,
49 typedef nxt_int_t (*nxt_conf_vldt_element_t)(nxt_conf_validation_t *vldt,
75 static nxt_int_t nxt_conf_vldt_type(nxt_conf_validation_t *vldt,
77 static nxt_int_t nxt_conf_vldt_error(nxt_conf_validation_t *vldt,
79 static nxt_int_t nxt_conf_vldt_var(nxt_conf_validation_t *vldt, nxt_str_t *name,
81 static nxt_int_t nxt_conf_vldt_if(nxt_conf_validation_t *vldt,
83 nxt_inline nxt_int_t nxt_conf_vldt_unsupported(nxt_conf_validation_t *vldt,
87 static nxt_int_t nxt_conf_vldt_mtypes(nxt_conf_validation_t *vldt,
89 static nxt_int_t nxt_conf_vldt_mtypes_type(nxt_conf_validation_t *vldt,
91 static nxt_int_t nxt_conf_vldt_mtypes_extension(nxt_conf_validation_t *vldt,
93 static nxt_int_t nxt_conf_vldt_listener(nxt_conf_validation_t *vldt,
96 static nxt_int_t nxt_conf_vldt_certificate(nxt_conf_validation_t *vldt,
99 static nxt_int_t nxt_conf_vldt_object_conf_commands(nxt_conf_validation_t *vldt,
102 static nxt_int_t nxt_conf_vldt_certificate_element(nxt_conf_validation_t *vldt,
104 static nxt_int_t nxt_conf_vldt_tls_cache_size(nxt_conf_validation_t *vldt,
106 static nxt_int_t nxt_conf_vldt_tls_timeout(nxt_conf_validation_t *vldt,
109 static nxt_int_t nxt_conf_vldt_ticket_key(nxt_conf_validation_t *vldt,
111 static nxt_int_t nxt_conf_vldt_ticket_key_element(nxt_conf_validation_t *vldt,
115 static nxt_int_t nxt_conf_vldt_action(nxt_conf_validation_t *vldt,
117 static nxt_int_t nxt_conf_vldt_pass(nxt_conf_validation_t *vldt,
119 static nxt_int_t nxt_conf_vldt_return(nxt_conf_validation_t *vldt,
121 static nxt_int_t nxt_conf_vldt_share(nxt_conf_validation_t *vldt,
123 static nxt_int_t nxt_conf_vldt_share_element(nxt_conf_validation_t *vldt,
125 static nxt_int_t nxt_conf_vldt_proxy(nxt_conf_validation_t *vldt,
127 static nxt_int_t nxt_conf_vldt_python(nxt_conf_validation_t *vldt,
129 static nxt_int_t nxt_conf_vldt_python_path(nxt_conf_validation_t *vldt,
131 static nxt_int_t nxt_conf_vldt_python_path_element(nxt_conf_validation_t *vldt,
133 static nxt_int_t nxt_conf_vldt_python_protocol(nxt_conf_validation_t *vldt,
135 static nxt_int_t nxt_conf_vldt_python_prefix(nxt_conf_validation_t *vldt,
137 static nxt_int_t nxt_conf_vldt_threads(nxt_conf_validation_t *vldt,
139 static nxt_int_t nxt_conf_vldt_thread_stack_size(nxt_conf_validation_t *vldt,
141 static nxt_int_t nxt_conf_vldt_routes(nxt_conf_validation_t *vldt,
143 static nxt_int_t nxt_conf_vldt_routes_member(nxt_conf_validation_t *vldt,
145 static nxt_int_t nxt_conf_vldt_route(nxt_conf_validation_t *vldt,
147 static nxt_int_t nxt_conf_vldt_match_encoded_patterns_sets(
149 static nxt_int_t nxt_conf_vldt_match_encoded_patterns_set(
151 static nxt_int_t nxt_conf_vldt_match_encoded_patterns_set_member(
153 static nxt_int_t nxt_conf_vldt_match_encoded_patterns(
155 static nxt_int_t nxt_conf_vldt_match_encoded_pattern(
157 static nxt_int_t nxt_conf_vldt_match_patterns(nxt_conf_validation_t *vldt,
159 static nxt_int_t nxt_conf_vldt_match_pattern(nxt_conf_validation_t *vldt,
161 static nxt_int_t nxt_conf_vldt_match_patterns_sets(nxt_conf_validation_t *vldt,
163 static nxt_int_t nxt_conf_vldt_match_patterns_set(nxt_conf_validation_t *vldt,
165 static nxt_int_t nxt_conf_vldt_match_patterns_set_member(
167 static nxt_int_t nxt_conf_vldt_match_scheme_pattern(nxt_conf_validation_t *vldt,
169 static nxt_int_t nxt_conf_vldt_match_addrs(nxt_conf_validation_t *vldt,
171 static nxt_int_t nxt_conf_vldt_match_addr(nxt_conf_validation_t *vldt,
173 static nxt_int_t nxt_conf_vldt_response_header(nxt_conf_validation_t *vldt,
175 static nxt_int_t nxt_conf_vldt_app_name(nxt_conf_validation_t *vldt,
177 static nxt_int_t nxt_conf_vldt_forwarded(nxt_conf_validation_t *vldt,
179 static nxt_int_t nxt_conf_vldt_app(nxt_conf_validation_t *vldt,
181 static nxt_int_t nxt_conf_vldt_object(nxt_conf_validation_t *vldt,
183 static nxt_int_t nxt_conf_vldt_processes(nxt_conf_validation_t *vldt,
185 static nxt_int_t nxt_conf_vldt_object_iterator(nxt_conf_validation_t *vldt,
187 static nxt_int_t nxt_conf_vldt_array_iterator(nxt_conf_validation_t *vldt,
189 static nxt_int_t nxt_conf_vldt_environment(nxt_conf_validation_t *vldt,
191 static nxt_int_t nxt_conf_vldt_targets_exclusive(
193 static nxt_int_t nxt_conf_vldt_targets(nxt_conf_validation_t *vldt,
195 static nxt_int_t nxt_conf_vldt_target(nxt_conf_validation_t *vldt,
197 static nxt_int_t nxt_conf_vldt_argument(nxt_conf_validation_t *vldt,
199 static nxt_int_t nxt_conf_vldt_php(nxt_conf_validation_t *vldt,
201 static nxt_int_t nxt_conf_vldt_php_option(nxt_conf_validation_t *vldt,
203 static nxt_int_t nxt_conf_vldt_java_classpath(nxt_conf_validation_t *vldt,
205 static nxt_int_t nxt_conf_vldt_java_option(nxt_conf_validation_t *vldt,
207 static nxt_int_t nxt_conf_vldt_upstream(nxt_conf_validation_t *vldt,
209 static nxt_int_t nxt_conf_vldt_server(nxt_conf_validation_t *vldt,
211 static nxt_int_t nxt_conf_vldt_server_weight(nxt_conf_validation_t *vldt,
213 static nxt_int_t nxt_conf_vldt_access_log(nxt_conf_validation_t *vldt,
216 static nxt_int_t nxt_conf_vldt_isolation(nxt_conf_validation_t *vldt,
218 static nxt_int_t nxt_conf_vldt_clone_namespaces(nxt_conf_validation_t *vldt,
222 static nxt_int_t nxt_conf_vldt_clone_uidmap(nxt_conf_validation_t *vldt,
224 static nxt_int_t nxt_conf_vldt_clone_gidmap(nxt_conf_validation_t *vldt,
229 static nxt_int_t nxt_conf_vldt_cgroup_path(nxt_conf_validation_t *vldt,
234 static nxt_int_t nxt_conf_vldt_js_module(nxt_conf_validation_t *vldt,
236 static nxt_int_t nxt_conf_vldt_js_module_element(nxt_conf_validation_t *vldt,
533 static nxt_int_t
550 static nxt_int_t
570 static nxt_int_t
589 static nxt_int_t
1402 nxt_int_t
1405 nxt_int_t ret; in nxt_conf_validate()
1438 static nxt_int_t
1513 static nxt_int_t
1541 nxt_inline nxt_int_t
1550 static nxt_int_t
1565 static nxt_int_t
1603 static nxt_int_t
1607 nxt_int_t ret; in nxt_conf_vldt_mtypes()
1630 static nxt_int_t
1634 nxt_int_t ret; in nxt_conf_vldt_mtypes_type()
1663 static nxt_int_t
1698 static nxt_int_t
1702 nxt_int_t ret; in nxt_conf_vldt_listener()
1726 static nxt_int_t
1773 static nxt_int_t
1778 nxt_int_t ret; in nxt_conf_vldt_pass()
1892 static nxt_int_t
1909 static nxt_int_t
1929 static nxt_int_t
1952 static nxt_int_t
1979 static nxt_int_t
1998 static nxt_int_t
2013 static nxt_int_t
2026 static nxt_int_t
2046 static nxt_int_t
2068 static nxt_int_t
2090 static nxt_int_t
2115 static nxt_int_t
2131 static nxt_int_t
2135 nxt_int_t ret; in nxt_conf_vldt_routes_member()
2147 static nxt_int_t
2159 static nxt_int_t
2163 nxt_int_t ret; in nxt_conf_vldt_match_patterns()
2182 static nxt_int_t
2244 static nxt_int_t nxt_conf_vldt_match_encoded_patterns_sets( in nxt_conf_vldt_match_encoded_patterns_sets()
2258 static nxt_int_t nxt_conf_vldt_match_encoded_patterns_set( in nxt_conf_vldt_match_encoded_patterns_set()
2271 static nxt_int_t
2298 static nxt_int_t
2302 nxt_int_t ret; in nxt_conf_vldt_match_encoded_patterns()
2321 static nxt_int_t
2326 nxt_int_t ret; in nxt_conf_vldt_match_encoded_pattern()
2356 static nxt_int_t
2369 static nxt_int_t
2418 static nxt_int_t
2440 static nxt_int_t
2444 nxt_int_t ret; in nxt_conf_vldt_match_patterns_sets()
2463 static nxt_int_t
2477 static nxt_int_t
2492 static nxt_int_t
2512 static nxt_int_t
2539 static nxt_int_t
2544 nxt_int_t ret; in nxt_conf_vldt_object_conf_commands()
2571 static nxt_int_t
2600 static nxt_int_t
2633 static nxt_int_t
2655 static nxt_int_t
2659 nxt_int_t ret; in nxt_conf_vldt_app()
2717 static nxt_int_t
2722 nxt_int_t ret; in nxt_conf_vldt_object()
2842 static nxt_int_t
2847 nxt_int_t ret; in nxt_conf_vldt_processes()
2922 static nxt_int_t
2927 nxt_int_t ret; in nxt_conf_vldt_object_iterator()
2949 static nxt_int_t
2954 nxt_int_t ret; in nxt_conf_vldt_array_iterator()
2976 static nxt_int_t
3013 static nxt_int_t
3022 static nxt_int_t
3026 nxt_int_t ret; in nxt_conf_vldt_targets()
3046 static nxt_int_t
3066 static nxt_int_t
3093 static nxt_int_t
3101 static nxt_int_t
3111 static nxt_int_t
3114 nxt_int_t ret; in nxt_conf_vldt_clone_uidmap()
3131 static nxt_int_t
3134 nxt_int_t ret; in nxt_conf_vldt_clone_gidmap()
3153 static nxt_int_t
3174 static nxt_int_t
3193 static nxt_int_t
3211 static nxt_int_t
3233 static nxt_int_t
3254 static nxt_int_t
3258 nxt_int_t ret; in nxt_conf_vldt_upstream()
3285 static nxt_int_t
3289 nxt_int_t ret; in nxt_conf_vldt_server()
3313 static nxt_int_t
3337 static nxt_int_t
3352 static nxt_int_t
3399 static nxt_int_t
3403 nxt_int_t ret; in nxt_conf_vldt_access_log()