/unit/src/ |
H A D | nxt_service.c | 73 n = nxt_nitems(nxt_services); in nxt_services_init() 142 n = nxt_nitems(nxt_services); in nxt_service_get()
|
H A D | nxt_http_variables.c | 40 return nxt_var_register(nxt_http_vars, nxt_nitems(nxt_http_vars)); in nxt_http_register_variables()
|
H A D | nxt_http_response.c | 40 nxt_response_fields, nxt_nitems(nxt_response_fields)); in nxt_http_response_hash_init()
|
H A D | nxt_main_process.c | 322 { nxt_nitems(nxt_external_app_conf), nxt_external_app_conf }, 323 { nxt_nitems(nxt_python_app_conf), nxt_python_app_conf }, 324 { nxt_nitems(nxt_php_app_conf), nxt_php_app_conf }, 325 { nxt_nitems(nxt_perl_app_conf), nxt_perl_app_conf }, 326 { nxt_nitems(nxt_ruby_app_conf), nxt_ruby_app_conf }, 327 { nxt_nitems(nxt_java_app_conf), nxt_java_app_conf }, 466 nxt_nitems(nxt_common_app_conf), app_conf); in nxt_main_start_process_handler() 483 if (nxt_slow_path(idx >= nxt_nitems(nxt_app_maps))) { in nxt_main_start_process_handler() 499 nxt_nitems(nxt_common_app_limits_conf), in nxt_main_start_process_handler() 1354 nxt_nitems(nxt_app_lang_module_map), lang); in nxt_main_port_modules_handler() [all …]
|
H A D | nxt_clang.h | 213 #define nxt_nitems(x) \ macro
|
H A D | nxt_java.c | 64 nxt_nitems(nxt_java_mounts), 231 unit_jars_count = nxt_nitems(nxt_java_unit_jars) - 1; in nxt_java_start() 240 system_jars_count = nxt_nitems(nxt_java_system_jars) - 1; in nxt_java_start()
|
H A D | nxt_fs.c | 192 } while (end != NULL && nxt_nitems(iov) > (iovlen + 2)); in nxt_fs_mount()
|
H A D | nxt_h1proto.c | 199 nxt_h1p_fields, nxt_nitems(nxt_h1p_fields)); in nxt_h1p_init() 204 nxt_nitems(nxt_h1p_peer_fields)); in nxt_h1p_init() 1097 (NXT_HTTP_CONTINUE + nxt_nitems(nxt_http_informational) - 1) 1106 (NXT_HTTP_OK + nxt_nitems(nxt_http_success) - 1) 1120 (NXT_HTTP_MULTIPLE_CHOICES + nxt_nitems(nxt_http_redirection) - 1) 1134 (NXT_HTTP_BAD_REQUEST + nxt_nitems(nxt_http_client_error) - 1) 1173 (NXT_HTTP_TO_HTTPS + nxt_nitems(nxt_http_nginx_error) - 1) 1182 (NXT_HTTP_INTERNAL_SERVER_ERROR + nxt_nitems(nxt_http_server_error) - 1)
|
H A D | nxt_cert.c | 679 for (n = 0; n != nxt_nitems(nids); n++) { in nxt_cert_name_details() 712 for (n = 0, i = 0; n != nxt_nitems(nids) && i != count; n++) { in nxt_cert_name_details()
|
H A D | nxt_http_source.c | 387 nxt_nitems(nxt_http_source_headers)); in nxt_http_source_hash_create()
|
H A D | nxt_fastcgi_source.c | 609 nxt_nitems(nxt_fastcgi_source_headers)); in nxt_fastcgi_source_hash_create()
|
H A D | nxt_conf_validation.c | 1500 for (i = 0; i < nxt_nitems(actions); i++) { in nxt_conf_vldt_action() 2590 nxt_nitems(nxt_conf_vldt_processes_conf_map), in nxt_conf_vldt_processes() 2839 nxt_nitems(nxt_conf_vldt_clone_procmap_conf_map), in nxt_conf_vldt_clone_procmap()
|
H A D | nxt_router.c | 1531 nxt_nitems(nxt_router_conf), rtcf); in nxt_router_conf_create() 1624 nxt_nitems(nxt_router_app_conf), &apcf); in nxt_router_conf_create() 1639 nxt_nitems(nxt_router_app_limits_conf), in nxt_router_conf_create() 1652 nxt_nitems(nxt_router_app_processes_conf), in nxt_router_conf_create() 1828 nxt_nitems(nxt_router_listener_conf), in nxt_router_conf_create() 1863 nxt_nitems(nxt_router_http_conf), in nxt_router_conf_create() 1874 nxt_nitems(nxt_router_websocket_conf), in nxt_router_conf_create()
|
H A D | nxt_http_route.c | 443 nxt_nitems(nxt_http_route_match_conf), &mtcf); in nxt_http_route_match_create() 651 nxt_nitems(nxt_http_route_action_conf), &acf); in nxt_http_action_init()
|
H A D | nxt_isolation.c | 307 nxt_nitems(nxt_clone_map_entry_conf), in nxt_isolation_credential_map()
|
H A D | nxt_http_static.c | 993 for (i = 0; i < nxt_nitems(default_types); i++) { in nxt_http_static_mtypes_init()
|
/unit/src/test/ |
H A D | nxt_msec_diff_test.c | 34 for (i = 0; i < nxt_nitems(pairs); i += 2) { in nxt_msec_diff_test()
|
H A D | nxt_strverscmp_test.c | 55 for (i = 0; i < nxt_nitems(tests); i++) { in nxt_strverscmp_test()
|
H A D | nxt_http_parse_test.c | 542 nxt_nitems(nxt_http_test_fields)); in nxt_http_parse_test() 547 for (i = 0; i < nxt_nitems(nxt_http_test_cases); i++) { in nxt_http_parse_test() 591 nxt_nitems(nxt_http_test_bench_fields), in nxt_http_parse_test() 598 nxt_nitems(nxt_http_test_bench_fields), in nxt_http_parse_test() 603 colls, nxt_nitems(nxt_http_test_bench_fields), lvl_colls); in nxt_http_parse_test() 608 nxt_nitems(nxt_http_test_bench_fields)); in nxt_http_parse_test()
|
H A D | nxt_term_parse_test.c | 45 for (i = 0; i < nxt_nitems(terms); i++) { in nxt_term_parse_test()
|
H A D | nxt_sprintf_test.c | 53 for (i = 0; i < nxt_nitems(double_test); i++) { in nxt_sprintf_test()
|
H A D | nxt_base64_test.c | 72 for (i = 0; i < nxt_nitems(tests); i++) { in nxt_base64_test()
|
/unit/src/python/ |
H A D | nxt_python.c | 48 nxt_nitems(nxt_python_mounts),
|
H A D | nxt_python_asgi.c | 266 for (i = 0; i < nxt_nitems(handlers); i++) { in nxt_python_asgi_ctx_data_alloc()
|
/unit/src/ruby/ |
H A D | nxt_ruby.c | 100 nxt_nitems(nxt_ruby_mounts),
|