ngx_conf_t 19 src/core/nginx.c static char *ngx_set_user(ngx_conf_t *cf, ngx_command_t *cmd, void *conf); ngx_conf_t 20 src/core/nginx.c static char *ngx_set_env(ngx_conf_t *cf, ngx_command_t *cmd, void *conf); ngx_conf_t 21 src/core/nginx.c static char *ngx_set_priority(ngx_conf_t *cf, ngx_command_t *cmd, void *conf); ngx_conf_t 22 src/core/nginx.c static char *ngx_set_cpu_affinity(ngx_conf_t *cf, ngx_command_t *cmd, ngx_conf_t 24 src/core/nginx.c static char *ngx_set_worker_processes(ngx_conf_t *cf, ngx_command_t *cmd, ngx_conf_t 1086 src/core/nginx.c ngx_set_user(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_conf_t 1149 src/core/nginx.c ngx_set_env(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_conf_t 1179 src/core/nginx.c ngx_set_priority(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_conf_t 1219 src/core/nginx.c ngx_set_cpu_affinity(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_conf_t 1311 src/core/nginx.c ngx_set_worker_processes(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_conf_t 13 src/core/ngx_conf_file.c static ngx_int_t ngx_conf_handler(ngx_conf_t *cf, ngx_int_t last); ngx_conf_t 14 src/core/ngx_conf_file.c static ngx_int_t ngx_conf_read_token(ngx_conf_t *cf); ngx_conf_t 62 src/core/ngx_conf_file.c ngx_conf_param(ngx_conf_t *cf) ngx_conf_t 101 src/core/ngx_conf_file.c ngx_conf_parse(ngx_conf_t *cf, ngx_str_t *filename) ngx_conf_t 284 src/core/ngx_conf_file.c ngx_conf_handler(ngx_conf_t *cf, ngx_int_t last) ngx_conf_t 431 src/core/ngx_conf_file.c ngx_conf_read_token(ngx_conf_t *cf) ngx_conf_t 738 src/core/ngx_conf_file.c ngx_conf_include(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_conf_t 909 src/core/ngx_conf_file.c ngx_conf_log_error(ngx_uint_t level, ngx_conf_t *cf, ngx_err_t err, ngx_conf_t 943 src/core/ngx_conf_file.c ngx_conf_set_flag_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_conf_t 983 src/core/ngx_conf_file.c ngx_conf_set_str_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_conf_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_conf_t 1046 src/core/ngx_conf_file.c ngx_conf_set_keyval_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_conf_t 1084 src/core/ngx_conf_file.c ngx_conf_set_num_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_conf_t 1115 src/core/ngx_conf_file.c ngx_conf_set_size_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_conf_t 1146 src/core/ngx_conf_file.c ngx_conf_set_off_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_conf_t 1177 src/core/ngx_conf_file.c ngx_conf_set_msec_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_conf_t 1208 src/core/ngx_conf_file.c ngx_conf_set_sec_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_conf_t 1239 src/core/ngx_conf_file.c ngx_conf_set_bufs_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_conf_t 1269 src/core/ngx_conf_file.c ngx_conf_set_enum_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_conf_t 1306 src/core/ngx_conf_file.c ngx_conf_set_bitmask_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_conf_t 1354 src/core/ngx_conf_file.c ngx_conf_unsupported(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_conf_t 1363 src/core/ngx_conf_file.c ngx_conf_deprecated(ngx_conf_t *cf, void *post, void *data) ngx_conf_t 1377 src/core/ngx_conf_file.c ngx_conf_check_num_bounds(ngx_conf_t *cf, void *post, void *data) ngx_conf_t 81 src/core/ngx_conf_file.h char *(*set)(ngx_conf_t *cf, ngx_command_t *cmd, void *conf); ngx_conf_t 153 src/core/ngx_conf_file.h typedef char *(*ngx_conf_handler_pt)(ngx_conf_t *cf, ngx_conf_t 176 src/core/ngx_conf_file.h typedef char *(*ngx_conf_post_handler_pt) (ngx_conf_t *cf, ngx_conf_t 213 src/core/ngx_conf_file.h char * ngx_conf_deprecated(ngx_conf_t *cf, void *post, void *data); ngx_conf_t 214 src/core/ngx_conf_file.h char *ngx_conf_check_num_bounds(ngx_conf_t *cf, void *post, void *data); ngx_conf_t 309 src/core/ngx_conf_file.h char *ngx_conf_param(ngx_conf_t *cf); ngx_conf_t 310 src/core/ngx_conf_file.h char *ngx_conf_parse(ngx_conf_t *cf, ngx_str_t *filename); ngx_conf_t 311 src/core/ngx_conf_file.h char *ngx_conf_include(ngx_conf_t *cf, ngx_command_t *cmd, void *conf); ngx_conf_t 317 src/core/ngx_conf_file.h void ngx_cdecl ngx_conf_log_error(ngx_uint_t level, ngx_conf_t *cf, ngx_conf_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_conf_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_conf_t 323 src/core/ngx_conf_file.h char *ngx_conf_set_str_array_slot(ngx_conf_t *cf, ngx_command_t *cmd, ngx_conf_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_conf_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_conf_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_conf_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_conf_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_conf_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_conf_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_conf_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_conf_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_conf_t 20 src/core/ngx_connection.c ngx_create_listening(ngx_conf_t *cf, void *sockaddr, socklen_t socklen) ngx_conf_t 94 src/core/ngx_connection.c ngx_clone_listening(ngx_conf_t *cf, ngx_listening_t *ls) ngx_conf_t 210 src/core/ngx_connection.h ngx_listening_t *ngx_create_listening(ngx_conf_t *cf, void *sockaddr, ngx_conf_t 212 src/core/ngx_connection.h ngx_int_t ngx_clone_listening(ngx_conf_t *cf, ngx_listening_t *ls); ngx_conf_t 16 src/core/ngx_core.h typedef struct ngx_conf_s ngx_conf_t; ngx_conf_t 13 src/core/ngx_cycle.c static void ngx_destroy_cycle_pools(ngx_conf_t *conf); ngx_conf_t 43 src/core/ngx_cycle.c ngx_conf_t conf; ngx_conf_t 228 src/core/ngx_cycle.c ngx_memzero(&conf, sizeof(ngx_conf_t)); ngx_conf_t 856 src/core/ngx_cycle.c ngx_destroy_cycle_pools(ngx_conf_t *conf) ngx_conf_t 1202 src/core/ngx_cycle.c ngx_shared_memory_add(ngx_conf_t *cf, ngx_str_t *name, size_t size, void *tag) ngx_conf_t 119 src/core/ngx_cycle.h ngx_shm_zone_t *ngx_shared_memory_add(ngx_conf_t *cf, ngx_str_t *name, ngx_conf_t 330 src/core/ngx_file.c ngx_conf_set_path_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_conf_t 390 src/core/ngx_file.c ngx_conf_merge_path_value(ngx_conf_t *cf, ngx_path_t **path, ngx_path_t *prev, ngx_conf_t 430 src/core/ngx_file.c ngx_conf_set_access_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_conf_t 492 src/core/ngx_file.c ngx_add_path(ngx_conf_t *cf, ngx_path_t **slot) ngx_conf_t 141 src/core/ngx_file.h ngx_int_t ngx_add_path(ngx_conf_t *cf, ngx_path_t **slot); ngx_conf_t 150 src/core/ngx_file.h char *ngx_conf_set_path_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf); ngx_conf_t 151 src/core/ngx_file.h char *ngx_conf_merge_path_value(ngx_conf_t *cf, ngx_path_t **path, ngx_conf_t 153 src/core/ngx_file.h char *ngx_conf_set_access_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf); ngx_conf_t 12 src/core/ngx_log.c static char *ngx_error_log(ngx_conf_t *cf, ngx_command_t *cmd, void *conf); ngx_conf_t 13 src/core/ngx_log.c static char *ngx_log_set_levels(ngx_conf_t *cf, ngx_log_t *log); ngx_conf_t 482 src/core/ngx_log.c ngx_log_set_levels(ngx_conf_t *cf, ngx_log_t *log) ngx_conf_t 545 src/core/ngx_log.c ngx_error_log(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_conf_t 556 src/core/ngx_log.c ngx_log_set_log(ngx_conf_t *cf, ngx_log_t **head) ngx_conf_t 239 src/core/ngx_log.h char *ngx_log_set_log(ngx_conf_t *cf, ngx_log_t **head); ngx_conf_t 28 src/core/ngx_regex.c static char *ngx_regex_pcre_jit(ngx_conf_t *cf, void *post, void *data); ngx_conf_t 407 src/core/ngx_regex.c ngx_regex_pcre_jit(ngx_conf_t *cf, void *post, void *data) ngx_conf_t 110 src/core/ngx_resolver.c ngx_resolver_create(ngx_conf_t *cf, ngx_str_t *names, ngx_uint_t n) ngx_conf_t 168 src/core/ngx_resolver.h ngx_resolver_t *ngx_resolver_create(ngx_conf_t *cf, ngx_str_t *names, ngx_conf_t 18 src/core/ngx_syslog.c static char *ngx_syslog_parse_args(ngx_conf_t *cf, ngx_syslog_peer_t *peer); ngx_conf_t 40 src/core/ngx_syslog.c ngx_syslog_process_conf(ngx_conf_t *cf, ngx_syslog_peer_t *peer) ngx_conf_t 75 src/core/ngx_syslog.c ngx_syslog_parse_args(ngx_conf_t *cf, ngx_syslog_peer_t *peer) ngx_conf_t 23 src/core/ngx_syslog.h char *ngx_syslog_process_conf(ngx_conf_t *cf, ngx_syslog_peer_t *peer); ngx_conf_t 54 src/core/ngx_thread_pool.c static char *ngx_thread_pool(ngx_conf_t *cf, ngx_command_t *cmd, void *conf); ngx_conf_t 445 src/core/ngx_thread_pool.c ngx_thread_pool(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_conf_t 508 src/core/ngx_thread_pool.c ngx_thread_pool_add(ngx_conf_t *cf, ngx_str_t *name) ngx_conf_t 29 src/core/ngx_thread_pool.h ngx_thread_pool_t *ngx_thread_pool_add(ngx_conf_t *cf, ngx_str_t *name); ngx_conf_t 26 src/event/ngx_event.c static char *ngx_events_block(ngx_conf_t *cf, ngx_command_t *cmd, void *conf); ngx_conf_t 28 src/event/ngx_event.c static char *ngx_event_connections(ngx_conf_t *cf, ngx_command_t *cmd, ngx_conf_t 30 src/event/ngx_event.c static char *ngx_event_use(ngx_conf_t *cf, ngx_command_t *cmd, void *conf); ngx_conf_t 31 src/event/ngx_event.c static char *ngx_event_debug_connection(ngx_conf_t *cf, ngx_command_t *cmd, ngx_conf_t 871 src/event/ngx_event.c ngx_events_block(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_conf_t 876 src/event/ngx_event.c ngx_conf_t pcf; ngx_conf_t 953 src/event/ngx_event.c ngx_event_connections(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_conf_t 979 src/event/ngx_event.c ngx_event_use(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_conf_t 1042 src/event/ngx_event.c ngx_event_debug_connection(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_conf_t 60 src/event/ngx_event_openssl.c static char *ngx_openssl_engine(ngx_conf_t *cf, ngx_command_t *cmd, void *conf); ngx_conf_t 301 src/event/ngx_event_openssl.c ngx_ssl_certificate(ngx_conf_t *cf, ngx_ssl_t *ssl, ngx_str_t *cert, ngx_conf_t 521 src/event/ngx_event_openssl.c ngx_ssl_client_certificate(ngx_conf_t *cf, ngx_ssl_t *ssl, ngx_str_t *cert, ngx_conf_t 576 src/event/ngx_event_openssl.c ngx_ssl_trusted_certificate(ngx_conf_t *cf, ngx_ssl_t *ssl, ngx_str_t *cert, ngx_conf_t 610 src/event/ngx_event_openssl.c ngx_ssl_crl(ngx_conf_t *cf, ngx_ssl_t *ssl, ngx_str_t *crl) ngx_conf_t 763 src/event/ngx_event_openssl.c ngx_ssl_read_password_file(ngx_conf_t *cf, ngx_str_t *file) ngx_conf_t 905 src/event/ngx_event_openssl.c ngx_ssl_dhparam(ngx_conf_t *cf, ngx_ssl_t *ssl, ngx_str_t *file) ngx_conf_t 988 src/event/ngx_event_openssl.c ngx_ssl_ecdh_curve(ngx_conf_t *cf, ngx_ssl_t *ssl, ngx_str_t *name) ngx_conf_t 2709 src/event/ngx_event_openssl.c ngx_ssl_session_ticket_keys(ngx_conf_t *cf, ngx_ssl_t *ssl, ngx_array_t *paths) ngx_conf_t 2905 src/event/ngx_event_openssl.c ngx_ssl_session_ticket_keys(ngx_conf_t *cf, ngx_ssl_t *ssl, ngx_array_t *paths) ngx_conf_t 3481 src/event/ngx_event_openssl.c ngx_openssl_engine(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_conf_t 125 src/event/ngx_event_openssl.h ngx_int_t ngx_ssl_certificate(ngx_conf_t *cf, ngx_ssl_t *ssl, ngx_conf_t 127 src/event/ngx_event_openssl.h ngx_int_t ngx_ssl_client_certificate(ngx_conf_t *cf, ngx_ssl_t *ssl, ngx_conf_t 129 src/event/ngx_event_openssl.h ngx_int_t ngx_ssl_trusted_certificate(ngx_conf_t *cf, ngx_ssl_t *ssl, ngx_conf_t 131 src/event/ngx_event_openssl.h ngx_int_t ngx_ssl_crl(ngx_conf_t *cf, ngx_ssl_t *ssl, ngx_str_t *crl); ngx_conf_t 132 src/event/ngx_event_openssl.h ngx_int_t ngx_ssl_stapling(ngx_conf_t *cf, ngx_ssl_t *ssl, ngx_conf_t 134 src/event/ngx_event_openssl.h ngx_int_t ngx_ssl_stapling_resolver(ngx_conf_t *cf, ngx_ssl_t *ssl, ngx_conf_t 138 src/event/ngx_event_openssl.h ngx_array_t *ngx_ssl_read_password_file(ngx_conf_t *cf, ngx_str_t *file); ngx_conf_t 139 src/event/ngx_event_openssl.h ngx_int_t ngx_ssl_dhparam(ngx_conf_t *cf, ngx_ssl_t *ssl, ngx_str_t *file); ngx_conf_t 140 src/event/ngx_event_openssl.h ngx_int_t ngx_ssl_ecdh_curve(ngx_conf_t *cf, ngx_ssl_t *ssl, ngx_str_t *name); ngx_conf_t 143 src/event/ngx_event_openssl.h ngx_int_t ngx_ssl_session_ticket_keys(ngx_conf_t *cf, ngx_ssl_t *ssl, ngx_conf_t 85 src/event/ngx_event_openssl_stapling.c static ngx_int_t ngx_ssl_stapling_file(ngx_conf_t *cf, ngx_ssl_t *ssl, ngx_conf_t 87 src/event/ngx_event_openssl_stapling.c static ngx_int_t ngx_ssl_stapling_issuer(ngx_conf_t *cf, ngx_ssl_t *ssl); ngx_conf_t 88 src/event/ngx_event_openssl_stapling.c static ngx_int_t ngx_ssl_stapling_responder(ngx_conf_t *cf, ngx_ssl_t *ssl, ngx_conf_t 118 src/event/ngx_event_openssl_stapling.c ngx_ssl_stapling(ngx_conf_t *cf, ngx_ssl_t *ssl, ngx_str_t *file, ngx_conf_t 190 src/event/ngx_event_openssl_stapling.c ngx_ssl_stapling_file(ngx_conf_t *cf, ngx_ssl_t *ssl, ngx_str_t *file) ngx_conf_t 258 src/event/ngx_event_openssl_stapling.c ngx_ssl_stapling_issuer(ngx_conf_t *cf, ngx_ssl_t *ssl) ngx_conf_t 346 src/event/ngx_event_openssl_stapling.c ngx_ssl_stapling_responder(ngx_conf_t *cf, ngx_ssl_t *ssl, ngx_str_t *responder) ngx_conf_t 435 src/event/ngx_event_openssl_stapling.c ngx_ssl_stapling_resolver(ngx_conf_t *cf, ngx_ssl_t *ssl, ngx_conf_t 1747 src/event/ngx_event_openssl_stapling.c ngx_ssl_stapling(ngx_conf_t *cf, ngx_ssl_t *ssl, ngx_str_t *file, ngx_conf_t 1757 src/event/ngx_event_openssl_stapling.c ngx_ssl_stapling_resolver(ngx_conf_t *cf, ngx_ssl_t *ssl, ngx_conf_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_conf_t 62 src/http/modules/ngx_http_access_module.c static void *ngx_http_access_create_loc_conf(ngx_conf_t *cf); ngx_conf_t 63 src/http/modules/ngx_http_access_module.c static char *ngx_http_access_merge_loc_conf(ngx_conf_t *cf, ngx_conf_t 65 src/http/modules/ngx_http_access_module.c static ngx_int_t ngx_http_access_init(ngx_conf_t *cf); ngx_conf_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_conf_t 413 src/http/modules/ngx_http_access_module.c ngx_http_access_create_loc_conf(ngx_conf_t *cf) ngx_conf_t 427 src/http/modules/ngx_http_access_module.c ngx_http_access_merge_loc_conf(ngx_conf_t *cf, void *parent, void *child) ngx_conf_t 454 src/http/modules/ngx_http_access_module.c ngx_http_access_init(ngx_conf_t *cf) ngx_conf_t 27 src/http/modules/ngx_http_addition_filter_module.c static void *ngx_http_addition_create_conf(ngx_conf_t *cf); ngx_conf_t 28 src/http/modules/ngx_http_addition_filter_module.c static char *ngx_http_addition_merge_conf(ngx_conf_t *cf, void *parent, ngx_conf_t 30 src/http/modules/ngx_http_addition_filter_module.c static ngx_int_t ngx_http_addition_filter_init(ngx_conf_t *cf); ngx_conf_t 198 src/http/modules/ngx_http_addition_filter_module.c ngx_http_addition_filter_init(ngx_conf_t *cf) ngx_conf_t 211 src/http/modules/ngx_http_addition_filter_module.c ngx_http_addition_create_conf(ngx_conf_t *cf) ngx_conf_t 234 src/http/modules/ngx_http_addition_filter_module.c ngx_http_addition_merge_conf(ngx_conf_t *cf, void *parent, void *child) ngx_conf_t 34 src/http/modules/ngx_http_auth_basic_module.c static void *ngx_http_auth_basic_create_loc_conf(ngx_conf_t *cf); ngx_conf_t 35 src/http/modules/ngx_http_auth_basic_module.c static char *ngx_http_auth_basic_merge_loc_conf(ngx_conf_t *cf, ngx_conf_t 37 src/http/modules/ngx_http_auth_basic_module.c static ngx_int_t ngx_http_auth_basic_init(ngx_conf_t *cf); ngx_conf_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_conf_t 390 src/http/modules/ngx_http_auth_basic_module.c ngx_http_auth_basic_create_loc_conf(ngx_conf_t *cf) ngx_conf_t 404 src/http/modules/ngx_http_auth_basic_module.c ngx_http_auth_basic_merge_loc_conf(ngx_conf_t *cf, void *parent, void *child) ngx_conf_t 422 src/http/modules/ngx_http_auth_basic_module.c ngx_http_auth_basic_init(ngx_conf_t *cf) ngx_conf_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_conf_t 40 src/http/modules/ngx_http_auth_request_module.c static void *ngx_http_auth_request_create_conf(ngx_conf_t *cf); ngx_conf_t 41 src/http/modules/ngx_http_auth_request_module.c static char *ngx_http_auth_request_merge_conf(ngx_conf_t *cf, ngx_conf_t 43 src/http/modules/ngx_http_auth_request_module.c static ngx_int_t ngx_http_auth_request_init(ngx_conf_t *cf); ngx_conf_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_conf_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_conf_t 303 src/http/modules/ngx_http_auth_request_module.c ngx_http_auth_request_create_conf(ngx_conf_t *cf) ngx_conf_t 325 src/http/modules/ngx_http_auth_request_module.c ngx_http_auth_request_merge_conf(ngx_conf_t *cf, void *parent, void *child) ngx_conf_t 338 src/http/modules/ngx_http_auth_request_module.c ngx_http_auth_request_init(ngx_conf_t *cf) ngx_conf_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_conf_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_conf_t 72 src/http/modules/ngx_http_autoindex_module.c static ngx_int_t ngx_http_autoindex_init(ngx_conf_t *cf); ngx_conf_t 73 src/http/modules/ngx_http_autoindex_module.c static void *ngx_http_autoindex_create_loc_conf(ngx_conf_t *cf); ngx_conf_t 74 src/http/modules/ngx_http_autoindex_module.c static char *ngx_http_autoindex_merge_loc_conf(ngx_conf_t *cf, ngx_conf_t 1000 src/http/modules/ngx_http_autoindex_module.c ngx_http_autoindex_create_loc_conf(ngx_conf_t *cf) ngx_conf_t 1019 src/http/modules/ngx_http_autoindex_module.c ngx_http_autoindex_merge_loc_conf(ngx_conf_t *cf, void *parent, void *child) ngx_conf_t 1035 src/http/modules/ngx_http_autoindex_module.c ngx_http_autoindex_init(ngx_conf_t *cf) ngx_conf_t 66 src/http/modules/ngx_http_browser_module.c static ngx_int_t ngx_http_browser_add_variable(ngx_conf_t *cf); ngx_conf_t 67 src/http/modules/ngx_http_browser_module.c static void *ngx_http_browser_create_conf(ngx_conf_t *cf); ngx_conf_t 68 src/http/modules/ngx_http_browser_module.c static char *ngx_http_browser_merge_conf(ngx_conf_t *cf, void *parent, ngx_conf_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_conf_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_conf_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_conf_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_conf_t 400 src/http/modules/ngx_http_browser_module.c ngx_http_browser_add_variable(ngx_conf_t *cf) ngx_conf_t 421 src/http/modules/ngx_http_browser_module.c ngx_http_browser_create_conf(ngx_conf_t *cf) ngx_conf_t 447 src/http/modules/ngx_http_browser_module.c ngx_http_browser_merge_conf(ngx_conf_t *cf, void *parent, void *child) ngx_conf_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_conf_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_conf_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_conf_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_conf_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_conf_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_conf_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_conf_t 119 src/http/modules/ngx_http_charset_filter_module.c static void *ngx_http_charset_create_main_conf(ngx_conf_t *cf); ngx_conf_t 120 src/http/modules/ngx_http_charset_filter_module.c static void *ngx_http_charset_create_loc_conf(ngx_conf_t *cf); ngx_conf_t 121 src/http/modules/ngx_http_charset_filter_module.c static char *ngx_http_charset_merge_loc_conf(ngx_conf_t *cf, ngx_conf_t 123 src/http/modules/ngx_http_charset_filter_module.c static ngx_int_t ngx_http_charset_postconfiguration(ngx_conf_t *cf); ngx_conf_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_conf_t 1180 src/http/modules/ngx_http_charset_filter_module.c ngx_conf_t pvcf; ngx_conf_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_conf_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_conf_t 1490 src/http/modules/ngx_http_charset_filter_module.c ngx_http_charset_create_main_conf(ngx_conf_t *cf) ngx_conf_t 1524 src/http/modules/ngx_http_charset_filter_module.c ngx_http_charset_create_loc_conf(ngx_conf_t *cf) ngx_conf_t 1549 src/http/modules/ngx_http_charset_filter_module.c ngx_http_charset_merge_loc_conf(ngx_conf_t *cf, void *parent, void *child) ngx_conf_t 1608 src/http/modules/ngx_http_charset_filter_module.c ngx_http_charset_postconfiguration(ngx_conf_t *cf) ngx_conf_t 19 src/http/modules/ngx_http_chunked_filter_module.c static ngx_int_t ngx_http_chunked_filter_init(ngx_conf_t *cf); ngx_conf_t 234 src/http/modules/ngx_http_chunked_filter_module.c ngx_http_chunked_filter_init(ngx_conf_t *cf) ngx_conf_t 60 src/http/modules/ngx_http_dav_module.c static void *ngx_http_dav_create_loc_conf(ngx_conf_t *cf); ngx_conf_t 61 src/http/modules/ngx_http_dav_module.c static char *ngx_http_dav_merge_loc_conf(ngx_conf_t *cf, ngx_conf_t 63 src/http/modules/ngx_http_dav_module.c static ngx_int_t ngx_http_dav_init(ngx_conf_t *cf); ngx_conf_t 1096 src/http/modules/ngx_http_dav_module.c ngx_http_dav_create_loc_conf(ngx_conf_t *cf) ngx_conf_t 1120 src/http/modules/ngx_http_dav_module.c ngx_http_dav_merge_loc_conf(ngx_conf_t *cf, void *parent, void *child) ngx_conf_t 1141 src/http/modules/ngx_http_dav_module.c ngx_http_dav_init(ngx_conf_t *cf) ngx_conf_t 30 src/http/modules/ngx_http_degradation_module.c static void *ngx_http_degradation_create_main_conf(ngx_conf_t *cf); ngx_conf_t 31 src/http/modules/ngx_http_degradation_module.c static void *ngx_http_degradation_create_loc_conf(ngx_conf_t *cf); ngx_conf_t 32 src/http/modules/ngx_http_degradation_module.c static char *ngx_http_degradation_merge_loc_conf(ngx_conf_t *cf, void *parent, ngx_conf_t 34 src/http/modules/ngx_http_degradation_module.c static char *ngx_http_degradation(ngx_conf_t *cf, ngx_command_t *cmd, ngx_conf_t 36 src/http/modules/ngx_http_degradation_module.c static ngx_int_t ngx_http_degradation_init(ngx_conf_t *cf); ngx_conf_t 155 src/http/modules/ngx_http_degradation_module.c ngx_http_degradation_create_main_conf(ngx_conf_t *cf) ngx_conf_t 169 src/http/modules/ngx_http_degradation_module.c ngx_http_degradation_create_loc_conf(ngx_conf_t *cf) ngx_conf_t 185 src/http/modules/ngx_http_degradation_module.c ngx_http_degradation_merge_loc_conf(ngx_conf_t *cf, void *parent, void *child) ngx_conf_t 197 src/http/modules/ngx_http_degradation_module.c ngx_http_degradation(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_conf_t 228 src/http/modules/ngx_http_degradation_module.c ngx_http_degradation_init(ngx_conf_t *cf) ngx_conf_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_conf_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_conf_t 168 src/http/modules/ngx_http_fastcgi_module.c static ngx_int_t ngx_http_fastcgi_add_variables(ngx_conf_t *cf); ngx_conf_t 169 src/http/modules/ngx_http_fastcgi_module.c static void *ngx_http_fastcgi_create_main_conf(ngx_conf_t *cf); ngx_conf_t 170 src/http/modules/ngx_http_fastcgi_module.c static void *ngx_http_fastcgi_create_loc_conf(ngx_conf_t *cf); ngx_conf_t 171 src/http/modules/ngx_http_fastcgi_module.c static char *ngx_http_fastcgi_merge_loc_conf(ngx_conf_t *cf, ngx_conf_t 173 src/http/modules/ngx_http_fastcgi_module.c static ngx_int_t ngx_http_fastcgi_init_params(ngx_conf_t *cf, ngx_conf_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_conf_t 186 src/http/modules/ngx_http_fastcgi_module.c static char *ngx_http_fastcgi_split_path_info(ngx_conf_t *cf, ngx_conf_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_conf_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_conf_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_conf_t 197 src/http/modules/ngx_http_fastcgi_module.c static char *ngx_http_fastcgi_lowat_check(ngx_conf_t *cf, void *post, ngx_conf_t 2654 src/http/modules/ngx_http_fastcgi_module.c ngx_http_fastcgi_add_variables(ngx_conf_t *cf) ngx_conf_t 2673 src/http/modules/ngx_http_fastcgi_module.c ngx_http_fastcgi_create_main_conf(ngx_conf_t *cf) ngx_conf_t 2696 src/http/modules/ngx_http_fastcgi_module.c ngx_http_fastcgi_create_loc_conf(ngx_conf_t *cf) ngx_conf_t 2783 src/http/modules/ngx_http_fastcgi_module.c ngx_http_fastcgi_merge_loc_conf(ngx_conf_t *cf, void *parent, void *child) ngx_conf_t 3129 src/http/modules/ngx_http_fastcgi_module.c ngx_http_fastcgi_init_params(ngx_conf_t *cf, ngx_http_fastcgi_loc_conf_t *conf, ngx_conf_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_conf_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_conf_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_conf_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_conf_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_conf_t 3721 src/http/modules/ngx_http_fastcgi_module.c ngx_http_fastcgi_lowat_check(ngx_conf_t *cf, void *post, void *data) ngx_conf_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_conf_t 258 src/http/modules/ngx_http_flv_module.c ngx_http_flv(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_conf_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_conf_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_conf_t 88 src/http/modules/ngx_http_geo_module.c static char *ngx_http_geo_range(ngx_conf_t *cf, ngx_http_geo_conf_ctx_t *ctx, ngx_conf_t 90 src/http/modules/ngx_http_geo_module.c static char *ngx_http_geo_add_range(ngx_conf_t *cf, ngx_conf_t 92 src/http/modules/ngx_http_geo_module.c static ngx_uint_t ngx_http_geo_delete_range(ngx_conf_t *cf, ngx_conf_t 94 src/http/modules/ngx_http_geo_module.c static char *ngx_http_geo_cidr(ngx_conf_t *cf, ngx_http_geo_conf_ctx_t *ctx, ngx_conf_t 96 src/http/modules/ngx_http_geo_module.c static char *ngx_http_geo_cidr_add(ngx_conf_t *cf, ngx_http_geo_conf_ctx_t *ctx, ngx_conf_t 98 src/http/modules/ngx_http_geo_module.c static ngx_http_variable_value_t *ngx_http_geo_value(ngx_conf_t *cf, ngx_conf_t 100 src/http/modules/ngx_http_geo_module.c static char *ngx_http_geo_add_proxy(ngx_conf_t *cf, ngx_conf_t 102 src/http/modules/ngx_http_geo_module.c static ngx_int_t ngx_http_geo_cidr_value(ngx_conf_t *cf, ngx_str_t *net, ngx_conf_t 104 src/http/modules/ngx_http_geo_module.c static char *ngx_http_geo_include(ngx_conf_t *cf, ngx_http_geo_conf_ctx_t *ctx, ngx_conf_t 106 src/http/modules/ngx_http_geo_module.c static ngx_int_t ngx_http_geo_include_binary_base(ngx_conf_t *cf, ngx_conf_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_conf_t 378 src/http/modules/ngx_http_geo_module.c ngx_conf_t save; ngx_conf_t 560 src/http/modules/ngx_http_geo_module.c ngx_http_geo(ngx_conf_t *cf, ngx_command_t *dummy, void *conf) ngx_conf_t 646 src/http/modules/ngx_http_geo_module.c ngx_http_geo_range(ngx_conf_t *cf, ngx_http_geo_conf_ctx_t *ctx, ngx_conf_t 757 src/http/modules/ngx_http_geo_module.c ngx_http_geo_add_range(ngx_conf_t *cf, ngx_http_geo_conf_ctx_t *ctx, ngx_conf_t 952 src/http/modules/ngx_http_geo_module.c ngx_http_geo_delete_range(ngx_conf_t *cf, ngx_http_geo_conf_ctx_t *ctx, ngx_conf_t 1015 src/http/modules/ngx_http_geo_module.c ngx_http_geo_cidr(ngx_conf_t *cf, ngx_http_geo_conf_ctx_t *ctx, ngx_conf_t 1112 src/http/modules/ngx_http_geo_module.c ngx_http_geo_cidr_add(ngx_conf_t *cf, ngx_http_geo_conf_ctx_t *ctx, ngx_conf_t 1210 src/http/modules/ngx_http_geo_module.c ngx_http_geo_value(ngx_conf_t *cf, ngx_http_geo_conf_ctx_t *ctx, ngx_conf_t 1263 src/http/modules/ngx_http_geo_module.c ngx_http_geo_add_proxy(ngx_conf_t *cf, ngx_http_geo_conf_ctx_t *ctx, ngx_conf_t 1287 src/http/modules/ngx_http_geo_module.c ngx_http_geo_cidr_value(ngx_conf_t *cf, ngx_str_t *net, ngx_cidr_t *cidr) ngx_conf_t 1316 src/http/modules/ngx_http_geo_module.c ngx_http_geo_include(ngx_conf_t *cf, ngx_http_geo_conf_ctx_t *ctx, ngx_conf_t 1368 src/http/modules/ngx_http_geo_module.c ngx_http_geo_include_binary_base(ngx_conf_t *cf, ngx_http_geo_conf_ctx_t *ctx, ngx_conf_t 81 src/http/modules/ngx_http_geoip_module.c static ngx_int_t ngx_http_geoip_add_variables(ngx_conf_t *cf); ngx_conf_t 82 src/http/modules/ngx_http_geoip_module.c static void *ngx_http_geoip_create_conf(ngx_conf_t *cf); ngx_conf_t 83 src/http/modules/ngx_http_geoip_module.c static char *ngx_http_geoip_init_conf(ngx_conf_t *cf, void *conf); ngx_conf_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_conf_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_conf_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_conf_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_conf_t 92 src/http/modules/ngx_http_geoip_module.c static ngx_int_t ngx_http_geoip_cidr_value(ngx_conf_t *cf, ngx_str_t *net, ngx_conf_t 622 src/http/modules/ngx_http_geoip_module.c ngx_http_geoip_add_variables(ngx_conf_t *cf) ngx_conf_t 641 src/http/modules/ngx_http_geoip_module.c ngx_http_geoip_create_conf(ngx_conf_t *cf) ngx_conf_t 666 src/http/modules/ngx_http_geoip_module.c ngx_http_geoip_init_conf(ngx_conf_t *cf, void *conf) ngx_conf_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_conf_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_conf_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_conf_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_conf_t 881 src/http/modules/ngx_http_geoip_module.c ngx_http_geoip_cidr_value(ngx_conf_t *cf, ngx_str_t *net, ngx_cidr_t *cidr) ngx_conf_t 59 src/http/modules/ngx_http_gunzip_filter_module.c static ngx_int_t ngx_http_gunzip_filter_init(ngx_conf_t *cf); ngx_conf_t 60 src/http/modules/ngx_http_gunzip_filter_module.c static void *ngx_http_gunzip_create_conf(ngx_conf_t *cf); ngx_conf_t 61 src/http/modules/ngx_http_gunzip_filter_module.c static char *ngx_http_gunzip_merge_conf(ngx_conf_t *cf, ngx_conf_t 641 src/http/modules/ngx_http_gunzip_filter_module.c ngx_http_gunzip_create_conf(ngx_conf_t *cf) ngx_conf_t 663 src/http/modules/ngx_http_gunzip_filter_module.c ngx_http_gunzip_merge_conf(ngx_conf_t *cf, void *parent, void *child) ngx_conf_t 678 src/http/modules/ngx_http_gunzip_filter_module.c ngx_http_gunzip_filter_init(ngx_conf_t *cf) ngx_conf_t 110 src/http/modules/ngx_http_gzip_filter_module.c static ngx_int_t ngx_http_gzip_add_variables(ngx_conf_t *cf); ngx_conf_t 114 src/http/modules/ngx_http_gzip_filter_module.c static ngx_int_t ngx_http_gzip_filter_init(ngx_conf_t *cf); ngx_conf_t 115 src/http/modules/ngx_http_gzip_filter_module.c static void *ngx_http_gzip_create_conf(ngx_conf_t *cf); ngx_conf_t 116 src/http/modules/ngx_http_gzip_filter_module.c static char *ngx_http_gzip_merge_conf(ngx_conf_t *cf, ngx_conf_t 118 src/http/modules/ngx_http_gzip_filter_module.c static char *ngx_http_gzip_window(ngx_conf_t *cf, void *post, void *data); ngx_conf_t 119 src/http/modules/ngx_http_gzip_filter_module.c static char *ngx_http_gzip_hash(ngx_conf_t *cf, void *post, void *data); ngx_conf_t 1055 src/http/modules/ngx_http_gzip_filter_module.c ngx_http_gzip_add_variables(ngx_conf_t *cf) ngx_conf_t 1115 src/http/modules/ngx_http_gzip_filter_module.c ngx_http_gzip_create_conf(ngx_conf_t *cf) ngx_conf_t 1146 src/http/modules/ngx_http_gzip_filter_module.c ngx_http_gzip_merge_conf(ngx_conf_t *cf, void *parent, void *child) ngx_conf_t 1178 src/http/modules/ngx_http_gzip_filter_module.c ngx_http_gzip_filter_init(ngx_conf_t *cf) ngx_conf_t 1191 src/http/modules/ngx_http_gzip_filter_module.c ngx_http_gzip_window(ngx_conf_t *cf, void *post, void *data) ngx_conf_t 1215 src/http/modules/ngx_http_gzip_filter_module.c ngx_http_gzip_hash(ngx_conf_t *cf, void *post, void *data) ngx_conf_t 24 src/http/modules/ngx_http_gzip_static_module.c static void *ngx_http_gzip_static_create_conf(ngx_conf_t *cf); ngx_conf_t 25 src/http/modules/ngx_http_gzip_static_module.c static char *ngx_http_gzip_static_merge_conf(ngx_conf_t *cf, void *parent, ngx_conf_t 27 src/http/modules/ngx_http_gzip_static_module.c static ngx_int_t ngx_http_gzip_static_init(ngx_conf_t *cf); ngx_conf_t 287 src/http/modules/ngx_http_gzip_static_module.c ngx_http_gzip_static_create_conf(ngx_conf_t *cf) ngx_conf_t 303 src/http/modules/ngx_http_gzip_static_module.c ngx_http_gzip_static_merge_conf(ngx_conf_t *cf, void *parent, void *child) ngx_conf_t 316 src/http/modules/ngx_http_gzip_static_module.c ngx_http_gzip_static_init(ngx_conf_t *cf) ngx_conf_t 67 src/http/modules/ngx_http_headers_filter_module.c static void *ngx_http_headers_create_conf(ngx_conf_t *cf); ngx_conf_t 68 src/http/modules/ngx_http_headers_filter_module.c static char *ngx_http_headers_merge_conf(ngx_conf_t *cf, ngx_conf_t 70 src/http/modules/ngx_http_headers_filter_module.c static ngx_int_t ngx_http_headers_filter_init(ngx_conf_t *cf); ngx_conf_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_conf_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_conf_t 545 src/http/modules/ngx_http_headers_filter_module.c ngx_http_headers_create_conf(ngx_conf_t *cf) ngx_conf_t 569 src/http/modules/ngx_http_headers_filter_module.c ngx_http_headers_merge_conf(ngx_conf_t *cf, void *parent, void *child) ngx_conf_t 593 src/http/modules/ngx_http_headers_filter_module.c ngx_http_headers_filter_init(ngx_conf_t *cf) ngx_conf_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_conf_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_conf_t 105 src/http/modules/ngx_http_image_filter_module.c static void *ngx_http_image_filter_create_conf(ngx_conf_t *cf); ngx_conf_t 106 src/http/modules/ngx_http_image_filter_module.c static char *ngx_http_image_filter_merge_conf(ngx_conf_t *cf, void *parent, ngx_conf_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_conf_t 110 src/http/modules/ngx_http_image_filter_module.c static char *ngx_http_image_filter_jpeg_quality(ngx_conf_t *cf, ngx_conf_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_conf_t 114 src/http/modules/ngx_http_image_filter_module.c static ngx_int_t ngx_http_image_filter_init(ngx_conf_t *cf); ngx_conf_t 1180 src/http/modules/ngx_http_image_filter_module.c ngx_http_image_filter_create_conf(ngx_conf_t *cf) ngx_conf_t 1214 src/http/modules/ngx_http_image_filter_module.c ngx_http_image_filter_merge_conf(ngx_conf_t *cf, void *parent, void *child) ngx_conf_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_conf_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_conf_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_conf_t 1512 src/http/modules/ngx_http_image_filter_module.c ngx_http_image_filter_init(ngx_conf_t *cf) ngx_conf_t 34 src/http/modules/ngx_http_index_module.c static ngx_int_t ngx_http_index_init(ngx_conf_t *cf); ngx_conf_t 35 src/http/modules/ngx_http_index_module.c static void *ngx_http_index_create_loc_conf(ngx_conf_t *cf); ngx_conf_t 36 src/http/modules/ngx_http_index_module.c static char *ngx_http_index_merge_loc_conf(ngx_conf_t *cf, ngx_conf_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_conf_t 388 src/http/modules/ngx_http_index_module.c ngx_http_index_create_loc_conf(ngx_conf_t *cf) ngx_conf_t 405 src/http/modules/ngx_http_index_module.c ngx_http_index_merge_loc_conf(ngx_conf_t *cf, void *parent, void *child) ngx_conf_t 443 src/http/modules/ngx_http_index_module.c ngx_http_index_init(ngx_conf_t *cf) ngx_conf_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_conf_t 51 src/http/modules/ngx_http_limit_conn_module.c static void *ngx_http_limit_conn_create_conf(ngx_conf_t *cf); ngx_conf_t 52 src/http/modules/ngx_http_limit_conn_module.c static char *ngx_http_limit_conn_merge_conf(ngx_conf_t *cf, void *parent, ngx_conf_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_conf_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_conf_t 58 src/http/modules/ngx_http_limit_conn_module.c static ngx_int_t ngx_http_limit_conn_init(ngx_conf_t *cf); ngx_conf_t 452 src/http/modules/ngx_http_limit_conn_module.c ngx_http_limit_conn_create_conf(ngx_conf_t *cf) ngx_conf_t 475 src/http/modules/ngx_http_limit_conn_module.c ngx_http_limit_conn_merge_conf(ngx_conf_t *cf, void *parent, void *child) ngx_conf_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_conf_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_conf_t 655 src/http/modules/ngx_http_limit_conn_module.c ngx_http_limit_conn_init(ngx_conf_t *cf) ngx_conf_t 67 src/http/modules/ngx_http_limit_req_module.c static void *ngx_http_limit_req_create_conf(ngx_conf_t *cf); ngx_conf_t 68 src/http/modules/ngx_http_limit_req_module.c static char *ngx_http_limit_req_merge_conf(ngx_conf_t *cf, void *parent, ngx_conf_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_conf_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_conf_t 74 src/http/modules/ngx_http_limit_req_module.c static ngx_int_t ngx_http_limit_req_init(ngx_conf_t *cf); ngx_conf_t 684 src/http/modules/ngx_http_limit_req_module.c ngx_http_limit_req_create_conf(ngx_conf_t *cf) ngx_conf_t 707 src/http/modules/ngx_http_limit_req_module.c ngx_http_limit_req_merge_conf(ngx_conf_t *cf, void *parent, void *child) ngx_conf_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_conf_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_conf_t 953 src/http/modules/ngx_http_limit_req_module.c ngx_http_limit_req_init(ngx_conf_t *cf) ngx_conf_t 128 src/http/modules/ngx_http_log_module.c static ngx_int_t ngx_http_log_variable_compile(ngx_conf_t *cf, ngx_conf_t 137 src/http/modules/ngx_http_log_module.c static void *ngx_http_log_create_main_conf(ngx_conf_t *cf); ngx_conf_t 138 src/http/modules/ngx_http_log_module.c static void *ngx_http_log_create_loc_conf(ngx_conf_t *cf); ngx_conf_t 139 src/http/modules/ngx_http_log_module.c static char *ngx_http_log_merge_loc_conf(ngx_conf_t *cf, void *parent, ngx_conf_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_conf_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_conf_t 145 src/http/modules/ngx_http_log_module.c static char *ngx_http_log_compile_format(ngx_conf_t *cf, ngx_conf_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_conf_t 149 src/http/modules/ngx_http_log_module.c static ngx_int_t ngx_http_log_init(ngx_conf_t *cf); ngx_conf_t 911 src/http/modules/ngx_http_log_module.c ngx_http_log_variable_compile(ngx_conf_t *cf, ngx_http_log_op_t *op, ngx_conf_t 1032 src/http/modules/ngx_http_log_module.c ngx_http_log_create_main_conf(ngx_conf_t *cf) ngx_conf_t 1068 src/http/modules/ngx_http_log_module.c ngx_http_log_create_loc_conf(ngx_conf_t *cf) ngx_conf_t 1084 src/http/modules/ngx_http_log_module.c ngx_http_log_merge_loc_conf(ngx_conf_t *cf, void *parent, void *child) ngx_conf_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_conf_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_conf_t 1487 src/http/modules/ngx_http_log_module.c ngx_http_log_compile_format(ngx_conf_t *cf, ngx_array_t *flushes, ngx_conf_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_conf_t 1753 src/http/modules/ngx_http_log_module.c ngx_http_log_init(ngx_conf_t *cf) ngx_conf_t 29 src/http/modules/ngx_http_map_module.c ngx_conf_t *cf; ngx_conf_t 44 src/http/modules/ngx_http_map_module.c static void *ngx_http_map_create_conf(ngx_conf_t *cf); ngx_conf_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_conf_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_conf_t 151 src/http/modules/ngx_http_map_module.c ngx_http_map_create_conf(ngx_conf_t *cf) ngx_conf_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_conf_t 174 src/http/modules/ngx_http_map_module.c ngx_conf_t save; ngx_conf_t 376 src/http/modules/ngx_http_map_module.c ngx_http_map(ngx_conf_t *cf, ngx_command_t *dummy, void *conf) ngx_conf_t 36 src/http/modules/ngx_http_memcached_module.c static void *ngx_http_memcached_create_loc_conf(ngx_conf_t *cf); ngx_conf_t 37 src/http/modules/ngx_http_memcached_module.c static char *ngx_http_memcached_merge_loc_conf(ngx_conf_t *cf, ngx_conf_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_conf_t 580 src/http/modules/ngx_http_memcached_module.c ngx_http_memcached_create_loc_conf(ngx_conf_t *cf) ngx_conf_t 631 src/http/modules/ngx_http_memcached_module.c ngx_http_memcached_merge_loc_conf(ngx_conf_t *cf, void *parent, void *child) ngx_conf_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_conf_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_conf_t 308 src/http/modules/ngx_http_mp4_module.c static void *ngx_http_mp4_create_conf(ngx_conf_t *cf); ngx_conf_t 309 src/http/modules/ngx_http_mp4_module.c static char *ngx_http_mp4_merge_conf(ngx_conf_t *cf, void *parent, void *child); ngx_conf_t 3461 src/http/modules/ngx_http_mp4_module.c ngx_http_mp4(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_conf_t 3473 src/http/modules/ngx_http_mp4_module.c ngx_http_mp4_create_conf(ngx_conf_t *cf) ngx_conf_t 3490 src/http/modules/ngx_http_mp4_module.c ngx_http_mp4_merge_conf(ngx_conf_t *cf, void *parent, void *child) ngx_conf_t 17 src/http/modules/ngx_http_not_modified_filter_module.c static ngx_int_t ngx_http_not_modified_filter_init(ngx_conf_t *cf); ngx_conf_t 260 src/http/modules/ngx_http_not_modified_filter_module.c ngx_http_not_modified_filter_init(ngx_conf_t *cf) ngx_conf_t 166 src/http/modules/ngx_http_proxy_module.c static ngx_int_t ngx_http_proxy_add_variables(ngx_conf_t *cf); ngx_conf_t 167 src/http/modules/ngx_http_proxy_module.c static void *ngx_http_proxy_create_main_conf(ngx_conf_t *cf); ngx_conf_t 168 src/http/modules/ngx_http_proxy_module.c static void *ngx_http_proxy_create_loc_conf(ngx_conf_t *cf); ngx_conf_t 169 src/http/modules/ngx_http_proxy_module.c static char *ngx_http_proxy_merge_loc_conf(ngx_conf_t *cf, ngx_conf_t 171 src/http/modules/ngx_http_proxy_module.c static ngx_int_t ngx_http_proxy_init_headers(ngx_conf_t *cf, ngx_conf_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_conf_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_conf_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_conf_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_conf_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_conf_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_conf_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_conf_t 192 src/http/modules/ngx_http_proxy_module.c static char *ngx_http_proxy_ssl_password_file(ngx_conf_t *cf, ngx_conf_t 196 src/http/modules/ngx_http_proxy_module.c static char *ngx_http_proxy_lowat_check(ngx_conf_t *cf, void *post, void *data); ngx_conf_t 198 src/http/modules/ngx_http_proxy_module.c static ngx_int_t ngx_http_proxy_rewrite_regex(ngx_conf_t *cf, ngx_conf_t 202 src/http/modules/ngx_http_proxy_module.c static ngx_int_t ngx_http_proxy_set_ssl(ngx_conf_t *cf, ngx_conf_t 2723 src/http/modules/ngx_http_proxy_module.c ngx_http_proxy_add_variables(ngx_conf_t *cf) ngx_conf_t 2742 src/http/modules/ngx_http_proxy_module.c ngx_http_proxy_create_main_conf(ngx_conf_t *cf) ngx_conf_t 2765 src/http/modules/ngx_http_proxy_module.c ngx_http_proxy_create_loc_conf(ngx_conf_t *cf) ngx_conf_t 2884 src/http/modules/ngx_http_proxy_module.c ngx_http_proxy_merge_loc_conf(ngx_conf_t *cf, void *parent, void *child) ngx_conf_t 3359 src/http/modules/ngx_http_proxy_module.c ngx_http_proxy_init_headers(ngx_conf_t *cf, ngx_http_proxy_loc_conf_t *conf, ngx_conf_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_conf_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_conf_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_conf_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_conf_t 4040 src/http/modules/ngx_http_proxy_module.c ngx_http_proxy_rewrite_regex(ngx_conf_t *cf, ngx_http_proxy_rewrite_t *pr, ngx_conf_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_conf_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_conf_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_conf_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_conf_t 4247 src/http/modules/ngx_http_proxy_module.c ngx_http_proxy_lowat_check(ngx_conf_t *cf, void *post, void *data) ngx_conf_t 4278 src/http/modules/ngx_http_proxy_module.c ngx_http_proxy_set_ssl(ngx_conf_t *cf, ngx_http_proxy_loc_conf_t *plcf) ngx_conf_t 23 src/http/modules/ngx_http_random_index_module.c static ngx_int_t ngx_http_random_index_init(ngx_conf_t *cf); ngx_conf_t 24 src/http/modules/ngx_http_random_index_module.c static void *ngx_http_random_index_create_loc_conf(ngx_conf_t *cf); ngx_conf_t 25 src/http/modules/ngx_http_random_index_module.c static char *ngx_http_random_index_merge_loc_conf(ngx_conf_t *cf, ngx_conf_t 274 src/http/modules/ngx_http_random_index_module.c ngx_http_random_index_create_loc_conf(ngx_conf_t *cf) ngx_conf_t 290 src/http/modules/ngx_http_random_index_module.c ngx_http_random_index_merge_loc_conf(ngx_conf_t *cf, void *parent, void *child) ngx_conf_t 302 src/http/modules/ngx_http_random_index_module.c ngx_http_random_index_init(ngx_conf_t *cf) ngx_conf_t 76 src/http/modules/ngx_http_range_filter_module.c static ngx_int_t ngx_http_range_header_filter_init(ngx_conf_t *cf); ngx_conf_t 77 src/http/modules/ngx_http_range_filter_module.c static ngx_int_t ngx_http_range_body_filter_init(ngx_conf_t *cf); ngx_conf_t 885 src/http/modules/ngx_http_range_filter_module.c ngx_http_range_header_filter_init(ngx_conf_t *cf) ngx_conf_t 895 src/http/modules/ngx_http_range_filter_module.c ngx_http_range_body_filter_init(ngx_conf_t *cf) ngx_conf_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_conf_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_conf_t 43 src/http/modules/ngx_http_realip_module.c static void *ngx_http_realip_create_loc_conf(ngx_conf_t *cf); ngx_conf_t 44 src/http/modules/ngx_http_realip_module.c static char *ngx_http_realip_merge_loc_conf(ngx_conf_t *cf, ngx_conf_t 46 src/http/modules/ngx_http_realip_module.c static ngx_int_t ngx_http_realip_init(ngx_conf_t *cf); ngx_conf_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_conf_t 341 src/http/modules/ngx_http_realip_module.c ngx_http_realip(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_conf_t 373 src/http/modules/ngx_http_realip_module.c ngx_http_realip_create_loc_conf(ngx_conf_t *cf) ngx_conf_t 398 src/http/modules/ngx_http_realip_module.c ngx_http_realip_merge_loc_conf(ngx_conf_t *cf, void *parent, void *child) ngx_conf_t 420 src/http/modules/ngx_http_realip_module.c ngx_http_realip_init(ngx_conf_t *cf) ngx_conf_t 35 src/http/modules/ngx_http_referer_module.c static void * ngx_http_referer_create_conf(ngx_conf_t *cf); ngx_conf_t 36 src/http/modules/ngx_http_referer_module.c static char * ngx_http_referer_merge_conf(ngx_conf_t *cf, void *parent, ngx_conf_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_conf_t 40 src/http/modules/ngx_http_referer_module.c static ngx_int_t ngx_http_add_referer(ngx_conf_t *cf, ngx_conf_t 42 src/http/modules/ngx_http_referer_module.c static ngx_int_t ngx_http_add_regex_referer(ngx_conf_t *cf, ngx_conf_t 45 src/http/modules/ngx_http_referer_module.c static ngx_int_t ngx_http_add_regex_server_name(ngx_conf_t *cf, ngx_conf_t 267 src/http/modules/ngx_http_referer_module.c ngx_http_referer_create_conf(ngx_conf_t *cf) ngx_conf_t 299 src/http/modules/ngx_http_referer_module.c ngx_http_referer_merge_conf(ngx_conf_t *cf, void *parent, void *child) ngx_conf_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_conf_t 535 src/http/modules/ngx_http_referer_module.c ngx_http_add_referer(ngx_conf_t *cf, ngx_hash_keys_arrays_t *keys, ngx_conf_t 574 src/http/modules/ngx_http_referer_module.c ngx_http_add_regex_referer(ngx_conf_t *cf, ngx_http_referer_conf_t *rlcf, ngx_conf_t 635 src/http/modules/ngx_http_referer_module.c ngx_http_add_regex_server_name(ngx_conf_t *cf, ngx_http_referer_conf_t *rlcf, ngx_conf_t 23 src/http/modules/ngx_http_rewrite_module.c static void *ngx_http_rewrite_create_loc_conf(ngx_conf_t *cf); ngx_conf_t 24 src/http/modules/ngx_http_rewrite_module.c static char *ngx_http_rewrite_merge_loc_conf(ngx_conf_t *cf, ngx_conf_t 26 src/http/modules/ngx_http_rewrite_module.c static ngx_int_t ngx_http_rewrite_init(ngx_conf_t *cf); ngx_conf_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_conf_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_conf_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_conf_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_conf_t 34 src/http/modules/ngx_http_rewrite_module.c static char * ngx_http_rewrite_if_condition(ngx_conf_t *cf, ngx_conf_t 36 src/http/modules/ngx_http_rewrite_module.c static char *ngx_http_rewrite_variable(ngx_conf_t *cf, ngx_conf_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_conf_t 40 src/http/modules/ngx_http_rewrite_module.c static char * ngx_http_rewrite_value(ngx_conf_t *cf, ngx_conf_t 230 src/http/modules/ngx_http_rewrite_module.c ngx_http_rewrite_create_loc_conf(ngx_conf_t *cf) ngx_conf_t 248 src/http/modules/ngx_http_rewrite_module.c ngx_http_rewrite_merge_loc_conf(ngx_conf_t *cf, void *parent, void *child) ngx_conf_t 280 src/http/modules/ngx_http_rewrite_module.c ngx_http_rewrite_init(ngx_conf_t *cf) ngx_conf_t 306 src/http/modules/ngx_http_rewrite_module.c ngx_http_rewrite(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_conf_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_conf_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_conf_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_conf_t 542 src/http/modules/ngx_http_rewrite_module.c ngx_conf_t save; ngx_conf_t 650 src/http/modules/ngx_http_rewrite_module.c ngx_http_rewrite_if_condition(ngx_conf_t *cf, ngx_http_rewrite_loc_conf_t *lcf) ngx_conf_t 870 src/http/modules/ngx_http_rewrite_module.c ngx_http_rewrite_variable(ngx_conf_t *cf, ngx_http_rewrite_loc_conf_t *lcf, ngx_conf_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_conf_t 975 src/http/modules/ngx_http_rewrite_module.c ngx_http_rewrite_value(ngx_conf_t *cf, ngx_http_rewrite_loc_conf_t *lcf, ngx_conf_t 55 src/http/modules/ngx_http_scgi_module.c static void *ngx_http_scgi_create_main_conf(ngx_conf_t *cf); ngx_conf_t 56 src/http/modules/ngx_http_scgi_module.c static void *ngx_http_scgi_create_loc_conf(ngx_conf_t *cf); ngx_conf_t 57 src/http/modules/ngx_http_scgi_module.c static char *ngx_http_scgi_merge_loc_conf(ngx_conf_t *cf, void *parent, ngx_conf_t 59 src/http/modules/ngx_http_scgi_module.c static ngx_int_t ngx_http_scgi_init_params(ngx_conf_t *cf, ngx_conf_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_conf_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_conf_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_conf_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_conf_t 1146 src/http/modules/ngx_http_scgi_module.c ngx_http_scgi_create_main_conf(ngx_conf_t *cf) ngx_conf_t 1169 src/http/modules/ngx_http_scgi_module.c ngx_http_scgi_create_loc_conf(ngx_conf_t *cf) ngx_conf_t 1233 src/http/modules/ngx_http_scgi_module.c ngx_http_scgi_merge_loc_conf(ngx_conf_t *cf, void *parent, void *child) ngx_conf_t 1564 src/http/modules/ngx_http_scgi_module.c ngx_http_scgi_init_params(ngx_conf_t *cf, ngx_http_scgi_loc_conf_t *conf, ngx_conf_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_conf_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_conf_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_conf_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_conf_t 31 src/http/modules/ngx_http_secure_link_module.c static void *ngx_http_secure_link_create_conf(ngx_conf_t *cf); ngx_conf_t 32 src/http/modules/ngx_http_secure_link_module.c static char *ngx_http_secure_link_merge_conf(ngx_conf_t *cf, void *parent, ngx_conf_t 34 src/http/modules/ngx_http_secure_link_module.c static ngx_int_t ngx_http_secure_link_add_variables(ngx_conf_t *cf); ngx_conf_t 294 src/http/modules/ngx_http_secure_link_module.c ngx_http_secure_link_create_conf(ngx_conf_t *cf) ngx_conf_t 316 src/http/modules/ngx_http_secure_link_module.c ngx_http_secure_link_merge_conf(ngx_conf_t *cf, void *parent, void *child) ngx_conf_t 349 src/http/modules/ngx_http_secure_link_module.c ngx_http_secure_link_add_variables(ngx_conf_t *cf) ngx_conf_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_conf_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_conf_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_conf_t 117 src/http/modules/ngx_http_split_clients_module.c ngx_conf_t save; ngx_conf_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_conf_t 112 src/http/modules/ngx_http_ssi_filter_module.c static ngx_int_t ngx_http_ssi_preconfiguration(ngx_conf_t *cf); ngx_conf_t 113 src/http/modules/ngx_http_ssi_filter_module.c static void *ngx_http_ssi_create_main_conf(ngx_conf_t *cf); ngx_conf_t 114 src/http/modules/ngx_http_ssi_filter_module.c static char *ngx_http_ssi_init_main_conf(ngx_conf_t *cf, void *conf); ngx_conf_t 115 src/http/modules/ngx_http_ssi_filter_module.c static void *ngx_http_ssi_create_loc_conf(ngx_conf_t *cf); ngx_conf_t 116 src/http/modules/ngx_http_ssi_filter_module.c static char *ngx_http_ssi_merge_loc_conf(ngx_conf_t *cf, ngx_conf_t 118 src/http/modules/ngx_http_ssi_filter_module.c static ngx_int_t ngx_http_ssi_filter_init(ngx_conf_t *cf); ngx_conf_t 2778 src/http/modules/ngx_http_ssi_filter_module.c ngx_http_ssi_preconfiguration(ngx_conf_t *cf) ngx_conf_t 2818 src/http/modules/ngx_http_ssi_filter_module.c ngx_http_ssi_create_main_conf(ngx_conf_t *cf) ngx_conf_t 2839 src/http/modules/ngx_http_ssi_filter_module.c ngx_http_ssi_init_main_conf(ngx_conf_t *cf, void *conf) ngx_conf_t 2865 src/http/modules/ngx_http_ssi_filter_module.c ngx_http_ssi_create_loc_conf(ngx_conf_t *cf) ngx_conf_t 2894 src/http/modules/ngx_http_ssi_filter_module.c ngx_http_ssi_merge_loc_conf(ngx_conf_t *cf, void *parent, void *child) ngx_conf_t 2921 src/http/modules/ngx_http_ssi_filter_module.c ngx_http_ssi_filter_init(ngx_conf_t *cf) ngx_conf_t 39 src/http/modules/ngx_http_ssl_module.c static ngx_int_t ngx_http_ssl_add_variables(ngx_conf_t *cf); ngx_conf_t 40 src/http/modules/ngx_http_ssl_module.c static void *ngx_http_ssl_create_srv_conf(ngx_conf_t *cf); ngx_conf_t 41 src/http/modules/ngx_http_ssl_module.c static char *ngx_http_ssl_merge_srv_conf(ngx_conf_t *cf, ngx_conf_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_conf_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_conf_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_conf_t 51 src/http/modules/ngx_http_ssl_module.c static ngx_int_t ngx_http_ssl_init(ngx_conf_t *cf); ngx_conf_t 476 src/http/modules/ngx_http_ssl_module.c ngx_http_ssl_add_variables(ngx_conf_t *cf) ngx_conf_t 495 src/http/modules/ngx_http_ssl_module.c ngx_http_ssl_create_srv_conf(ngx_conf_t *cf) ngx_conf_t 539 src/http/modules/ngx_http_ssl_module.c ngx_http_ssl_merge_srv_conf(ngx_conf_t *cf, void *parent, void *child) ngx_conf_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_conf_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_conf_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_conf_t 934 src/http/modules/ngx_http_ssl_module.c ngx_http_ssl_init(ngx_conf_t *cf) ngx_conf_t 14 src/http/modules/ngx_http_static_module.c static ngx_int_t ngx_http_static_init(ngx_conf_t *cf); ngx_conf_t 275 src/http/modules/ngx_http_static_module.c ngx_http_static_init(ngx_conf_t *cf) ngx_conf_t 16 src/http/modules/ngx_http_stub_status_module.c static ngx_int_t ngx_http_stub_status_add_variables(ngx_conf_t *cf); ngx_conf_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_conf_t 209 src/http/modules/ngx_http_stub_status_module.c ngx_http_stub_status_add_variables(ngx_conf_t *cf) ngx_conf_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_conf_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_conf_t 64 src/http/modules/ngx_http_sub_filter_module.c static void *ngx_http_sub_create_conf(ngx_conf_t *cf); ngx_conf_t 65 src/http/modules/ngx_http_sub_filter_module.c static char *ngx_http_sub_merge_conf(ngx_conf_t *cf, ngx_conf_t 67 src/http/modules/ngx_http_sub_filter_module.c static ngx_int_t ngx_http_sub_filter_init(ngx_conf_t *cf); ngx_conf_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_conf_t 704 src/http/modules/ngx_http_sub_filter_module.c ngx_http_sub_create_conf(ngx_conf_t *cf) ngx_conf_t 729 src/http/modules/ngx_http_sub_filter_module.c ngx_http_sub_merge_conf(ngx_conf_t *cf, void *parent, void *child) ngx_conf_t 755 src/http/modules/ngx_http_sub_filter_module.c ngx_http_sub_filter_init(ngx_conf_t *cf) ngx_conf_t 43 src/http/modules/ngx_http_upstream_hash_module.c static ngx_int_t ngx_http_upstream_init_hash(ngx_conf_t *cf, ngx_conf_t 50 src/http/modules/ngx_http_upstream_hash_module.c static ngx_int_t ngx_http_upstream_init_chash(ngx_conf_t *cf, ngx_conf_t 61 src/http/modules/ngx_http_upstream_hash_module.c static void *ngx_http_upstream_hash_create_conf(ngx_conf_t *cf); ngx_conf_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_conf_t 111 src/http/modules/ngx_http_upstream_hash_module.c ngx_http_upstream_init_hash(ngx_conf_t *cf, ngx_http_upstream_srv_conf_t *us) ngx_conf_t 276 src/http/modules/ngx_http_upstream_hash_module.c ngx_http_upstream_init_chash(ngx_conf_t *cf, ngx_http_upstream_srv_conf_t *us) ngx_conf_t 605 src/http/modules/ngx_http_upstream_hash_module.c ngx_http_upstream_hash_create_conf(ngx_conf_t *cf) ngx_conf_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_conf_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_conf_t 84 src/http/modules/ngx_http_upstream_ip_hash_module.c ngx_http_upstream_init_ip_hash(ngx_conf_t *cf, ngx_http_upstream_srv_conf_t *us) ngx_conf_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_conf_t 74 src/http/modules/ngx_http_upstream_keepalive_module.c static void *ngx_http_upstream_keepalive_create_conf(ngx_conf_t *cf); ngx_conf_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_conf_t 124 src/http/modules/ngx_http_upstream_keepalive_module.c ngx_http_upstream_init_keepalive(ngx_conf_t *cf, ngx_conf_t 458 src/http/modules/ngx_http_upstream_keepalive_module.c ngx_http_upstream_keepalive_create_conf(ngx_conf_t *cf) ngx_conf_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_conf_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_conf_t 66 src/http/modules/ngx_http_upstream_least_conn_module.c ngx_http_upstream_init_least_conn(ngx_conf_t *cf, ngx_conf_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_conf_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_conf_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_conf_t 55 src/http/modules/ngx_http_userid_filter_module.c static ngx_int_t ngx_http_userid_add_variables(ngx_conf_t *cf); ngx_conf_t 56 src/http/modules/ngx_http_userid_filter_module.c static ngx_int_t ngx_http_userid_init(ngx_conf_t *cf); ngx_conf_t 57 src/http/modules/ngx_http_userid_filter_module.c static void *ngx_http_userid_create_conf(ngx_conf_t *cf); ngx_conf_t 58 src/http/modules/ngx_http_userid_filter_module.c static char *ngx_http_userid_merge_conf(ngx_conf_t *cf, void *parent, ngx_conf_t 60 src/http/modules/ngx_http_userid_filter_module.c static char *ngx_http_userid_domain(ngx_conf_t *cf, void *post, void *data); ngx_conf_t 61 src/http/modules/ngx_http_userid_filter_module.c static char *ngx_http_userid_path(ngx_conf_t *cf, void *post, void *data); ngx_conf_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_conf_t 64 src/http/modules/ngx_http_userid_filter_module.c static char *ngx_http_userid_p3p(ngx_conf_t *cf, void *post, void *data); ngx_conf_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_conf_t 599 src/http/modules/ngx_http_userid_filter_module.c ngx_http_userid_add_variables(ngx_conf_t *cf) ngx_conf_t 638 src/http/modules/ngx_http_userid_filter_module.c ngx_http_userid_create_conf(ngx_conf_t *cf) ngx_conf_t 666 src/http/modules/ngx_http_userid_filter_module.c ngx_http_userid_merge_conf(ngx_conf_t *cf, void *parent, void *child) ngx_conf_t 695 src/http/modules/ngx_http_userid_filter_module.c ngx_http_userid_init(ngx_conf_t *cf) ngx_conf_t 705 src/http/modules/ngx_http_userid_filter_module.c ngx_http_userid_domain(ngx_conf_t *cf, void *post, void *data) ngx_conf_t 732 src/http/modules/ngx_http_userid_filter_module.c ngx_http_userid_path(ngx_conf_t *cf, void *post, void *data) ngx_conf_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_conf_t 786 src/http/modules/ngx_http_userid_filter_module.c ngx_http_userid_p3p(ngx_conf_t *cf, void *post, void *data) ngx_conf_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_conf_t 74 src/http/modules/ngx_http_uwsgi_module.c static void *ngx_http_uwsgi_create_main_conf(ngx_conf_t *cf); ngx_conf_t 75 src/http/modules/ngx_http_uwsgi_module.c static void *ngx_http_uwsgi_create_loc_conf(ngx_conf_t *cf); ngx_conf_t 76 src/http/modules/ngx_http_uwsgi_module.c static char *ngx_http_uwsgi_merge_loc_conf(ngx_conf_t *cf, void *parent, ngx_conf_t 78 src/http/modules/ngx_http_uwsgi_module.c static ngx_int_t ngx_http_uwsgi_init_params(ngx_conf_t *cf, ngx_conf_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_conf_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_conf_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_conf_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_conf_t 96 src/http/modules/ngx_http_uwsgi_module.c static char *ngx_http_uwsgi_ssl_password_file(ngx_conf_t *cf, ngx_conf_t 98 src/http/modules/ngx_http_uwsgi_module.c static ngx_int_t ngx_http_uwsgi_set_ssl(ngx_conf_t *cf, ngx_conf_t 1349 src/http/modules/ngx_http_uwsgi_module.c ngx_http_uwsgi_create_main_conf(ngx_conf_t *cf) ngx_conf_t 1372 src/http/modules/ngx_http_uwsgi_module.c ngx_http_uwsgi_create_loc_conf(ngx_conf_t *cf) ngx_conf_t 1447 src/http/modules/ngx_http_uwsgi_module.c ngx_http_uwsgi_merge_loc_conf(ngx_conf_t *cf, void *parent, void *child) ngx_conf_t 1826 src/http/modules/ngx_http_uwsgi_module.c ngx_http_uwsgi_init_params(ngx_conf_t *cf, ngx_http_uwsgi_loc_conf_t *conf, ngx_conf_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_conf_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_conf_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_conf_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_conf_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_conf_t 2284 src/http/modules/ngx_http_uwsgi_module.c ngx_http_uwsgi_set_ssl(ngx_conf_t *cf, ngx_http_uwsgi_loc_conf_t *uwcf) ngx_conf_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_conf_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_conf_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_conf_t 103 src/http/modules/ngx_http_xslt_filter_module.c static void *ngx_http_xslt_filter_create_main_conf(ngx_conf_t *cf); ngx_conf_t 104 src/http/modules/ngx_http_xslt_filter_module.c static void *ngx_http_xslt_filter_create_conf(ngx_conf_t *cf); ngx_conf_t 105 src/http/modules/ngx_http_xslt_filter_module.c static char *ngx_http_xslt_filter_merge_conf(ngx_conf_t *cf, void *parent, ngx_conf_t 107 src/http/modules/ngx_http_xslt_filter_module.c static ngx_int_t ngx_http_xslt_filter_preconfiguration(ngx_conf_t *cf); ngx_conf_t 108 src/http/modules/ngx_http_xslt_filter_module.c static ngx_int_t ngx_http_xslt_filter_init(ngx_conf_t *cf); ngx_conf_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_conf_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_conf_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_conf_t 1031 src/http/modules/ngx_http_xslt_filter_module.c ngx_http_xslt_filter_create_main_conf(ngx_conf_t *cf) ngx_conf_t 1059 src/http/modules/ngx_http_xslt_filter_module.c ngx_http_xslt_filter_create_conf(ngx_conf_t *cf) ngx_conf_t 1085 src/http/modules/ngx_http_xslt_filter_module.c ngx_http_xslt_filter_merge_conf(ngx_conf_t *cf, void *parent, void *child) ngx_conf_t 1117 src/http/modules/ngx_http_xslt_filter_module.c ngx_http_xslt_filter_preconfiguration(ngx_conf_t *cf) ngx_conf_t 1130 src/http/modules/ngx_http_xslt_filter_module.c ngx_http_xslt_filter_init(ngx_conf_t *cf) ngx_conf_t 39 src/http/modules/perl/ngx_http_perl_module.c static char *ngx_http_perl_init_interpreter(ngx_conf_t *cf, ngx_conf_t 41 src/http/modules/perl/ngx_http_perl_module.c static PerlInterpreter *ngx_http_perl_create_interpreter(ngx_conf_t *cf, ngx_conf_t 49 src/http/modules/perl/ngx_http_perl_module.c static ngx_int_t ngx_http_perl_preconfiguration(ngx_conf_t *cf); ngx_conf_t 50 src/http/modules/perl/ngx_http_perl_module.c static void *ngx_http_perl_create_main_conf(ngx_conf_t *cf); ngx_conf_t 51 src/http/modules/perl/ngx_http_perl_module.c static char *ngx_http_perl_init_main_conf(ngx_conf_t *cf, void *conf); ngx_conf_t 52 src/http/modules/perl/ngx_http_perl_module.c static void *ngx_http_perl_create_loc_conf(ngx_conf_t *cf); ngx_conf_t 53 src/http/modules/perl/ngx_http_perl_module.c static char *ngx_http_perl_merge_loc_conf(ngx_conf_t *cf, void *parent, ngx_conf_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_conf_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_conf_t 454 src/http/modules/perl/ngx_http_perl_module.c ngx_http_perl_init_interpreter(ngx_conf_t *cf, ngx_http_perl_main_conf_t *pmcf) ngx_conf_t 544 src/http/modules/perl/ngx_http_perl_module.c ngx_http_perl_create_interpreter(ngx_conf_t *cf, ngx_conf_t 792 src/http/modules/perl/ngx_http_perl_module.c ngx_http_perl_create_main_conf(ngx_conf_t *cf) ngx_conf_t 809 src/http/modules/perl/ngx_http_perl_module.c ngx_http_perl_init_main_conf(ngx_conf_t *cf, void *conf) ngx_conf_t 847 src/http/modules/perl/ngx_http_perl_module.c ngx_http_perl_preconfiguration(ngx_conf_t *cf) ngx_conf_t 874 src/http/modules/perl/ngx_http_perl_module.c ngx_http_perl_create_loc_conf(ngx_conf_t *cf) ngx_conf_t 894 src/http/modules/perl/ngx_http_perl_module.c ngx_http_perl_merge_loc_conf(ngx_conf_t *cf, void *parent, void *child) ngx_conf_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_conf_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_conf_t 13 src/http/ngx_http.c static char *ngx_http_block(ngx_conf_t *cf, ngx_command_t *cmd, void *conf); ngx_conf_t 14 src/http/ngx_http.c static ngx_int_t ngx_http_init_phases(ngx_conf_t *cf, ngx_conf_t 16 src/http/ngx_http.c static ngx_int_t ngx_http_init_headers_in_hash(ngx_conf_t *cf, ngx_conf_t 18 src/http/ngx_http.c static ngx_int_t ngx_http_init_phase_handlers(ngx_conf_t *cf, ngx_conf_t 21 src/http/ngx_http.c static ngx_int_t ngx_http_add_addresses(ngx_conf_t *cf, ngx_conf_t 24 src/http/ngx_http.c static ngx_int_t ngx_http_add_address(ngx_conf_t *cf, ngx_conf_t 27 src/http/ngx_http.c static ngx_int_t ngx_http_add_server(ngx_conf_t *cf, ngx_conf_t 30 src/http/ngx_http.c static char *ngx_http_merge_servers(ngx_conf_t *cf, ngx_conf_t 33 src/http/ngx_http.c static char *ngx_http_merge_locations(ngx_conf_t *cf, ngx_conf_t 36 src/http/ngx_http.c static ngx_int_t ngx_http_init_locations(ngx_conf_t *cf, ngx_conf_t 38 src/http/ngx_http.c static ngx_int_t ngx_http_init_static_location_trees(ngx_conf_t *cf, ngx_conf_t 42 src/http/ngx_http.c static ngx_int_t ngx_http_join_exact_locations(ngx_conf_t *cf, ngx_conf_t 47 src/http/ngx_http.c ngx_http_create_locations_tree(ngx_conf_t *cf, ngx_queue_t *locations, ngx_conf_t 50 src/http/ngx_http.c static ngx_int_t ngx_http_optimize_servers(ngx_conf_t *cf, ngx_conf_t 52 src/http/ngx_http.c static ngx_int_t ngx_http_server_names(ngx_conf_t *cf, ngx_conf_t 58 src/http/ngx_http.c static ngx_int_t ngx_http_init_listening(ngx_conf_t *cf, ngx_conf_t 60 src/http/ngx_http.c static ngx_listening_t *ngx_http_add_listening(ngx_conf_t *cf, ngx_conf_t 62 src/http/ngx_http.c static ngx_int_t ngx_http_add_addrs(ngx_conf_t *cf, ngx_http_port_t *hport, ngx_conf_t 65 src/http/ngx_http.c static ngx_int_t ngx_http_add_addrs6(ngx_conf_t *cf, ngx_http_port_t *hport, ngx_conf_t 120 src/http/ngx_http.c ngx_http_block(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_conf_t 124 src/http/ngx_http.c ngx_conf_t pcf; ngx_conf_t 351 src/http/ngx_http.c ngx_http_init_phases(ngx_conf_t *cf, ngx_http_core_main_conf_t *cmcf) ngx_conf_t 407 src/http/ngx_http.c ngx_http_init_headers_in_hash(ngx_conf_t *cf, ngx_http_core_main_conf_t *cmcf) ngx_conf_t 448 src/http/ngx_http.c ngx_http_init_phase_handlers(ngx_conf_t *cf, ngx_http_core_main_conf_t *cmcf) ngx_conf_t 564 src/http/ngx_http.c ngx_http_merge_servers(ngx_conf_t *cf, ngx_http_core_main_conf_t *cmcf, ngx_conf_t 626 src/http/ngx_http.c ngx_http_merge_locations(ngx_conf_t *cf, ngx_queue_t *locations, ngx_conf_t 671 src/http/ngx_http.c ngx_http_init_locations(ngx_conf_t *cf, ngx_http_core_srv_conf_t *cscf, ngx_conf_t 800 src/http/ngx_http.c ngx_http_init_static_location_trees(ngx_conf_t *cf, ngx_conf_t 846 src/http/ngx_http.c ngx_http_add_location(ngx_conf_t *cf, ngx_queue_t **locations, ngx_conf_t 966 src/http/ngx_http.c ngx_http_join_exact_locations(ngx_conf_t *cf, ngx_queue_t *locations) ngx_conf_t 1071 src/http/ngx_http.c ngx_http_create_locations_tree(ngx_conf_t *cf, ngx_queue_t *locations, ngx_conf_t 1144 src/http/ngx_http.c ngx_http_add_listen(ngx_conf_t *cf, ngx_http_core_srv_conf_t *cscf, ngx_conf_t 1218 src/http/ngx_http.c ngx_http_add_addresses(ngx_conf_t *cf, ngx_http_core_srv_conf_t *cscf, ngx_conf_t 1342 src/http/ngx_http.c ngx_http_add_address(ngx_conf_t *cf, ngx_http_core_srv_conf_t *cscf, ngx_conf_t 1390 src/http/ngx_http.c ngx_http_add_server(ngx_conf_t *cf, ngx_http_core_srv_conf_t *cscf, ngx_conf_t 1427 src/http/ngx_http.c ngx_http_optimize_servers(ngx_conf_t *cf, ngx_http_core_main_conf_t *cmcf, ngx_conf_t 1474 src/http/ngx_http.c ngx_http_server_names(ngx_conf_t *cf, ngx_http_core_main_conf_t *cmcf, ngx_conf_t 1676 src/http/ngx_http.c ngx_http_init_listening(ngx_conf_t *cf, ngx_http_conf_port_t *port) ngx_conf_t 1753 src/http/ngx_http.c ngx_http_add_listening(ngx_conf_t *cf, ngx_http_conf_addr_t *addr) ngx_conf_t 1831 src/http/ngx_http.c ngx_http_add_addrs(ngx_conf_t *cf, ngx_http_port_t *hport, ngx_conf_t 1896 src/http/ngx_http.c ngx_http_add_addrs6(ngx_conf_t *cf, ngx_http_port_t *hport, ngx_conf_t 1960 src/http/ngx_http.c ngx_http_types_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_conf_t 2037 src/http/ngx_http.c ngx_http_merge_types(ngx_conf_t *cf, ngx_array_t **keys, ngx_hash_t *types_hash, ngx_conf_t 2102 src/http/ngx_http.c ngx_http_set_default_types(ngx_conf_t *cf, ngx_array_t **types, ngx_conf_t 82 src/http/ngx_http.h ngx_int_t ngx_http_add_location(ngx_conf_t *cf, ngx_queue_t **locations, ngx_conf_t 84 src/http/ngx_http.h ngx_int_t ngx_http_add_listen(ngx_conf_t *cf, ngx_http_core_srv_conf_t *cscf, ngx_conf_t 162 src/http/ngx_http.h char *ngx_http_types_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf); ngx_conf_t 163 src/http/ngx_http.h char *ngx_http_merge_types(ngx_conf_t *cf, ngx_array_t **keys, ngx_conf_t 166 src/http/ngx_http.h ngx_int_t ngx_http_set_default_types(ngx_conf_t *cf, ngx_array_t **types, ngx_conf_t 177 src/http/ngx_http_cache.h char *ngx_http_file_cache_set_slot(ngx_conf_t *cf, ngx_command_t *cmd, ngx_conf_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_conf_t 25 src/http/ngx_http_config.h ngx_int_t (*preconfiguration)(ngx_conf_t *cf); ngx_conf_t 26 src/http/ngx_http_config.h ngx_int_t (*postconfiguration)(ngx_conf_t *cf); ngx_conf_t 28 src/http/ngx_http_config.h void *(*create_main_conf)(ngx_conf_t *cf); ngx_conf_t 29 src/http/ngx_http_config.h char *(*init_main_conf)(ngx_conf_t *cf, void *conf); ngx_conf_t 31 src/http/ngx_http_config.h void *(*create_srv_conf)(ngx_conf_t *cf); ngx_conf_t 32 src/http/ngx_http_config.h char *(*merge_srv_conf)(ngx_conf_t *cf, void *prev, void *conf); ngx_conf_t 34 src/http/ngx_http_config.h void *(*create_loc_conf)(ngx_conf_t *cf); ngx_conf_t 35 src/http/ngx_http_config.h char *(*merge_loc_conf)(ngx_conf_t *cf, void *prev, void *conf); ngx_conf_t 33 src/http/ngx_http_copy_filter_module.c static void *ngx_http_copy_filter_create_conf(ngx_conf_t *cf); ngx_conf_t 34 src/http/ngx_http_copy_filter_module.c static char *ngx_http_copy_filter_merge_conf(ngx_conf_t *cf, ngx_conf_t 36 src/http/ngx_http_copy_filter_module.c static ngx_int_t ngx_http_copy_filter_init(ngx_conf_t *cf); ngx_conf_t 309 src/http/ngx_http_copy_filter_module.c ngx_http_copy_filter_create_conf(ngx_conf_t *cf) ngx_conf_t 325 src/http/ngx_http_copy_filter_module.c ngx_http_copy_filter_merge_conf(ngx_conf_t *cf, void *parent, void *child) ngx_conf_t 337 src/http/ngx_http_copy_filter_module.c ngx_http_copy_filter_init(ngx_conf_t *cf) ngx_conf_t 28 src/http/ngx_http_core_module.c static ngx_int_t ngx_http_core_preconfiguration(ngx_conf_t *cf); ngx_conf_t 29 src/http/ngx_http_core_module.c static ngx_int_t ngx_http_core_postconfiguration(ngx_conf_t *cf); ngx_conf_t 30 src/http/ngx_http_core_module.c static void *ngx_http_core_create_main_conf(ngx_conf_t *cf); ngx_conf_t 31 src/http/ngx_http_core_module.c static char *ngx_http_core_init_main_conf(ngx_conf_t *cf, void *conf); ngx_conf_t 32 src/http/ngx_http_core_module.c static void *ngx_http_core_create_srv_conf(ngx_conf_t *cf); ngx_conf_t 33 src/http/ngx_http_core_module.c static char *ngx_http_core_merge_srv_conf(ngx_conf_t *cf, ngx_conf_t 35 src/http/ngx_http_core_module.c static void *ngx_http_core_create_loc_conf(ngx_conf_t *cf); ngx_conf_t 36 src/http/ngx_http_core_module.c static char *ngx_http_core_merge_loc_conf(ngx_conf_t *cf, ngx_conf_t 39 src/http/ngx_http_core_module.c static char *ngx_http_core_server(ngx_conf_t *cf, ngx_command_t *cmd, ngx_conf_t 41 src/http/ngx_http_core_module.c static char *ngx_http_core_location(ngx_conf_t *cf, ngx_command_t *cmd, ngx_conf_t 43 src/http/ngx_http_core_module.c static ngx_int_t ngx_http_core_regex_location(ngx_conf_t *cf, ngx_conf_t 46 src/http/ngx_http_core_module.c static char *ngx_http_core_types(ngx_conf_t *cf, ngx_command_t *cmd, ngx_conf_t 48 src/http/ngx_http_core_module.c static char *ngx_http_core_type(ngx_conf_t *cf, ngx_command_t *dummy, ngx_conf_t 51 src/http/ngx_http_core_module.c static char *ngx_http_core_listen(ngx_conf_t *cf, ngx_command_t *cmd, ngx_conf_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_conf_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_conf_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_conf_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_conf_t 60 src/http/ngx_http_core_module.c static char *ngx_http_core_directio(ngx_conf_t *cf, ngx_command_t *cmd, ngx_conf_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_conf_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_conf_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_conf_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_conf_t 70 src/http/ngx_http_core_module.c static char *ngx_http_core_keepalive(ngx_conf_t *cf, ngx_command_t *cmd, ngx_conf_t 72 src/http/ngx_http_core_module.c static char *ngx_http_core_internal(ngx_conf_t *cf, ngx_command_t *cmd, ngx_conf_t 74 src/http/ngx_http_core_module.c static char *ngx_http_core_resolver(ngx_conf_t *cf, ngx_command_t *cmd, ngx_conf_t 79 src/http/ngx_http_core_module.c static char *ngx_http_gzip_disable(ngx_conf_t *cf, ngx_command_t *cmd, ngx_conf_t 86 src/http/ngx_http_core_module.c static char *ngx_http_disable_symlinks(ngx_conf_t *cf, ngx_command_t *cmd, ngx_conf_t 90 src/http/ngx_http_core_module.c static char *ngx_http_core_lowat_check(ngx_conf_t *cf, void *post, void *data); ngx_conf_t 91 src/http/ngx_http_core_module.c static char *ngx_http_core_pool_size(ngx_conf_t *cf, void *post, void *data); ngx_conf_t 2931 src/http/ngx_http_core_module.c ngx_http_core_server(ngx_conf_t *cf, ngx_command_t *cmd, void *dummy) ngx_conf_t 2936 src/http/ngx_http_core_module.c ngx_conf_t pcf; ngx_conf_t 3058 src/http/ngx_http_core_module.c ngx_http_core_location(ngx_conf_t *cf, ngx_command_t *cmd, void *dummy) ngx_conf_t 3065 src/http/ngx_http_core_module.c ngx_conf_t save; ngx_conf_t 3252 src/http/ngx_http_core_module.c ngx_http_core_regex_location(ngx_conf_t *cf, ngx_http_core_loc_conf_t *clcf, ngx_conf_t 3292 src/http/ngx_http_core_module.c ngx_http_core_types(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_conf_t 3297 src/http/ngx_http_core_module.c ngx_conf_t save; ngx_conf_t 3319 src/http/ngx_http_core_module.c ngx_http_core_type(ngx_conf_t *cf, ngx_command_t *dummy, void *conf) ngx_conf_t 3385 src/http/ngx_http_core_module.c ngx_http_core_preconfiguration(ngx_conf_t *cf) ngx_conf_t 3392 src/http/ngx_http_core_module.c ngx_http_core_postconfiguration(ngx_conf_t *cf) ngx_conf_t 3401 src/http/ngx_http_core_module.c ngx_http_core_create_main_conf(ngx_conf_t *cf) ngx_conf_t 3428 src/http/ngx_http_core_module.c ngx_http_core_init_main_conf(ngx_conf_t *cf, void *conf) ngx_conf_t 3455 src/http/ngx_http_core_module.c ngx_http_core_create_srv_conf(ngx_conf_t *cf) ngx_conf_t 3490 src/http/ngx_http_core_module.c ngx_http_core_merge_srv_conf(ngx_conf_t *cf, void *parent, void *child) ngx_conf_t 3563 src/http/ngx_http_core_module.c ngx_http_core_create_loc_conf(ngx_conf_t *cf) ngx_conf_t 3679 src/http/ngx_http_core_module.c ngx_http_core_merge_loc_conf(ngx_conf_t *cf, void *parent, void *child) ngx_conf_t 3957 src/http/ngx_http_core_module.c ngx_http_core_listen(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_conf_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_conf_t 4417 src/http/ngx_http_core_module.c ngx_http_core_root(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_conf_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_conf_t 4546 src/http/ngx_http_core_module.c ngx_conf_t save; ngx_conf_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_conf_t 4748 src/http/ngx_http_core_module.c ngx_http_core_directio(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_conf_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_conf_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_conf_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_conf_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_conf_t 5065 src/http/ngx_http_core_module.c ngx_http_core_keepalive(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_conf_t 5098 src/http/ngx_http_core_module.c ngx_http_core_internal(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_conf_t 5113 src/http/ngx_http_core_module.c ngx_http_core_resolver(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_conf_t 5137 src/http/ngx_http_core_module.c ngx_http_gzip_disable(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_conf_t 5239 src/http/ngx_http_core_module.c ngx_http_disable_symlinks(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_conf_t 5331 src/http/ngx_http_core_module.c ngx_http_core_lowat_check(ngx_conf_t *cf, void *post, void *data) ngx_conf_t 5360 src/http/ngx_http_core_module.c ngx_http_core_pool_size(ngx_conf_t *cf, void *post, void *data) ngx_conf_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_conf_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_conf_t 14 src/http/ngx_http_header_filter_module.c static ngx_int_t ngx_http_header_filter_init(ngx_conf_t *cf); ngx_conf_t 628 src/http/ngx_http_header_filter_module.c ngx_http_header_filter_init(ngx_conf_t *cf) ngx_conf_t 15 src/http/ngx_http_postpone_filter_module.c static ngx_int_t ngx_http_postpone_filter_init(ngx_conf_t *cf); ngx_conf_t 170 src/http/ngx_http_postpone_filter_module.c ngx_http_postpone_filter_init(ngx_conf_t *cf) ngx_conf_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_conf_t 275 src/http/ngx_http_script.c ngx_http_set_predicate_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_conf_t 40 src/http/ngx_http_script.h ngx_conf_t *cf; ngx_conf_t 75 src/http/ngx_http_script.h ngx_conf_t *cf; ngx_conf_t 211 src/http/ngx_http_script.h char *ngx_http_set_complex_value_slot(ngx_conf_t *cf, ngx_command_t *cmd, ngx_conf_t 217 src/http/ngx_http_script.h char *ngx_http_set_predicate_slot(ngx_conf_t *cf, ngx_command_t *cmd, ngx_conf_t 58 src/http/ngx_http_spdy_filter_module.c static ngx_int_t ngx_http_spdy_filter_init(ngx_conf_t *cf); ngx_conf_t 1216 src/http/ngx_http_spdy_filter_module.c ngx_http_spdy_filter_init(ngx_conf_t *cf) ngx_conf_t 14 src/http/ngx_http_spdy_module.c static ngx_int_t ngx_http_spdy_add_variables(ngx_conf_t *cf); ngx_conf_t 23 src/http/ngx_http_spdy_module.c static void *ngx_http_spdy_create_main_conf(ngx_conf_t *cf); ngx_conf_t 24 src/http/ngx_http_spdy_module.c static char *ngx_http_spdy_init_main_conf(ngx_conf_t *cf, void *conf); ngx_conf_t 25 src/http/ngx_http_spdy_module.c static void *ngx_http_spdy_create_srv_conf(ngx_conf_t *cf); ngx_conf_t 26 src/http/ngx_http_spdy_module.c static char *ngx_http_spdy_merge_srv_conf(ngx_conf_t *cf, void *parent, ngx_conf_t 28 src/http/ngx_http_spdy_module.c static void *ngx_http_spdy_create_loc_conf(ngx_conf_t *cf); ngx_conf_t 29 src/http/ngx_http_spdy_module.c static char *ngx_http_spdy_merge_loc_conf(ngx_conf_t *cf, void *parent, ngx_conf_t 32 src/http/ngx_http_spdy_module.c static char *ngx_http_spdy_recv_buffer_size(ngx_conf_t *cf, void *post, ngx_conf_t 34 src/http/ngx_http_spdy_module.c static char *ngx_http_spdy_pool_size(ngx_conf_t *cf, void *post, void *data); ngx_conf_t 35 src/http/ngx_http_spdy_module.c static char *ngx_http_spdy_streams_index_mask(ngx_conf_t *cf, void *post, ngx_conf_t 37 src/http/ngx_http_spdy_module.c static char *ngx_http_spdy_chunk_size(ngx_conf_t *cf, void *post, void *data); ngx_conf_t 160 src/http/ngx_http_spdy_module.c ngx_http_spdy_add_variables(ngx_conf_t *cf) ngx_conf_t 234 src/http/ngx_http_spdy_module.c ngx_http_spdy_create_main_conf(ngx_conf_t *cf) ngx_conf_t 250 src/http/ngx_http_spdy_module.c ngx_http_spdy_init_main_conf(ngx_conf_t *cf, void *conf) ngx_conf_t 261 src/http/ngx_http_spdy_module.c ngx_http_spdy_create_srv_conf(ngx_conf_t *cf) ngx_conf_t 285 src/http/ngx_http_spdy_module.c ngx_http_spdy_merge_srv_conf(ngx_conf_t *cf, void *parent, void *child) ngx_conf_t 310 src/http/ngx_http_spdy_module.c ngx_http_spdy_create_loc_conf(ngx_conf_t *cf) ngx_conf_t 326 src/http/ngx_http_spdy_module.c ngx_http_spdy_merge_loc_conf(ngx_conf_t *cf, void *parent, void *child) ngx_conf_t 338 src/http/ngx_http_spdy_module.c ngx_http_spdy_recv_buffer_size(ngx_conf_t *cf, void *post, void *data) ngx_conf_t 351 src/http/ngx_http_spdy_module.c ngx_http_spdy_pool_size(ngx_conf_t *cf, void *post, void *data) ngx_conf_t 374 src/http/ngx_http_spdy_module.c ngx_http_spdy_streams_index_mask(ngx_conf_t *cf, void *post, void *data) ngx_conf_t 393 src/http/ngx_http_spdy_module.c ngx_http_spdy_chunk_size(ngx_conf_t *cf, void *post, void *data) ngx_conf_t 147 src/http/ngx_http_upstream.c static ngx_int_t ngx_http_upstream_add_variables(ngx_conf_t *cf); ngx_conf_t 157 src/http/ngx_http_upstream.c static char *ngx_http_upstream(ngx_conf_t *cf, ngx_command_t *cmd, void *dummy); ngx_conf_t 158 src/http/ngx_http_upstream.c static char *ngx_http_upstream_server(ngx_conf_t *cf, ngx_command_t *cmd, ngx_conf_t 164 src/http/ngx_http_upstream.c static void *ngx_http_upstream_create_main_conf(ngx_conf_t *cf); ngx_conf_t 165 src/http/ngx_http_upstream.c static char *ngx_http_upstream_init_main_conf(ngx_conf_t *cf, void *conf); ngx_conf_t 4833 src/http/ngx_http_upstream.c ngx_http_upstream_add_variables(ngx_conf_t *cf) ngx_conf_t 5255 src/http/ngx_http_upstream.c ngx_http_upstream(ngx_conf_t *cf, ngx_command_t *cmd, void *dummy) ngx_conf_t 5262 src/http/ngx_http_upstream.c ngx_conf_t pcf; ngx_conf_t 5370 src/http/ngx_http_upstream.c ngx_http_upstream_server(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_conf_t 5510 src/http/ngx_http_upstream.c ngx_http_upstream_add(ngx_conf_t *cf, ngx_url_t *u, ngx_uint_t flags) ngx_conf_t 5627 src/http/ngx_http_upstream.c ngx_http_upstream_bind_set_slot(ngx_conf_t *cf, ngx_command_t *cmd, ngx_conf_t 5750 src/http/ngx_http_upstream.c ngx_http_upstream_param_set_slot(ngx_conf_t *cf, ngx_command_t *cmd, ngx_conf_t 5794 src/http/ngx_http_upstream.c ngx_http_upstream_hide_headers_hash(ngx_conf_t *cf, ngx_conf_t 5906 src/http/ngx_http_upstream.c ngx_http_upstream_create_main_conf(ngx_conf_t *cf) ngx_conf_t 5927 src/http/ngx_http_upstream.c ngx_http_upstream_init_main_conf(ngx_conf_t *cf, void *conf) ngx_conf_t 78 src/http/ngx_http_upstream.h typedef ngx_int_t (*ngx_http_upstream_init_pt)(ngx_conf_t *cf, ngx_conf_t 396 src/http/ngx_http_upstream.h ngx_http_upstream_srv_conf_t *ngx_http_upstream_add(ngx_conf_t *cf, ngx_conf_t 398 src/http/ngx_http_upstream.h char *ngx_http_upstream_bind_set_slot(ngx_conf_t *cf, ngx_command_t *cmd, ngx_conf_t 400 src/http/ngx_http_upstream.h char *ngx_http_upstream_param_set_slot(ngx_conf_t *cf, ngx_command_t *cmd, ngx_conf_t 402 src/http/ngx_http_upstream.h ngx_int_t ngx_http_upstream_hide_headers_hash(ngx_conf_t *cf, ngx_conf_t 31 src/http/ngx_http_upstream_round_robin.c ngx_http_upstream_init_round_robin(ngx_conf_t *cf, ngx_conf_t 128 src/http/ngx_http_upstream_round_robin.h ngx_int_t ngx_http_upstream_init_round_robin(ngx_conf_t *cf, ngx_conf_t 359 src/http/ngx_http_variables.c ngx_http_add_variable(ngx_conf_t *cf, ngx_str_t *name, ngx_uint_t flags) ngx_conf_t 430 src/http/ngx_http_variables.c ngx_http_get_variable_index(ngx_conf_t *cf, ngx_str_t *name) ngx_conf_t 2302 src/http/ngx_http_variables.c ngx_http_regex_compile(ngx_conf_t *cf, ngx_regex_compile_t *rc) ngx_conf_t 2446 src/http/ngx_http_variables.c ngx_http_variables_add_core_vars(ngx_conf_t *cf) ngx_conf_t 2497 src/http/ngx_http_variables.c ngx_http_variables_init_vars(ngx_conf_t *cf) ngx_conf_t 45 src/http/ngx_http_variables.h ngx_http_variable_t *ngx_http_add_variable(ngx_conf_t *cf, ngx_str_t *name, ngx_conf_t 47 src/http/ngx_http_variables.h ngx_int_t ngx_http_get_variable_index(ngx_conf_t *cf, ngx_str_t *name); ngx_conf_t 83 src/http/ngx_http_variables.h ngx_http_regex_t *ngx_http_regex_compile(ngx_conf_t *cf, ngx_conf_t 104 src/http/ngx_http_variables.h ngx_int_t ngx_http_variables_add_core_vars(ngx_conf_t *cf); ngx_conf_t 105 src/http/ngx_http_variables.h ngx_int_t ngx_http_variables_init_vars(ngx_conf_t *cf); ngx_conf_t 13 src/http/ngx_http_write_filter_module.c static ngx_int_t ngx_http_write_filter_init(ngx_conf_t *cf); ngx_conf_t 322 src/http/ngx_http_write_filter_module.c ngx_http_write_filter_init(ngx_conf_t *cf) ngx_conf_t 14 src/mail/ngx_mail.c static char *ngx_mail_block(ngx_conf_t *cf, ngx_command_t *cmd, void *conf); ngx_conf_t 15 src/mail/ngx_mail.c static ngx_int_t ngx_mail_add_ports(ngx_conf_t *cf, ngx_array_t *ports, ngx_conf_t 17 src/mail/ngx_mail.c static char *ngx_mail_optimize_servers(ngx_conf_t *cf, ngx_array_t *ports); ngx_conf_t 18 src/mail/ngx_mail.c static ngx_int_t ngx_mail_add_addrs(ngx_conf_t *cf, ngx_mail_port_t *mport, ngx_conf_t 21 src/mail/ngx_mail.c static ngx_int_t ngx_mail_add_addrs6(ngx_conf_t *cf, ngx_mail_port_t *mport, ngx_conf_t 67 src/mail/ngx_mail.c ngx_mail_block(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_conf_t 71 src/mail/ngx_mail.c ngx_conf_t pcf; ngx_conf_t 228 src/mail/ngx_mail.c ngx_mail_add_ports(ngx_conf_t *cf, ngx_array_t *ports, ngx_conf_t 322 src/mail/ngx_mail.c ngx_mail_optimize_servers(ngx_conf_t *cf, ngx_array_t *ports) ngx_conf_t 422 src/mail/ngx_mail.c ngx_mail_add_addrs(ngx_conf_t *cf, ngx_mail_port_t *mport, ngx_conf_t 471 src/mail/ngx_mail.c ngx_mail_add_addrs6(ngx_conf_t *cf, ngx_mail_port_t *mport, ngx_conf_t 346 src/mail/ngx_mail.h void *(*create_main_conf)(ngx_conf_t *cf); ngx_conf_t 347 src/mail/ngx_mail.h char *(*init_main_conf)(ngx_conf_t *cf, void *conf); ngx_conf_t 349 src/mail/ngx_mail.h void *(*create_srv_conf)(ngx_conf_t *cf); ngx_conf_t 350 src/mail/ngx_mail.h char *(*merge_srv_conf)(ngx_conf_t *cf, void *prev, ngx_conf_t 409 src/mail/ngx_mail.h char *ngx_mail_capabilities(ngx_conf_t *cf, ngx_command_t *cmd, void *conf); ngx_conf_t 79 src/mail/ngx_mail_auth_http_module.c static void *ngx_mail_auth_http_create_conf(ngx_conf_t *cf); ngx_conf_t 80 src/mail/ngx_mail_auth_http_module.c static char *ngx_mail_auth_http_merge_conf(ngx_conf_t *cf, void *parent, ngx_conf_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_conf_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_conf_t 1435 src/mail/ngx_mail_auth_http_module.c ngx_mail_auth_http_create_conf(ngx_conf_t *cf) ngx_conf_t 1455 src/mail/ngx_mail_auth_http_module.c ngx_mail_auth_http_merge_conf(ngx_conf_t *cf, void *parent, void *child) ngx_conf_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_conf_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_conf_t 14 src/mail/ngx_mail_core_module.c static void *ngx_mail_core_create_main_conf(ngx_conf_t *cf); ngx_conf_t 15 src/mail/ngx_mail_core_module.c static void *ngx_mail_core_create_srv_conf(ngx_conf_t *cf); ngx_conf_t 16 src/mail/ngx_mail_core_module.c static char *ngx_mail_core_merge_srv_conf(ngx_conf_t *cf, void *parent, ngx_conf_t 18 src/mail/ngx_mail_core_module.c static char *ngx_mail_core_server(ngx_conf_t *cf, ngx_command_t *cmd, ngx_conf_t 20 src/mail/ngx_mail_core_module.c static char *ngx_mail_core_listen(ngx_conf_t *cf, ngx_command_t *cmd, ngx_conf_t 22 src/mail/ngx_mail_core_module.c static char *ngx_mail_core_protocol(ngx_conf_t *cf, ngx_command_t *cmd, ngx_conf_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_conf_t 26 src/mail/ngx_mail_core_module.c static char *ngx_mail_core_resolver(ngx_conf_t *cf, ngx_command_t *cmd, ngx_conf_t 120 src/mail/ngx_mail_core_module.c ngx_mail_core_create_main_conf(ngx_conf_t *cf) ngx_conf_t 147 src/mail/ngx_mail_core_module.c ngx_mail_core_create_srv_conf(ngx_conf_t *cf) ngx_conf_t 176 src/mail/ngx_mail_core_module.c ngx_mail_core_merge_srv_conf(ngx_conf_t *cf, void *parent, void *child) ngx_conf_t 214 src/mail/ngx_mail_core_module.c ngx_mail_core_server(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_conf_t 219 src/mail/ngx_mail_core_module.c ngx_conf_t pcf; ngx_conf_t 287 src/mail/ngx_mail_core_module.c ngx_mail_core_listen(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_conf_t 573 src/mail/ngx_mail_core_module.c ngx_mail_core_protocol(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_conf_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_conf_t 615 src/mail/ngx_mail_core_module.c ngx_mail_core_resolver(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_conf_t 642 src/mail/ngx_mail_core_module.c ngx_mail_capabilities(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_conf_t 15 src/mail/ngx_mail_imap_module.c static void *ngx_mail_imap_create_srv_conf(ngx_conf_t *cf); ngx_conf_t 16 src/mail/ngx_mail_imap_module.c static char *ngx_mail_imap_merge_srv_conf(ngx_conf_t *cf, void *parent, ngx_conf_t 116 src/mail/ngx_mail_imap_module.c ngx_mail_imap_create_srv_conf(ngx_conf_t *cf) ngx_conf_t 138 src/mail/ngx_mail_imap_module.c ngx_mail_imap_merge_srv_conf(ngx_conf_t *cf, void *parent, void *child) ngx_conf_t 15 src/mail/ngx_mail_pop3_module.c static void *ngx_mail_pop3_create_srv_conf(ngx_conf_t *cf); ngx_conf_t 16 src/mail/ngx_mail_pop3_module.c static char *ngx_mail_pop3_merge_srv_conf(ngx_conf_t *cf, void *parent, ngx_conf_t 115 src/mail/ngx_mail_pop3_module.c ngx_mail_pop3_create_srv_conf(ngx_conf_t *cf) ngx_conf_t 135 src/mail/ngx_mail_pop3_module.c ngx_mail_pop3_merge_srv_conf(ngx_conf_t *cf, void *parent, void *child) ngx_conf_t 35 src/mail/ngx_mail_proxy_module.c static void *ngx_mail_proxy_create_conf(ngx_conf_t *cf); ngx_conf_t 36 src/mail/ngx_mail_proxy_module.c static char *ngx_mail_proxy_merge_conf(ngx_conf_t *cf, void *parent, ngx_conf_t 1090 src/mail/ngx_mail_proxy_module.c ngx_mail_proxy_create_conf(ngx_conf_t *cf) ngx_conf_t 1110 src/mail/ngx_mail_proxy_module.c ngx_mail_proxy_merge_conf(ngx_conf_t *cf, void *parent, void *child) ngx_conf_t 15 src/mail/ngx_mail_smtp_module.c static void *ngx_mail_smtp_create_srv_conf(ngx_conf_t *cf); ngx_conf_t 16 src/mail/ngx_mail_smtp_module.c static char *ngx_mail_smtp_merge_srv_conf(ngx_conf_t *cf, void *parent, ngx_conf_t 116 src/mail/ngx_mail_smtp_module.c ngx_mail_smtp_create_srv_conf(ngx_conf_t *cf) ngx_conf_t 139 src/mail/ngx_mail_smtp_module.c ngx_mail_smtp_merge_srv_conf(ngx_conf_t *cf, void *parent, void *child) ngx_conf_t 17 src/mail/ngx_mail_ssl_module.c static void *ngx_mail_ssl_create_conf(ngx_conf_t *cf); ngx_conf_t 18 src/mail/ngx_mail_ssl_module.c static char *ngx_mail_ssl_merge_conf(ngx_conf_t *cf, void *parent, void *child); ngx_conf_t 20 src/mail/ngx_mail_ssl_module.c static char *ngx_mail_ssl_enable(ngx_conf_t *cf, ngx_command_t *cmd, ngx_conf_t 22 src/mail/ngx_mail_ssl_module.c static char *ngx_mail_ssl_starttls(ngx_conf_t *cf, ngx_command_t *cmd, ngx_conf_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_conf_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_conf_t 228 src/mail/ngx_mail_ssl_module.c ngx_mail_ssl_create_conf(ngx_conf_t *cf) ngx_conf_t 268 src/mail/ngx_mail_ssl_module.c ngx_mail_ssl_merge_conf(ngx_conf_t *cf, void *parent, void *child) ngx_conf_t 474 src/mail/ngx_mail_ssl_module.c ngx_mail_ssl_enable(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_conf_t 500 src/mail/ngx_mail_ssl_module.c ngx_mail_ssl_starttls(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_conf_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_conf_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_conf_t 14 src/stream/ngx_stream.c static char *ngx_stream_block(ngx_conf_t *cf, ngx_command_t *cmd, void *conf); ngx_conf_t 15 src/stream/ngx_stream.c static ngx_int_t ngx_stream_add_ports(ngx_conf_t *cf, ngx_array_t *ports, ngx_conf_t 17 src/stream/ngx_stream.c static char *ngx_stream_optimize_servers(ngx_conf_t *cf, ngx_array_t *ports); ngx_conf_t 18 src/stream/ngx_stream.c static ngx_int_t ngx_stream_add_addrs(ngx_conf_t *cf, ngx_stream_port_t *stport, ngx_conf_t 21 src/stream/ngx_stream.c static ngx_int_t ngx_stream_add_addrs6(ngx_conf_t *cf, ngx_conf_t 67 src/stream/ngx_stream.c ngx_stream_block(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_conf_t 71 src/stream/ngx_stream.c ngx_conf_t pcf; ngx_conf_t 229 src/stream/ngx_stream.c ngx_stream_add_ports(ngx_conf_t *cf, ngx_array_t *ports, ngx_conf_t 323 src/stream/ngx_stream.c ngx_stream_optimize_servers(ngx_conf_t *cf, ngx_array_t *ports) ngx_conf_t 427 src/stream/ngx_stream.c ngx_stream_add_addrs(ngx_conf_t *cf, ngx_stream_port_t *stport, ngx_conf_t 476 src/stream/ngx_stream.c ngx_stream_add_addrs6(ngx_conf_t *cf, ngx_stream_port_t *stport, ngx_conf_t 157 src/stream/ngx_stream.h void *(*create_main_conf)(ngx_conf_t *cf); ngx_conf_t 158 src/stream/ngx_stream.h char *(*init_main_conf)(ngx_conf_t *cf, void *conf); ngx_conf_t 160 src/stream/ngx_stream.h void *(*create_srv_conf)(ngx_conf_t *cf); ngx_conf_t 161 src/stream/ngx_stream.h char *(*merge_srv_conf)(ngx_conf_t *cf, void *prev, ngx_conf_t 13 src/stream/ngx_stream_core_module.c static void *ngx_stream_core_create_main_conf(ngx_conf_t *cf); ngx_conf_t 14 src/stream/ngx_stream_core_module.c static void *ngx_stream_core_create_srv_conf(ngx_conf_t *cf); ngx_conf_t 15 src/stream/ngx_stream_core_module.c static char *ngx_stream_core_merge_srv_conf(ngx_conf_t *cf, void *parent, ngx_conf_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_conf_t 19 src/stream/ngx_stream_core_module.c static char *ngx_stream_core_server(ngx_conf_t *cf, ngx_command_t *cmd, ngx_conf_t 21 src/stream/ngx_stream_core_module.c static char *ngx_stream_core_listen(ngx_conf_t *cf, ngx_command_t *cmd, ngx_conf_t 78 src/stream/ngx_stream_core_module.c ngx_stream_core_create_main_conf(ngx_conf_t *cf) ngx_conf_t 105 src/stream/ngx_stream_core_module.c ngx_stream_core_create_srv_conf(ngx_conf_t *cf) ngx_conf_t 129 src/stream/ngx_stream_core_module.c ngx_stream_core_merge_srv_conf(ngx_conf_t *cf, void *parent, void *child) ngx_conf_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_conf_t 163 src/stream/ngx_stream_core_module.c ngx_stream_core_server(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_conf_t 168 src/stream/ngx_stream_core_module.c ngx_conf_t pcf; ngx_conf_t 237 src/stream/ngx_stream_core_module.c ngx_stream_core_listen(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_conf_t 62 src/stream/ngx_stream_proxy_module.c static void *ngx_stream_proxy_create_srv_conf(ngx_conf_t *cf); ngx_conf_t 63 src/stream/ngx_stream_proxy_module.c static char *ngx_stream_proxy_merge_srv_conf(ngx_conf_t *cf, void *parent, ngx_conf_t 65 src/stream/ngx_stream_proxy_module.c static char *ngx_stream_proxy_pass(ngx_conf_t *cf, ngx_command_t *cmd, ngx_conf_t 70 src/stream/ngx_stream_proxy_module.c static char *ngx_stream_proxy_ssl_password_file(ngx_conf_t *cf, ngx_conf_t 75 src/stream/ngx_stream_proxy_module.c static ngx_int_t ngx_stream_proxy_set_ssl(ngx_conf_t *cf, ngx_conf_t 466 src/stream/ngx_stream_proxy_module.c ngx_stream_proxy_ssl_password_file(ngx_conf_t *cf, ngx_command_t *cmd, ngx_conf_t 1063 src/stream/ngx_stream_proxy_module.c ngx_stream_proxy_create_srv_conf(ngx_conf_t *cf) ngx_conf_t 1109 src/stream/ngx_stream_proxy_module.c ngx_stream_proxy_merge_srv_conf(ngx_conf_t *cf, void *parent, void *child) ngx_conf_t 1182 src/stream/ngx_stream_proxy_module.c ngx_stream_proxy_set_ssl(ngx_conf_t *cf, ngx_stream_proxy_srv_conf_t *pscf) ngx_conf_t 1259 src/stream/ngx_stream_proxy_module.c ngx_stream_proxy_pass(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_conf_t 17 src/stream/ngx_stream_ssl_module.c static void *ngx_stream_ssl_create_conf(ngx_conf_t *cf); ngx_conf_t 18 src/stream/ngx_stream_ssl_module.c static char *ngx_stream_ssl_merge_conf(ngx_conf_t *cf, void *parent, ngx_conf_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_conf_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_conf_t 163 src/stream/ngx_stream_ssl_module.c ngx_stream_ssl_create_conf(ngx_conf_t *cf) ngx_conf_t 197 src/stream/ngx_stream_ssl_module.c ngx_stream_ssl_merge_conf(ngx_conf_t *cf, void *parent, void *child) ngx_conf_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_conf_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_conf_t 13 src/stream/ngx_stream_upstream.c static char *ngx_stream_upstream(ngx_conf_t *cf, ngx_command_t *cmd, ngx_conf_t 15 src/stream/ngx_stream_upstream.c static char *ngx_stream_upstream_server(ngx_conf_t *cf, ngx_command_t *cmd, ngx_conf_t 17 src/stream/ngx_stream_upstream.c static void *ngx_stream_upstream_create_main_conf(ngx_conf_t *cf); ngx_conf_t 18 src/stream/ngx_stream_upstream.c static char *ngx_stream_upstream_init_main_conf(ngx_conf_t *cf, void *conf); ngx_conf_t 67 src/stream/ngx_stream_upstream.c ngx_stream_upstream(ngx_conf_t *cf, ngx_command_t *cmd, void *dummy) ngx_conf_t 74 src/stream/ngx_stream_upstream.c ngx_conf_t pcf; ngx_conf_t 166 src/stream/ngx_stream_upstream.c ngx_stream_upstream_server(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_conf_t 311 src/stream/ngx_stream_upstream.c ngx_stream_upstream_add(ngx_conf_t *cf, ngx_url_t *u, ngx_uint_t flags) ngx_conf_t 419 src/stream/ngx_stream_upstream.c ngx_stream_upstream_create_main_conf(ngx_conf_t *cf) ngx_conf_t 440 src/stream/ngx_stream_upstream.c ngx_stream_upstream_init_main_conf(ngx_conf_t *cf, void *conf) ngx_conf_t 35 src/stream/ngx_stream_upstream.h typedef ngx_int_t (*ngx_stream_upstream_init_pt)(ngx_conf_t *cf, ngx_conf_t 92 src/stream/ngx_stream_upstream.h ngx_stream_upstream_srv_conf_t *ngx_stream_upstream_add(ngx_conf_t *cf, ngx_conf_t 42 src/stream/ngx_stream_upstream_hash_module.c static ngx_int_t ngx_stream_upstream_init_hash(ngx_conf_t *cf, ngx_conf_t 49 src/stream/ngx_stream_upstream_hash_module.c static ngx_int_t ngx_stream_upstream_init_chash(ngx_conf_t *cf, ngx_conf_t 60 src/stream/ngx_stream_upstream_hash_module.c static void *ngx_stream_upstream_hash_create_conf(ngx_conf_t *cf); ngx_conf_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_conf_t 104 src/stream/ngx_stream_upstream_hash_module.c ngx_stream_upstream_init_hash(ngx_conf_t *cf, ngx_conf_t 269 src/stream/ngx_stream_upstream_hash_module.c ngx_stream_upstream_init_chash(ngx_conf_t *cf, ngx_conf_t 598 src/stream/ngx_stream_upstream_hash_module.c ngx_stream_upstream_hash_create_conf(ngx_conf_t *cf) ngx_conf_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_conf_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_conf_t 60 src/stream/ngx_stream_upstream_least_conn_module.c ngx_stream_upstream_init_least_conn(ngx_conf_t *cf, ngx_conf_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_conf_t 31 src/stream/ngx_stream_upstream_round_robin.c ngx_stream_upstream_init_round_robin(ngx_conf_t *cf, ngx_conf_t 128 src/stream/ngx_stream_upstream_round_robin.h ngx_int_t ngx_stream_upstream_init_round_robin(ngx_conf_t *cf, ngx_conf_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_conf_t 60 src/stream/ngx_stream_upstream_zone_module.c ngx_stream_upstream_zone(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)