ngx_command_t 19 src/core/nginx.c static char *ngx_set_user(ngx_conf_t *cf, ngx_command_t *cmd, void *conf); ngx_command_t 20 src/core/nginx.c static char *ngx_set_env(ngx_conf_t *cf, ngx_command_t *cmd, void *conf); ngx_command_t 21 src/core/nginx.c static char *ngx_set_priority(ngx_conf_t *cf, ngx_command_t *cmd, void *conf); ngx_command_t 22 src/core/nginx.c static char *ngx_set_cpu_affinity(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 24 src/core/nginx.c static char *ngx_set_worker_processes(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 35 src/core/nginx.c static ngx_command_t ngx_core_commands[] = { ngx_command_t 1086 src/core/nginx.c ngx_set_user(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 1149 src/core/nginx.c ngx_set_env(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 1179 src/core/nginx.c ngx_set_priority(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 1219 src/core/nginx.c ngx_set_cpu_affinity(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 1311 src/core/nginx.c ngx_set_worker_processes(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 18 src/core/ngx_conf_file.c static ngx_command_t ngx_conf_commands[] = { ngx_command_t 290 src/core/ngx_conf_file.c ngx_command_t *cmd; ngx_command_t 738 src/core/ngx_conf_file.c ngx_conf_include(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 943 src/core/ngx_conf_file.c ngx_conf_set_flag_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 983 src/core/ngx_conf_file.c ngx_conf_set_str_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 1010 src/core/ngx_conf_file.c ngx_conf_set_str_array_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 1046 src/core/ngx_conf_file.c ngx_conf_set_keyval_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 1084 src/core/ngx_conf_file.c ngx_conf_set_num_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 1115 src/core/ngx_conf_file.c ngx_conf_set_size_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 1146 src/core/ngx_conf_file.c ngx_conf_set_off_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 1177 src/core/ngx_conf_file.c ngx_conf_set_msec_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 1208 src/core/ngx_conf_file.c ngx_conf_set_sec_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 1239 src/core/ngx_conf_file.c ngx_conf_set_bufs_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 1269 src/core/ngx_conf_file.c ngx_conf_set_enum_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 1306 src/core/ngx_conf_file.c ngx_conf_set_bitmask_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 1354 src/core/ngx_conf_file.c ngx_conf_unsupported(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 81 src/core/ngx_conf_file.h char *(*set)(ngx_conf_t *cf, ngx_command_t *cmd, void *conf); ngx_command_t 114 src/core/ngx_conf_file.h ngx_command_t *commands; ngx_command_t 154 src/core/ngx_conf_file.h ngx_command_t *dummy, void *conf); ngx_command_t 311 src/core/ngx_conf_file.h char *ngx_conf_include(ngx_conf_t *cf, ngx_command_t *cmd, void *conf); ngx_command_t 321 src/core/ngx_conf_file.h char *ngx_conf_set_flag_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf); ngx_command_t 322 src/core/ngx_conf_file.h char *ngx_conf_set_str_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf); ngx_command_t 323 src/core/ngx_conf_file.h char *ngx_conf_set_str_array_slot(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 325 src/core/ngx_conf_file.h char *ngx_conf_set_keyval_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf); ngx_command_t 326 src/core/ngx_conf_file.h char *ngx_conf_set_num_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf); ngx_command_t 327 src/core/ngx_conf_file.h char *ngx_conf_set_size_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf); ngx_command_t 328 src/core/ngx_conf_file.h char *ngx_conf_set_off_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf); ngx_command_t 329 src/core/ngx_conf_file.h char *ngx_conf_set_msec_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf); ngx_command_t 330 src/core/ngx_conf_file.h char *ngx_conf_set_sec_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf); ngx_command_t 331 src/core/ngx_conf_file.h char *ngx_conf_set_bufs_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf); ngx_command_t 332 src/core/ngx_conf_file.h char *ngx_conf_set_enum_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf); ngx_command_t 333 src/core/ngx_conf_file.h char *ngx_conf_set_bitmask_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf); ngx_command_t 22 src/core/ngx_core.h typedef struct ngx_command_s ngx_command_t; ngx_command_t 330 src/core/ngx_file.c ngx_conf_set_path_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 430 src/core/ngx_file.c ngx_conf_set_access_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 150 src/core/ngx_file.h char *ngx_conf_set_path_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf); ngx_command_t 153 src/core/ngx_file.h char *ngx_conf_set_access_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf); ngx_command_t 12 src/core/ngx_log.c static char *ngx_error_log(ngx_conf_t *cf, ngx_command_t *cmd, void *conf); ngx_command_t 34 src/core/ngx_log.c static ngx_command_t ngx_errlog_commands[] = { ngx_command_t 545 src/core/ngx_log.c ngx_error_log(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 32 src/core/ngx_regex.c static ngx_command_t ngx_regex_commands[] = { ngx_command_t 54 src/core/ngx_thread_pool.c static char *ngx_thread_pool(ngx_conf_t *cf, ngx_command_t *cmd, void *conf); ngx_command_t 63 src/core/ngx_thread_pool.c static ngx_command_t ngx_thread_pool_commands[] = { ngx_command_t 445 src/core/ngx_thread_pool.c ngx_thread_pool(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 59 src/event/modules/ngx_devpoll_module.c static ngx_command_t ngx_devpoll_commands[] = { ngx_command_t 151 src/event/modules/ngx_epoll_module.c static ngx_command_t ngx_epoll_commands[] = { ngx_command_t 159 src/event/modules/ngx_eventport_module.c static ngx_command_t ngx_eventport_commands[] = { ngx_command_t 56 src/event/modules/ngx_kqueue_module.c static ngx_command_t ngx_kqueue_commands[] = { ngx_command_t 26 src/event/ngx_event.c static char *ngx_events_block(ngx_conf_t *cf, ngx_command_t *cmd, void *conf); ngx_command_t 28 src/event/ngx_event.c static char *ngx_event_connections(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 30 src/event/ngx_event.c static char *ngx_event_use(ngx_conf_t *cf, ngx_command_t *cmd, void *conf); ngx_command_t 31 src/event/ngx_event.c static char *ngx_event_debug_connection(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 81 src/event/ngx_event.c static ngx_command_t ngx_events_commands[] = { ngx_command_t 120 src/event/ngx_event.c static ngx_command_t ngx_event_core_commands[] = { ngx_command_t 871 src/event/ngx_event.c ngx_events_block(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 953 src/event/ngx_event.c ngx_event_connections(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 979 src/event/ngx_event.c ngx_event_use(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 1042 src/event/ngx_event.c ngx_event_debug_connection(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 60 src/event/ngx_event_openssl.c static char *ngx_openssl_engine(ngx_conf_t *cf, ngx_command_t *cmd, void *conf); ngx_command_t 64 src/event/ngx_event_openssl.c static ngx_command_t ngx_openssl_commands[] = { ngx_command_t 3481 src/event/ngx_event_openssl.c ngx_openssl_engine(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 60 src/http/modules/ngx_http_access_module.c static char *ngx_http_access_rule(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 68 src/http/modules/ngx_http_access_module.c static ngx_command_t ngx_http_access_commands[] = { ngx_command_t 296 src/http/modules/ngx_http_access_module.c ngx_http_access_rule(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 33 src/http/modules/ngx_http_addition_filter_module.c static ngx_command_t ngx_http_addition_commands[] = { ngx_command_t 38 src/http/modules/ngx_http_auth_basic_module.c static char *ngx_http_auth_basic_user_file(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 42 src/http/modules/ngx_http_auth_basic_module.c static ngx_command_t ngx_http_auth_basic_commands[] = { ngx_command_t 441 src/http/modules/ngx_http_auth_basic_module.c ngx_http_auth_basic_user_file(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 44 src/http/modules/ngx_http_auth_request_module.c static char *ngx_http_auth_request(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 46 src/http/modules/ngx_http_auth_request_module.c static char *ngx_http_auth_request_set(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 50 src/http/modules/ngx_http_auth_request_module.c static ngx_command_t ngx_http_auth_request_commands[] = { ngx_command_t 357 src/http/modules/ngx_http_auth_request_module.c ngx_http_auth_request(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 383 src/http/modules/ngx_http_auth_request_module.c ngx_http_auth_request_set(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 87 src/http/modules/ngx_http_autoindex_module.c static ngx_command_t ngx_http_autoindex_commands[] = { ngx_command_t 72 src/http/modules/ngx_http_browser_module.c static char *ngx_http_modern_browser(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 74 src/http/modules/ngx_http_browser_module.c static char *ngx_http_ancient_browser(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 76 src/http/modules/ngx_http_browser_module.c static char *ngx_http_modern_browser_value(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 78 src/http/modules/ngx_http_browser_module.c static char *ngx_http_ancient_browser_value(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 82 src/http/modules/ngx_http_browser_module.c static ngx_command_t ngx_http_browser_commands[] = { ngx_command_t 541 src/http/modules/ngx_http_browser_module.c ngx_http_modern_browser(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 633 src/http/modules/ngx_http_browser_module.c ngx_http_ancient_browser(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 669 src/http/modules/ngx_http_browser_module.c ngx_http_modern_browser_value(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 694 src/http/modules/ngx_http_browser_module.c ngx_http_ancient_browser_value(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 110 src/http/modules/ngx_http_charset_filter_module.c static char *ngx_http_charset_map_block(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 112 src/http/modules/ngx_http_charset_filter_module.c static char *ngx_http_charset_map(ngx_conf_t *cf, ngx_command_t *dummy, ngx_command_t 115 src/http/modules/ngx_http_charset_filter_module.c static char *ngx_http_set_charset_slot(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 137 src/http/modules/ngx_http_charset_filter_module.c static ngx_command_t ngx_http_charset_filter_commands[] = { ngx_command_t 1171 src/http/modules/ngx_http_charset_filter_module.c ngx_http_charset_map_block(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 1307 src/http/modules/ngx_http_charset_filter_module.c ngx_http_charset_map(ngx_conf_t *cf, ngx_command_t *dummy, void *conf) ngx_command_t 1397 src/http/modules/ngx_http_charset_filter_module.c ngx_http_set_charset_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 77 src/http/modules/ngx_http_dav_module.c static ngx_command_t ngx_http_dav_commands[] = { ngx_command_t 34 src/http/modules/ngx_http_degradation_module.c static char *ngx_http_degradation(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 39 src/http/modules/ngx_http_degradation_module.c static ngx_command_t ngx_http_degradation_commands[] = { ngx_command_t 197 src/http/modules/ngx_http_degradation_module.c ngx_http_degradation(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 12 src/http/modules/ngx_http_empty_gif_module.c static char *ngx_http_empty_gif(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 15 src/http/modules/ngx_http_empty_gif_module.c static ngx_command_t ngx_http_empty_gif_commands[] = { ngx_command_t 132 src/http/modules/ngx_http_empty_gif_module.c ngx_http_empty_gif(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 184 src/http/modules/ngx_http_fastcgi_module.c static char *ngx_http_fastcgi_pass(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 187 src/http/modules/ngx_http_fastcgi_module.c ngx_command_t *cmd, void *conf); ngx_command_t 188 src/http/modules/ngx_http_fastcgi_module.c static char *ngx_http_fastcgi_store(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 191 src/http/modules/ngx_http_fastcgi_module.c static char *ngx_http_fastcgi_cache(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 193 src/http/modules/ngx_http_fastcgi_module.c static char *ngx_http_fastcgi_cache_key(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 222 src/http/modules/ngx_http_fastcgi_module.c static ngx_command_t ngx_http_fastcgi_commands[] = { ngx_command_t 3470 src/http/modules/ngx_http_fastcgi_module.c ngx_http_fastcgi_pass(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 3532 src/http/modules/ngx_http_fastcgi_module.c ngx_http_fastcgi_split_path_info(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 3578 src/http/modules/ngx_http_fastcgi_module.c ngx_http_fastcgi_store(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 3632 src/http/modules/ngx_http_fastcgi_module.c ngx_http_fastcgi_cache(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 3691 src/http/modules/ngx_http_fastcgi_module.c ngx_http_fastcgi_cache_key(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 12 src/http/modules/ngx_http_flv_module.c static char *ngx_http_flv(ngx_conf_t *cf, ngx_command_t *cmd, void *conf); ngx_command_t 14 src/http/modules/ngx_http_flv_module.c static ngx_command_t ngx_http_flv_commands[] = { ngx_command_t 258 src/http/modules/ngx_http_flv_module.c ngx_http_flv(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 86 src/http/modules/ngx_http_geo_module.c static char *ngx_http_geo_block(ngx_conf_t *cf, ngx_command_t *cmd, void *conf); ngx_command_t 87 src/http/modules/ngx_http_geo_module.c static char *ngx_http_geo(ngx_conf_t *cf, ngx_command_t *dummy, void *conf); ngx_command_t 113 src/http/modules/ngx_http_geo_module.c static ngx_command_t ngx_http_geo_commands[] = { ngx_command_t 372 src/http/modules/ngx_http_geo_module.c ngx_http_geo_block(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 560 src/http/modules/ngx_http_geo_module.c ngx_http_geo(ngx_conf_t *cf, ngx_command_t *dummy, void *conf) ngx_command_t 84 src/http/modules/ngx_http_geoip_module.c static char *ngx_http_geoip_country(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 86 src/http/modules/ngx_http_geoip_module.c static char *ngx_http_geoip_org(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 88 src/http/modules/ngx_http_geoip_module.c static char *ngx_http_geoip_city(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 90 src/http/modules/ngx_http_geoip_module.c static char *ngx_http_geoip_proxy(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 97 src/http/modules/ngx_http_geoip_module.c static ngx_command_t ngx_http_geoip_commands[] = { ngx_command_t 677 src/http/modules/ngx_http_geoip_module.c ngx_http_geoip_country(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 732 src/http/modules/ngx_http_geoip_module.c ngx_http_geoip_org(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 793 src/http/modules/ngx_http_geoip_module.c ngx_http_geoip_city(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 850 src/http/modules/ngx_http_geoip_module.c ngx_http_geoip_proxy(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 65 src/http/modules/ngx_http_gunzip_filter_module.c static ngx_command_t ngx_http_gunzip_filter_commands[] = { ngx_command_t 130 src/http/modules/ngx_http_gzip_filter_module.c static ngx_command_t ngx_http_gzip_filter_commands[] = { ngx_command_t 38 src/http/modules/ngx_http_gzip_static_module.c static ngx_command_t ngx_http_gzip_static_commands[] = { ngx_command_t 71 src/http/modules/ngx_http_headers_filter_module.c static char *ngx_http_headers_expires(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 73 src/http/modules/ngx_http_headers_filter_module.c static char *ngx_http_headers_add(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 93 src/http/modules/ngx_http_headers_filter_module.c static ngx_command_t ngx_http_headers_filter_commands[] = { ngx_command_t 603 src/http/modules/ngx_http_headers_filter_module.c ngx_http_headers_expires(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 671 src/http/modules/ngx_http_headers_filter_module.c ngx_http_headers_add(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 108 src/http/modules/ngx_http_image_filter_module.c static char *ngx_http_image_filter(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 111 src/http/modules/ngx_http_image_filter_module.c ngx_command_t *cmd, void *conf); ngx_command_t 112 src/http/modules/ngx_http_image_filter_module.c static char *ngx_http_image_filter_sharpen(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 117 src/http/modules/ngx_http_image_filter_module.c static ngx_command_t ngx_http_image_filter_commands[] = { ngx_command_t 1265 src/http/modules/ngx_http_image_filter_module.c ngx_http_image_filter(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 1418 src/http/modules/ngx_http_image_filter_module.c ngx_http_image_filter_jpeg_quality(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 1465 src/http/modules/ngx_http_image_filter_module.c ngx_http_image_filter_sharpen(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 38 src/http/modules/ngx_http_index_module.c static char *ngx_http_index_set_index(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 42 src/http/modules/ngx_http_index_module.c static ngx_command_t ngx_http_index_commands[] = { ngx_command_t 464 src/http/modules/ngx_http_index_module.c ngx_http_index_set_index(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 54 src/http/modules/ngx_http_limit_conn_module.c static char *ngx_http_limit_conn_zone(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 56 src/http/modules/ngx_http_limit_conn_module.c static char *ngx_http_limit_conn(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 75 src/http/modules/ngx_http_limit_conn_module.c static ngx_command_t ngx_http_limit_conn_commands[] = { ngx_command_t 493 src/http/modules/ngx_http_limit_conn_module.c ngx_http_limit_conn_zone(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 594 src/http/modules/ngx_http_limit_conn_module.c ngx_http_limit_conn(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 70 src/http/modules/ngx_http_limit_req_module.c static char *ngx_http_limit_req_zone(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 72 src/http/modules/ngx_http_limit_req_module.c static char *ngx_http_limit_req(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 91 src/http/modules/ngx_http_limit_req_module.c static ngx_command_t ngx_http_limit_req_commands[] = { ngx_command_t 730 src/http/modules/ngx_http_limit_req_module.c ngx_http_limit_req_zone(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 861 src/http/modules/ngx_http_limit_req_module.c ngx_http_limit_req(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 141 src/http/modules/ngx_http_log_module.c static char *ngx_http_log_set_log(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 143 src/http/modules/ngx_http_log_module.c static char *ngx_http_log_set_format(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 147 src/http/modules/ngx_http_log_module.c static char *ngx_http_log_open_file_cache(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 152 src/http/modules/ngx_http_log_module.c static ngx_command_t ngx_http_log_commands[] = { ngx_command_t 1144 src/http/modules/ngx_http_log_module.c ngx_http_log_set_log(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 1443 src/http/modules/ngx_http_log_module.c ngx_http_log_set_format(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 1645 src/http/modules/ngx_http_log_module.c ngx_http_log_open_file_cache(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 45 src/http/modules/ngx_http_map_module.c static char *ngx_http_map_block(ngx_conf_t *cf, ngx_command_t *cmd, void *conf); ngx_command_t 46 src/http/modules/ngx_http_map_module.c static char *ngx_http_map(ngx_conf_t *cf, ngx_command_t *dummy, void *conf); ngx_command_t 49 src/http/modules/ngx_http_map_module.c static ngx_command_t ngx_http_map_commands[] = { ngx_command_t 168 src/http/modules/ngx_http_map_module.c ngx_http_map_block(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 376 src/http/modules/ngx_http_map_module.c ngx_http_map(ngx_conf_t *cf, ngx_command_t *dummy, void *conf) ngx_command_t 40 src/http/modules/ngx_http_memcached_module.c static char *ngx_http_memcached_pass(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 54 src/http/modules/ngx_http_memcached_module.c static ngx_command_t ngx_http_memcached_commands[] = { ngx_command_t 684 src/http/modules/ngx_http_memcached_module.c ngx_http_memcached_pass(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 307 src/http/modules/ngx_http_mp4_module.c static char *ngx_http_mp4(ngx_conf_t *cf, ngx_command_t *cmd, void *conf); ngx_command_t 312 src/http/modules/ngx_http_mp4_module.c static ngx_command_t ngx_http_mp4_commands[] = { ngx_command_t 3461 src/http/modules/ngx_http_mp4_module.c ngx_http_mp4(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 175 src/http/modules/ngx_http_proxy_module.c static char *ngx_http_proxy_pass(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 177 src/http/modules/ngx_http_proxy_module.c static char *ngx_http_proxy_redirect(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 179 src/http/modules/ngx_http_proxy_module.c static char *ngx_http_proxy_cookie_domain(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 181 src/http/modules/ngx_http_proxy_module.c static char *ngx_http_proxy_cookie_path(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 183 src/http/modules/ngx_http_proxy_module.c static char *ngx_http_proxy_store(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 186 src/http/modules/ngx_http_proxy_module.c static char *ngx_http_proxy_cache(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 188 src/http/modules/ngx_http_proxy_module.c static char *ngx_http_proxy_cache_key(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 193 src/http/modules/ngx_http_proxy_module.c ngx_command_t *cmd, void *conf); ngx_command_t 252 src/http/modules/ngx_http_proxy_module.c static ngx_command_t ngx_http_proxy_commands[] = { ngx_command_t 3598 src/http/modules/ngx_http_proxy_module.c ngx_http_proxy_pass(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 3720 src/http/modules/ngx_http_proxy_module.c ngx_http_proxy_redirect(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 3866 src/http/modules/ngx_http_proxy_module.c ngx_http_proxy_cookie_domain(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 3953 src/http/modules/ngx_http_proxy_module.c ngx_http_proxy_cookie_path(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 4077 src/http/modules/ngx_http_proxy_module.c ngx_http_proxy_store(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 4131 src/http/modules/ngx_http_proxy_module.c ngx_http_proxy_cache(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 4190 src/http/modules/ngx_http_proxy_module.c ngx_http_proxy_cache_key(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 4222 src/http/modules/ngx_http_proxy_module.c ngx_http_proxy_ssl_password_file(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 29 src/http/modules/ngx_http_random_index_module.c static ngx_command_t ngx_http_random_index_commands[] = { ngx_command_t 40 src/http/modules/ngx_http_realip_module.c static char *ngx_http_realip_from(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 42 src/http/modules/ngx_http_realip_module.c static char *ngx_http_realip(ngx_conf_t *cf, ngx_command_t *cmd, void *conf); ngx_command_t 49 src/http/modules/ngx_http_realip_module.c static ngx_command_t ngx_http_realip_commands[] = { ngx_command_t 291 src/http/modules/ngx_http_realip_module.c ngx_http_realip_from(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 341 src/http/modules/ngx_http_realip_module.c ngx_http_realip(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 38 src/http/modules/ngx_http_referer_module.c static char *ngx_http_valid_referers(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 52 src/http/modules/ngx_http_referer_module.c static ngx_command_t ngx_http_referer_commands[] = { ngx_command_t 451 src/http/modules/ngx_http_referer_module.c ngx_http_valid_referers(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 27 src/http/modules/ngx_http_rewrite_module.c static char *ngx_http_rewrite(ngx_conf_t *cf, ngx_command_t *cmd, void *conf); ngx_command_t 28 src/http/modules/ngx_http_rewrite_module.c static char *ngx_http_rewrite_return(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 30 src/http/modules/ngx_http_rewrite_module.c static char *ngx_http_rewrite_break(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 32 src/http/modules/ngx_http_rewrite_module.c static char *ngx_http_rewrite_if(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 38 src/http/modules/ngx_http_rewrite_module.c static char *ngx_http_rewrite_set(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 44 src/http/modules/ngx_http_rewrite_module.c static ngx_command_t ngx_http_rewrite_commands[] = { ngx_command_t 306 src/http/modules/ngx_http_rewrite_module.c ngx_http_rewrite(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 445 src/http/modules/ngx_http_rewrite_module.c ngx_http_rewrite_return(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 516 src/http/modules/ngx_http_rewrite_module.c ngx_http_rewrite_break(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 534 src/http/modules/ngx_http_rewrite_module.c ngx_http_rewrite_if(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 899 src/http/modules/ngx_http_rewrite_module.c ngx_http_rewrite_set(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 63 src/http/modules/ngx_http_scgi_module.c static char *ngx_http_scgi_pass(ngx_conf_t *cf, ngx_command_t *cmd, void *conf); ngx_command_t 64 src/http/modules/ngx_http_scgi_module.c static char *ngx_http_scgi_store(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 69 src/http/modules/ngx_http_scgi_module.c static char *ngx_http_scgi_cache(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 71 src/http/modules/ngx_http_scgi_module.c static char *ngx_http_scgi_cache_key(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 93 src/http/modules/ngx_http_scgi_module.c static ngx_command_t ngx_http_scgi_commands[] = { ngx_command_t 1767 src/http/modules/ngx_http_scgi_module.c ngx_http_scgi_pass(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 1828 src/http/modules/ngx_http_scgi_module.c ngx_http_scgi_store(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 1882 src/http/modules/ngx_http_scgi_module.c ngx_http_scgi_cache(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 1941 src/http/modules/ngx_http_scgi_module.c ngx_http_scgi_cache_key(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 37 src/http/modules/ngx_http_secure_link_module.c static ngx_command_t ngx_http_secure_link_commands[] = { ngx_command_t 25 src/http/modules/ngx_http_split_clients_module.c static char *ngx_conf_split_clients_block(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 27 src/http/modules/ngx_http_split_clients_module.c static char *ngx_http_split_clients(ngx_conf_t *cf, ngx_command_t *dummy, ngx_command_t 30 src/http/modules/ngx_http_split_clients_module.c static ngx_command_t ngx_http_split_clients_commands[] = { ngx_command_t 111 src/http/modules/ngx_http_split_clients_module.c ngx_conf_split_clients_block(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 202 src/http/modules/ngx_http_split_clients_module.c ngx_http_split_clients(ngx_conf_t *cf, ngx_command_t *dummy, void *conf) ngx_command_t 121 src/http/modules/ngx_http_ssi_filter_module.c static ngx_command_t ngx_http_ssi_filter_commands[] = { ngx_command_t 44 src/http/modules/ngx_http_ssl_module.c static char *ngx_http_ssl_enable(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 46 src/http/modules/ngx_http_ssl_module.c static char *ngx_http_ssl_password_file(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 48 src/http/modules/ngx_http_ssl_module.c static char *ngx_http_ssl_session_cache(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 73 src/http/modules/ngx_http_ssl_module.c static ngx_command_t ngx_http_ssl_commands[] = { ngx_command_t 779 src/http/modules/ngx_http_ssl_module.c ngx_http_ssl_enable(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 799 src/http/modules/ngx_http_ssl_module.c ngx_http_ssl_password_file(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 822 src/http/modules/ngx_http_ssl_module.c ngx_http_ssl_session_cache(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 17 src/http/modules/ngx_http_stub_status_module.c static char *ngx_http_set_stub_status(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 21 src/http/modules/ngx_http_stub_status_module.c static ngx_command_t ngx_http_status_commands[] = { ngx_command_t 228 src/http/modules/ngx_http_stub_status_module.c ngx_http_set_stub_status(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 62 src/http/modules/ngx_http_sub_filter_module.c static char * ngx_http_sub_filter(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 70 src/http/modules/ngx_http_sub_filter_module.c static ngx_command_t ngx_http_sub_filter_commands[] = { ngx_command_t 672 src/http/modules/ngx_http_sub_filter_module.c ngx_http_sub_filter(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 62 src/http/modules/ngx_http_upstream_hash_module.c static char *ngx_http_upstream_hash(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 66 src/http/modules/ngx_http_upstream_hash_module.c static ngx_command_t ngx_http_upstream_hash_commands[] = { ngx_command_t 621 src/http/modules/ngx_http_upstream_hash_module.c ngx_http_upstream_hash(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 32 src/http/modules/ngx_http_upstream_ip_hash_module.c static char *ngx_http_upstream_ip_hash(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 36 src/http/modules/ngx_http_upstream_ip_hash_module.c static ngx_command_t ngx_http_upstream_ip_hash_commands[] = { ngx_command_t 247 src/http/modules/ngx_http_upstream_ip_hash_module.c ngx_http_upstream_ip_hash(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 75 src/http/modules/ngx_http_upstream_keepalive_module.c static char *ngx_http_upstream_keepalive(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 79 src/http/modules/ngx_http_upstream_keepalive_module.c static ngx_command_t ngx_http_upstream_keepalive_commands[] = { ngx_command_t 482 src/http/modules/ngx_http_upstream_keepalive_module.c ngx_http_upstream_keepalive(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 17 src/http/modules/ngx_http_upstream_least_conn_module.c static char *ngx_http_upstream_least_conn(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 21 src/http/modules/ngx_http_upstream_least_conn_module.c static ngx_command_t ngx_http_upstream_least_conn_commands[] = { ngx_command_t 291 src/http/modules/ngx_http_upstream_least_conn_module.c ngx_http_upstream_least_conn(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 13 src/http/modules/ngx_http_upstream_zone_module.c static char *ngx_http_upstream_zone(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 21 src/http/modules/ngx_http_upstream_zone_module.c static ngx_command_t ngx_http_upstream_zone_commands[] = { ngx_command_t 66 src/http/modules/ngx_http_upstream_zone_module.c ngx_http_upstream_zone(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 62 src/http/modules/ngx_http_userid_filter_module.c static char *ngx_http_userid_expires(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 65 src/http/modules/ngx_http_userid_filter_module.c static char *ngx_http_userid_mark(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 97 src/http/modules/ngx_http_userid_filter_module.c static ngx_command_t ngx_http_userid_commands[] = { ngx_command_t 754 src/http/modules/ngx_http_userid_filter_module.c ngx_http_userid_expires(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 799 src/http/modules/ngx_http_userid_filter_module.c ngx_http_userid_mark(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 82 src/http/modules/ngx_http_uwsgi_module.c static char *ngx_http_uwsgi_pass(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 84 src/http/modules/ngx_http_uwsgi_module.c static char *ngx_http_uwsgi_store(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 89 src/http/modules/ngx_http_uwsgi_module.c static char *ngx_http_uwsgi_cache(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 91 src/http/modules/ngx_http_uwsgi_module.c static char *ngx_http_uwsgi_cache_key(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 97 src/http/modules/ngx_http_uwsgi_module.c ngx_command_t *cmd, void *conf); ngx_command_t 139 src/http/modules/ngx_http_uwsgi_module.c static ngx_command_t ngx_http_uwsgi_commands[] = { ngx_command_t 2029 src/http/modules/ngx_http_uwsgi_module.c ngx_http_uwsgi_pass(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 2114 src/http/modules/ngx_http_uwsgi_module.c ngx_http_uwsgi_store(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 2170 src/http/modules/ngx_http_uwsgi_module.c ngx_http_uwsgi_cache(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 2229 src/http/modules/ngx_http_uwsgi_module.c ngx_http_uwsgi_cache_key(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 2261 src/http/modules/ngx_http_uwsgi_module.c ngx_http_uwsgi_ssl_password_file(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 95 src/http/modules/ngx_http_xslt_filter_module.c static char *ngx_http_xslt_entities(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 97 src/http/modules/ngx_http_xslt_filter_module.c static char *ngx_http_xslt_stylesheet(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 99 src/http/modules/ngx_http_xslt_filter_module.c static char *ngx_http_xslt_param(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 118 src/http/modules/ngx_http_xslt_filter_module.c static ngx_command_t ngx_http_xslt_filter_commands[] = { ngx_command_t 811 src/http/modules/ngx_http_xslt_filter_module.c ngx_http_xslt_entities(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 866 src/http/modules/ngx_http_xslt_filter_module.c ngx_http_xslt_stylesheet(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 975 src/http/modules/ngx_http_xslt_filter_module.c ngx_http_xslt_param(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 55 src/http/modules/perl/ngx_http_perl_module.c static char *ngx_http_perl(ngx_conf_t *cf, ngx_command_t *cmd, void *conf); ngx_command_t 56 src/http/modules/perl/ngx_http_perl_module.c static char *ngx_http_perl_set(ngx_conf_t *cf, ngx_command_t *cmd, void *conf); ngx_command_t 66 src/http/modules/perl/ngx_http_perl_module.c static ngx_command_t ngx_http_perl_commands[] = { ngx_command_t 909 src/http/modules/perl/ngx_http_perl_module.c ngx_http_perl(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 962 src/http/modules/perl/ngx_http_perl_module.c ngx_http_perl_set(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 13 src/http/ngx_http.c static char *ngx_http_block(ngx_conf_t *cf, ngx_command_t *cmd, void *conf); ngx_command_t 83 src/http/ngx_http.c static ngx_command_t ngx_http_commands[] = { ngx_command_t 120 src/http/ngx_http.c ngx_http_block(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 1960 src/http/ngx_http.c ngx_http_types_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 162 src/http/ngx_http.h char *ngx_http_types_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf); ngx_command_t 177 src/http/ngx_http_cache.h char *ngx_http_file_cache_set_slot(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 179 src/http/ngx_http_cache.h char *ngx_http_file_cache_valid_set_slot(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 39 src/http/ngx_http_copy_filter_module.c static ngx_command_t ngx_http_copy_filter_commands[] = { ngx_command_t 39 src/http/ngx_http_core_module.c static char *ngx_http_core_server(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 41 src/http/ngx_http_core_module.c static char *ngx_http_core_location(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 46 src/http/ngx_http_core_module.c static char *ngx_http_core_types(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 48 src/http/ngx_http_core_module.c static char *ngx_http_core_type(ngx_conf_t *cf, ngx_command_t *dummy, ngx_command_t 51 src/http/ngx_http_core_module.c static char *ngx_http_core_listen(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 53 src/http/ngx_http_core_module.c static char *ngx_http_core_server_name(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 55 src/http/ngx_http_core_module.c static char *ngx_http_core_root(ngx_conf_t *cf, ngx_command_t *cmd, void *conf); ngx_command_t 56 src/http/ngx_http_core_module.c static char *ngx_http_core_limit_except(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 58 src/http/ngx_http_core_module.c static char *ngx_http_core_set_aio(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 60 src/http/ngx_http_core_module.c static char *ngx_http_core_directio(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 62 src/http/ngx_http_core_module.c static char *ngx_http_core_error_page(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 64 src/http/ngx_http_core_module.c static char *ngx_http_core_try_files(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 66 src/http/ngx_http_core_module.c static char *ngx_http_core_open_file_cache(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 68 src/http/ngx_http_core_module.c static char *ngx_http_core_error_log(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 70 src/http/ngx_http_core_module.c static char *ngx_http_core_keepalive(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 72 src/http/ngx_http_core_module.c static char *ngx_http_core_internal(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 74 src/http/ngx_http_core_module.c static char *ngx_http_core_resolver(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 79 src/http/ngx_http_core_module.c static char *ngx_http_gzip_disable(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 86 src/http/ngx_http_core_module.c static char *ngx_http_disable_symlinks(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 174 src/http/ngx_http_core_module.c static ngx_command_t ngx_http_core_commands[] = { ngx_command_t 2931 src/http/ngx_http_core_module.c ngx_http_core_server(ngx_conf_t *cf, ngx_command_t *cmd, void *dummy) ngx_command_t 3058 src/http/ngx_http_core_module.c ngx_http_core_location(ngx_conf_t *cf, ngx_command_t *cmd, void *dummy) ngx_command_t 3292 src/http/ngx_http_core_module.c ngx_http_core_types(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 3319 src/http/ngx_http_core_module.c ngx_http_core_type(ngx_conf_t *cf, ngx_command_t *dummy, void *conf) ngx_command_t 3957 src/http/ngx_http_core_module.c ngx_http_core_listen(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 4316 src/http/ngx_http_core_module.c ngx_http_core_server_name(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 4417 src/http/ngx_http_core_module.c ngx_http_core_root(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 4538 src/http/ngx_http_core_module.c ngx_http_core_limit_except(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 4638 src/http/ngx_http_core_module.c ngx_http_core_set_aio(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 4748 src/http/ngx_http_core_module.c ngx_http_core_directio(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 4775 src/http/ngx_http_core_module.c ngx_http_core_error_page(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 4895 src/http/ngx_http_core_module.c ngx_http_core_try_files(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 4978 src/http/ngx_http_core_module.c ngx_http_core_open_file_cache(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 5056 src/http/ngx_http_core_module.c ngx_http_core_error_log(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 5065 src/http/ngx_http_core_module.c ngx_http_core_keepalive(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 5098 src/http/ngx_http_core_module.c ngx_http_core_internal(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 5113 src/http/ngx_http_core_module.c ngx_http_core_resolver(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 5137 src/http/ngx_http_core_module.c ngx_http_gzip_disable(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 5239 src/http/ngx_http_core_module.c ngx_http_disable_symlinks(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 2152 src/http/ngx_http_file_cache.c ngx_http_file_cache_set_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 2444 src/http/ngx_http_file_cache.c ngx_http_file_cache_valid_set_slot(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 212 src/http/ngx_http_script.c ngx_http_set_complex_value_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 275 src/http/ngx_http_script.c ngx_http_set_predicate_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 211 src/http/ngx_http_script.h char *ngx_http_set_complex_value_slot(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 217 src/http/ngx_http_script.h char *ngx_http_set_predicate_slot(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 54 src/http/ngx_http_spdy_module.c static ngx_command_t ngx_http_spdy_commands[] = { ngx_command_t 157 src/http/ngx_http_upstream.c static char *ngx_http_upstream(ngx_conf_t *cf, ngx_command_t *cmd, void *dummy); ngx_command_t 158 src/http/ngx_http_upstream.c static char *ngx_http_upstream_server(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 305 src/http/ngx_http_upstream.c static ngx_command_t ngx_http_upstream_commands[] = { ngx_command_t 5255 src/http/ngx_http_upstream.c ngx_http_upstream(ngx_conf_t *cf, ngx_command_t *cmd, void *dummy) ngx_command_t 5370 src/http/ngx_http_upstream.c ngx_http_upstream_server(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 5627 src/http/ngx_http_upstream.c ngx_http_upstream_bind_set_slot(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 5750 src/http/ngx_http_upstream.c ngx_http_upstream_param_set_slot(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 398 src/http/ngx_http_upstream.h char *ngx_http_upstream_bind_set_slot(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 400 src/http/ngx_http_upstream.h char *ngx_http_upstream_param_set_slot(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 14 src/mail/ngx_mail.c static char *ngx_mail_block(ngx_conf_t *cf, ngx_command_t *cmd, void *conf); ngx_command_t 30 src/mail/ngx_mail.c static ngx_command_t ngx_mail_commands[] = { ngx_command_t 67 src/mail/ngx_mail.c ngx_mail_block(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 409 src/mail/ngx_mail.h char *ngx_mail_capabilities(ngx_conf_t *cf, ngx_command_t *cmd, void *conf); ngx_command_t 82 src/mail/ngx_mail_auth_http_module.c static char *ngx_mail_auth_http(ngx_conf_t *cf, ngx_command_t *cmd, void *conf); ngx_command_t 83 src/mail/ngx_mail_auth_http_module.c static char *ngx_mail_auth_http_header(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 87 src/mail/ngx_mail_auth_http_module.c static ngx_command_t ngx_mail_auth_http_commands[] = { ngx_command_t 1516 src/mail/ngx_mail_auth_http_module.c ngx_mail_auth_http(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 1565 src/mail/ngx_mail_auth_http_module.c ngx_mail_auth_http_header(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 18 src/mail/ngx_mail_core_module.c static char *ngx_mail_core_server(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 20 src/mail/ngx_mail_core_module.c static char *ngx_mail_core_listen(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 22 src/mail/ngx_mail_core_module.c static char *ngx_mail_core_protocol(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 24 src/mail/ngx_mail_core_module.c static char *ngx_mail_core_error_log(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 26 src/mail/ngx_mail_core_module.c static char *ngx_mail_core_resolver(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 30 src/mail/ngx_mail_core_module.c static ngx_command_t ngx_mail_core_commands[] = { ngx_command_t 214 src/mail/ngx_mail_core_module.c ngx_mail_core_server(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 287 src/mail/ngx_mail_core_module.c ngx_mail_core_listen(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 573 src/mail/ngx_mail_core_module.c ngx_mail_core_protocol(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 606 src/mail/ngx_mail_core_module.c ngx_mail_core_error_log(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 615 src/mail/ngx_mail_core_module.c ngx_mail_core_resolver(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 642 src/mail/ngx_mail_core_module.c ngx_mail_capabilities(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 61 src/mail/ngx_mail_imap_module.c static ngx_command_t ngx_mail_imap_commands[] = { ngx_command_t 67 src/mail/ngx_mail_pop3_module.c static ngx_command_t ngx_mail_pop3_commands[] = { ngx_command_t 40 src/mail/ngx_mail_proxy_module.c static ngx_command_t ngx_mail_proxy_commands[] = { ngx_command_t 54 src/mail/ngx_mail_smtp_module.c static ngx_command_t ngx_mail_smtp_commands[] = { ngx_command_t 20 src/mail/ngx_mail_ssl_module.c static char *ngx_mail_ssl_enable(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 22 src/mail/ngx_mail_ssl_module.c static char *ngx_mail_ssl_starttls(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 24 src/mail/ngx_mail_ssl_module.c static char *ngx_mail_ssl_password_file(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 26 src/mail/ngx_mail_ssl_module.c static char *ngx_mail_ssl_session_cache(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 58 src/mail/ngx_mail_ssl_module.c static ngx_command_t ngx_mail_ssl_commands[] = { ngx_command_t 474 src/mail/ngx_mail_ssl_module.c ngx_mail_ssl_enable(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 500 src/mail/ngx_mail_ssl_module.c ngx_mail_ssl_starttls(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 526 src/mail/ngx_mail_ssl_module.c ngx_mail_ssl_password_file(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 549 src/mail/ngx_mail_ssl_module.c ngx_mail_ssl_session_cache(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 30 src/misc/ngx_google_perftools_module.c static ngx_command_t ngx_google_perftools_commands[] = { ngx_command_t 14 src/stream/ngx_stream.c static char *ngx_stream_block(ngx_conf_t *cf, ngx_command_t *cmd, void *conf); ngx_command_t 30 src/stream/ngx_stream.c static ngx_command_t ngx_stream_commands[] = { ngx_command_t 67 src/stream/ngx_stream.c ngx_stream_block(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 17 src/stream/ngx_stream_core_module.c static char *ngx_stream_core_error_log(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 19 src/stream/ngx_stream_core_module.c static char *ngx_stream_core_server(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 21 src/stream/ngx_stream_core_module.c static char *ngx_stream_core_listen(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 25 src/stream/ngx_stream_core_module.c static ngx_command_t ngx_stream_core_commands[] = { ngx_command_t 154 src/stream/ngx_stream_core_module.c ngx_stream_core_error_log(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 163 src/stream/ngx_stream_core_module.c ngx_stream_core_server(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 237 src/stream/ngx_stream_core_module.c ngx_stream_core_listen(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 65 src/stream/ngx_stream_proxy_module.c static char *ngx_stream_proxy_pass(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 71 src/stream/ngx_stream_proxy_module.c ngx_command_t *cmd, void *conf); ngx_command_t 91 src/stream/ngx_stream_proxy_module.c static ngx_command_t ngx_stream_proxy_commands[] = { ngx_command_t 466 src/stream/ngx_stream_proxy_module.c ngx_stream_proxy_ssl_password_file(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 1259 src/stream/ngx_stream_proxy_module.c ngx_stream_proxy_pass(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 21 src/stream/ngx_stream_ssl_module.c static char *ngx_stream_ssl_password_file(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 23 src/stream/ngx_stream_ssl_module.c static char *ngx_stream_ssl_session_cache(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 37 src/stream/ngx_stream_ssl_module.c static ngx_command_t ngx_stream_ssl_commands[] = { ngx_command_t 325 src/stream/ngx_stream_ssl_module.c ngx_stream_ssl_password_file(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 348 src/stream/ngx_stream_ssl_module.c ngx_stream_ssl_session_cache(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 13 src/stream/ngx_stream_upstream.c static char *ngx_stream_upstream(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 15 src/stream/ngx_stream_upstream.c static char *ngx_stream_upstream_server(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 21 src/stream/ngx_stream_upstream.c static ngx_command_t ngx_stream_upstream_commands[] = { ngx_command_t 67 src/stream/ngx_stream_upstream.c ngx_stream_upstream(ngx_conf_t *cf, ngx_command_t *cmd, void *dummy) ngx_command_t 166 src/stream/ngx_stream_upstream.c ngx_stream_upstream_server(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 61 src/stream/ngx_stream_upstream_hash_module.c static char *ngx_stream_upstream_hash(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 65 src/stream/ngx_stream_upstream_hash_module.c static ngx_command_t ngx_stream_upstream_hash_commands[] = { ngx_command_t 614 src/stream/ngx_stream_upstream_hash_module.c ngx_stream_upstream_hash(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 17 src/stream/ngx_stream_upstream_least_conn_module.c static char *ngx_stream_upstream_least_conn(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 21 src/stream/ngx_stream_upstream_least_conn_module.c static ngx_command_t ngx_stream_upstream_least_conn_commands[] = { ngx_command_t 284 src/stream/ngx_stream_upstream_least_conn_module.c ngx_stream_upstream_least_conn(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_command_t 13 src/stream/ngx_stream_upstream_zone_module.c static char *ngx_stream_upstream_zone(ngx_conf_t *cf, ngx_command_t *cmd, ngx_command_t 21 src/stream/ngx_stream_upstream_zone_module.c static ngx_command_t ngx_stream_upstream_zone_commands[] = { ngx_command_t 60 src/stream/ngx_stream_upstream_zone_module.c ngx_stream_upstream_zone(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)