ngx_conf_t         18 core/nginx.c   static char *ngx_set_user(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
ngx_conf_t         19 core/nginx.c   static char *ngx_set_env(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
ngx_conf_t         20 core/nginx.c   static char *ngx_set_priority(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
ngx_conf_t         21 core/nginx.c   static char *ngx_set_cpu_affinity(ngx_conf_t *cf, ngx_command_t *cmd,
ngx_conf_t       1105 core/nginx.c   ngx_set_user(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
ngx_conf_t       1168 core/nginx.c   ngx_set_env(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
ngx_conf_t       1198 core/nginx.c   ngx_set_priority(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
ngx_conf_t       1238 core/nginx.c   ngx_set_cpu_affinity(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
ngx_conf_t         12 core/ngx_conf_file.c static ngx_int_t ngx_conf_handler(ngx_conf_t *cf, ngx_int_t last);
ngx_conf_t         13 core/ngx_conf_file.c static ngx_int_t ngx_conf_read_token(ngx_conf_t *cf);
ngx_conf_t         14 core/ngx_conf_file.c static char *ngx_conf_include(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
ngx_conf_t         63 core/ngx_conf_file.c ngx_conf_param(ngx_conf_t *cf)
ngx_conf_t        102 core/ngx_conf_file.c ngx_conf_parse(ngx_conf_t *cf, ngx_str_t *filename)
ngx_conf_t        280 core/ngx_conf_file.c ngx_conf_handler(ngx_conf_t *cf, ngx_int_t last)
ngx_conf_t        434 core/ngx_conf_file.c ngx_conf_read_token(ngx_conf_t *cf)
ngx_conf_t        741 core/ngx_conf_file.c ngx_conf_include(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
ngx_conf_t       1008 core/ngx_conf_file.c ngx_conf_log_error(ngx_uint_t level, ngx_conf_t *cf, ngx_err_t err,
ngx_conf_t       1042 core/ngx_conf_file.c ngx_conf_set_flag_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
ngx_conf_t       1082 core/ngx_conf_file.c ngx_conf_set_str_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
ngx_conf_t       1109 core/ngx_conf_file.c ngx_conf_set_str_array_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
ngx_conf_t       1145 core/ngx_conf_file.c ngx_conf_set_keyval_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
ngx_conf_t       1183 core/ngx_conf_file.c ngx_conf_set_num_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
ngx_conf_t       1214 core/ngx_conf_file.c ngx_conf_set_size_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
ngx_conf_t       1245 core/ngx_conf_file.c ngx_conf_set_off_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
ngx_conf_t       1276 core/ngx_conf_file.c ngx_conf_set_msec_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
ngx_conf_t       1311 core/ngx_conf_file.c ngx_conf_set_sec_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
ngx_conf_t       1346 core/ngx_conf_file.c ngx_conf_set_bufs_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
ngx_conf_t       1376 core/ngx_conf_file.c ngx_conf_set_enum_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
ngx_conf_t       1413 core/ngx_conf_file.c ngx_conf_set_bitmask_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
ngx_conf_t       1459 core/ngx_conf_file.c ngx_conf_unsupported(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
ngx_conf_t       1466 core/ngx_conf_file.c ngx_conf_deprecated(ngx_conf_t *cf, void *post, void *data)
ngx_conf_t       1480 core/ngx_conf_file.c ngx_conf_check_num_bounds(ngx_conf_t *cf, void *post, void *data)
ngx_conf_t         80 core/ngx_conf_file.h     char               *(*set)(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
ngx_conf_t        161 core/ngx_conf_file.h typedef char *(*ngx_conf_handler_pt)(ngx_conf_t *cf,
ngx_conf_t        184 core/ngx_conf_file.h typedef char *(*ngx_conf_post_handler_pt) (ngx_conf_t *cf,
ngx_conf_t        221 core/ngx_conf_file.h char * ngx_conf_deprecated(ngx_conf_t *cf, void *post, void *data);
ngx_conf_t        222 core/ngx_conf_file.h char *ngx_conf_check_num_bounds(ngx_conf_t *cf, void *post, void *data);
ngx_conf_t        317 core/ngx_conf_file.h char *ngx_conf_param(ngx_conf_t *cf);
ngx_conf_t        318 core/ngx_conf_file.h char *ngx_conf_parse(ngx_conf_t *cf, ngx_str_t *filename);
ngx_conf_t        324 core/ngx_conf_file.h void ngx_cdecl ngx_conf_log_error(ngx_uint_t level, ngx_conf_t *cf,
ngx_conf_t        328 core/ngx_conf_file.h char *ngx_conf_set_flag_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
ngx_conf_t        329 core/ngx_conf_file.h char *ngx_conf_set_str_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
ngx_conf_t        330 core/ngx_conf_file.h char *ngx_conf_set_str_array_slot(ngx_conf_t *cf, ngx_command_t *cmd,
ngx_conf_t        332 core/ngx_conf_file.h char *ngx_conf_set_keyval_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
ngx_conf_t        333 core/ngx_conf_file.h char *ngx_conf_set_num_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
ngx_conf_t        334 core/ngx_conf_file.h char *ngx_conf_set_size_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
ngx_conf_t        335 core/ngx_conf_file.h char *ngx_conf_set_off_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
ngx_conf_t        336 core/ngx_conf_file.h char *ngx_conf_set_msec_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
ngx_conf_t        337 core/ngx_conf_file.h char *ngx_conf_set_sec_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
ngx_conf_t        338 core/ngx_conf_file.h char *ngx_conf_set_bufs_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
ngx_conf_t        339 core/ngx_conf_file.h char *ngx_conf_set_enum_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
ngx_conf_t        340 core/ngx_conf_file.h char *ngx_conf_set_bitmask_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
ngx_conf_t         19 core/ngx_connection.c ngx_create_listening(ngx_conf_t *cf, void *sockaddr, socklen_t socklen)
ngx_conf_t        178 core/ngx_connection.h ngx_listening_t *ngx_create_listening(ngx_conf_t *cf, void *sockaddr,
ngx_conf_t         12 core/ngx_core.h typedef struct ngx_conf_s        ngx_conf_t;
ngx_conf_t         12 core/ngx_cycle.c static void ngx_destroy_cycle_pools(ngx_conf_t *conf);
ngx_conf_t         49 core/ngx_cycle.c     ngx_conf_t           conf;
ngx_conf_t        235 core/ngx_cycle.c     ngx_memzero(&conf, sizeof(ngx_conf_t));
ngx_conf_t        846 core/ngx_cycle.c ngx_destroy_cycle_pools(ngx_conf_t *conf)
ngx_conf_t       1262 core/ngx_cycle.c ngx_shared_memory_add(ngx_conf_t *cf, ngx_str_t *name, size_t size, void *tag)
ngx_conf_t        127 core/ngx_cycle.h ngx_shm_zone_t *ngx_shared_memory_add(ngx_conf_t *cf, ngx_str_t *name,
ngx_conf_t        238 core/ngx_file.c ngx_conf_set_path_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
ngx_conf_t        301 core/ngx_file.c ngx_conf_merge_path_value(ngx_conf_t *cf, ngx_path_t **path, ngx_path_t *prev,
ngx_conf_t        345 core/ngx_file.c ngx_conf_set_access_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
ngx_conf_t        407 core/ngx_file.c ngx_add_path(ngx_conf_t *cf, ngx_path_t **slot)
ngx_conf_t        130 core/ngx_file.h ngx_int_t ngx_add_path(ngx_conf_t *cf, ngx_path_t **slot);
ngx_conf_t        139 core/ngx_file.h char *ngx_conf_set_path_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
ngx_conf_t        140 core/ngx_file.h char *ngx_conf_merge_path_value(ngx_conf_t *cf, ngx_path_t **path,
ngx_conf_t        142 core/ngx_file.h char *ngx_conf_set_access_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
ngx_conf_t         11 core/ngx_log.c static char *ngx_error_log(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
ngx_conf_t        370 core/ngx_log.c ngx_log_set_levels(ngx_conf_t *cf, ngx_log_t *log)
ngx_conf_t        424 core/ngx_log.c ngx_error_log(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
ngx_conf_t        200 core/ngx_log.h char *ngx_log_set_levels(ngx_conf_t *cf, ngx_log_t *log);
ngx_conf_t         94 core/ngx_resolver.c ngx_resolver_create(ngx_conf_t *cf, ngx_addr_t *addr)
ngx_conf_t        138 core/ngx_resolver.h ngx_resolver_t *ngx_resolver_create(ngx_conf_t *cf, ngx_addr_t *addr);
ngx_conf_t         58 event/modules/ngx_rtsig_module.c static char *ngx_check_ngx_overflow_threshold_bounds(ngx_conf_t *cf,
ngx_conf_t        723 event/modules/ngx_rtsig_module.c ngx_check_ngx_overflow_threshold_bounds(ngx_conf_t *cf, void *post, void *data)
ngx_conf_t         25 event/ngx_event.c static char *ngx_events_block(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
ngx_conf_t         27 event/ngx_event.c static char *ngx_event_connections(ngx_conf_t *cf, ngx_command_t *cmd,
ngx_conf_t         29 event/ngx_event.c static char *ngx_event_use(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
ngx_conf_t         30 event/ngx_event.c static char *ngx_event_debug_connection(ngx_conf_t *cf, ngx_command_t *cmd,
ngx_conf_t        877 event/ngx_event.c ngx_events_block(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
ngx_conf_t        882 event/ngx_event.c     ngx_conf_t            pcf;
ngx_conf_t        955 event/ngx_event.c ngx_event_connections(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
ngx_conf_t        987 event/ngx_event.c ngx_event_use(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
ngx_conf_t       1050 event/ngx_event.c ngx_event_debug_connection(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
ngx_conf_t         42 event/ngx_event_openssl.c static char *ngx_openssl_engine(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
ngx_conf_t        188 event/ngx_event_openssl.c ngx_ssl_certificate(ngx_conf_t *cf, ngx_ssl_t *ssl, ngx_str_t *cert,
ngx_conf_t        222 event/ngx_event_openssl.c ngx_ssl_client_certificate(ngx_conf_t *cf, ngx_ssl_t *ssl, ngx_str_t *cert,
ngx_conf_t        270 event/ngx_event_openssl.c ngx_ssl_crl(ngx_conf_t *cf, ngx_ssl_t *ssl, ngx_str_t *crl)
ngx_conf_t        400 event/ngx_event_openssl.c ngx_ssl_dhparam(ngx_conf_t *cf, ngx_ssl_t *ssl, ngx_str_t *file)
ngx_conf_t       2277 event/ngx_event_openssl.c ngx_openssl_engine(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
ngx_conf_t         97 event/ngx_event_openssl.h ngx_int_t ngx_ssl_certificate(ngx_conf_t *cf, ngx_ssl_t *ssl,
ngx_conf_t         99 event/ngx_event_openssl.h ngx_int_t ngx_ssl_client_certificate(ngx_conf_t *cf, ngx_ssl_t *ssl,
ngx_conf_t        101 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        103 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         44 http/modules/ngx_http_access_module.c static char *ngx_http_access_rule(ngx_conf_t *cf, ngx_command_t *cmd,
ngx_conf_t         46 http/modules/ngx_http_access_module.c static void *ngx_http_access_create_loc_conf(ngx_conf_t *cf);
ngx_conf_t         47 http/modules/ngx_http_access_module.c static char *ngx_http_access_merge_loc_conf(ngx_conf_t *cf,
ngx_conf_t         49 http/modules/ngx_http_access_module.c static ngx_int_t ngx_http_access_init(ngx_conf_t *cf);
ngx_conf_t        237 http/modules/ngx_http_access_module.c ngx_http_access_rule(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
ngx_conf_t        327 http/modules/ngx_http_access_module.c ngx_http_access_create_loc_conf(ngx_conf_t *cf)
ngx_conf_t        341 http/modules/ngx_http_access_module.c ngx_http_access_merge_loc_conf(ngx_conf_t *cf, void *parent, void *child)
ngx_conf_t        361 http/modules/ngx_http_access_module.c ngx_http_access_init(ngx_conf_t *cf)
ngx_conf_t         26 http/modules/ngx_http_addition_filter_module.c static void *ngx_http_addition_create_conf(ngx_conf_t *cf);
ngx_conf_t         27 http/modules/ngx_http_addition_filter_module.c static char *ngx_http_addition_merge_conf(ngx_conf_t *cf, void *parent,
ngx_conf_t         29 http/modules/ngx_http_addition_filter_module.c static ngx_int_t ngx_http_addition_filter_init(ngx_conf_t *cf);
ngx_conf_t        196 http/modules/ngx_http_addition_filter_module.c ngx_http_addition_filter_init(ngx_conf_t *cf)
ngx_conf_t        209 http/modules/ngx_http_addition_filter_module.c ngx_http_addition_create_conf(ngx_conf_t *cf)
ngx_conf_t        232 http/modules/ngx_http_addition_filter_module.c ngx_http_addition_merge_conf(ngx_conf_t *cf, void *parent, void *child)
ngx_conf_t         32 http/modules/ngx_http_auth_basic_module.c static void *ngx_http_auth_basic_create_loc_conf(ngx_conf_t *cf);
ngx_conf_t         33 http/modules/ngx_http_auth_basic_module.c static char *ngx_http_auth_basic_merge_loc_conf(ngx_conf_t *cf,
ngx_conf_t         35 http/modules/ngx_http_auth_basic_module.c static ngx_int_t ngx_http_auth_basic_init(ngx_conf_t *cf);
ngx_conf_t         36 http/modules/ngx_http_auth_basic_module.c static char *ngx_http_auth_basic(ngx_conf_t *cf, void *post, void *data);
ngx_conf_t         37 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        368 http/modules/ngx_http_auth_basic_module.c ngx_http_auth_basic_create_loc_conf(ngx_conf_t *cf)
ngx_conf_t        382 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        400 http/modules/ngx_http_auth_basic_module.c ngx_http_auth_basic_init(ngx_conf_t *cf)
ngx_conf_t        419 http/modules/ngx_http_auth_basic_module.c ngx_http_auth_basic(ngx_conf_t *cf, void *post, void *data)
ngx_conf_t        450 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         54 http/modules/ngx_http_autoindex_module.c static ngx_int_t ngx_http_autoindex_init(ngx_conf_t *cf);
ngx_conf_t         55 http/modules/ngx_http_autoindex_module.c static void *ngx_http_autoindex_create_loc_conf(ngx_conf_t *cf);
ngx_conf_t         56 http/modules/ngx_http_autoindex_module.c static char *ngx_http_autoindex_merge_loc_conf(ngx_conf_t *cf,
ngx_conf_t        624 http/modules/ngx_http_autoindex_module.c ngx_http_autoindex_create_loc_conf(ngx_conf_t *cf)
ngx_conf_t        642 http/modules/ngx_http_autoindex_module.c ngx_http_autoindex_merge_loc_conf(ngx_conf_t *cf, void *parent, void *child)
ngx_conf_t        656 http/modules/ngx_http_autoindex_module.c ngx_http_autoindex_init(ngx_conf_t *cf)
ngx_conf_t         65 http/modules/ngx_http_browser_module.c static ngx_int_t ngx_http_browser_add_variable(ngx_conf_t *cf);
ngx_conf_t         66 http/modules/ngx_http_browser_module.c static void *ngx_http_browser_create_conf(ngx_conf_t *cf);
ngx_conf_t         67 http/modules/ngx_http_browser_module.c static char *ngx_http_browser_merge_conf(ngx_conf_t *cf, void *parent,
ngx_conf_t         71 http/modules/ngx_http_browser_module.c static char *ngx_http_modern_browser(ngx_conf_t *cf, ngx_command_t *cmd,
ngx_conf_t         73 http/modules/ngx_http_browser_module.c static char *ngx_http_ancient_browser(ngx_conf_t *cf, ngx_command_t *cmd,
ngx_conf_t         75 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         77 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        399 http/modules/ngx_http_browser_module.c ngx_http_browser_add_variable(ngx_conf_t *cf)
ngx_conf_t        420 http/modules/ngx_http_browser_module.c ngx_http_browser_create_conf(ngx_conf_t *cf)
ngx_conf_t        446 http/modules/ngx_http_browser_module.c ngx_http_browser_merge_conf(ngx_conf_t *cf, void *parent, void *child)
ngx_conf_t        538 http/modules/ngx_http_browser_module.c ngx_http_modern_browser(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
ngx_conf_t        630 http/modules/ngx_http_browser_module.c ngx_http_ancient_browser(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
ngx_conf_t        666 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        691 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        109 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        111 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        114 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        118 http/modules/ngx_http_charset_filter_module.c static void *ngx_http_charset_create_main_conf(ngx_conf_t *cf);
ngx_conf_t        119 http/modules/ngx_http_charset_filter_module.c static void *ngx_http_charset_create_loc_conf(ngx_conf_t *cf);
ngx_conf_t        120 http/modules/ngx_http_charset_filter_module.c static char *ngx_http_charset_merge_loc_conf(ngx_conf_t *cf,
ngx_conf_t        122 http/modules/ngx_http_charset_filter_module.c static ngx_int_t ngx_http_charset_postconfiguration(ngx_conf_t *cf);
ngx_conf_t       1166 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       1175 http/modules/ngx_http_charset_filter_module.c     ngx_conf_t                    pvcf;
ngx_conf_t       1302 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       1392 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       1485 http/modules/ngx_http_charset_filter_module.c ngx_http_charset_create_main_conf(ngx_conf_t *cf)
ngx_conf_t       1519 http/modules/ngx_http_charset_filter_module.c ngx_http_charset_create_loc_conf(ngx_conf_t *cf)
ngx_conf_t       1544 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       1603 http/modules/ngx_http_charset_filter_module.c ngx_http_charset_postconfiguration(ngx_conf_t *cf)
ngx_conf_t         12 http/modules/ngx_http_chunked_filter_module.c static ngx_int_t ngx_http_chunked_filter_init(ngx_conf_t *cf);
ngx_conf_t        195 http/modules/ngx_http_chunked_filter_module.c ngx_http_chunked_filter_init(ngx_conf_t *cf)
ngx_conf_t         61 http/modules/ngx_http_dav_module.c static void *ngx_http_dav_create_loc_conf(ngx_conf_t *cf);
ngx_conf_t         62 http/modules/ngx_http_dav_module.c static char *ngx_http_dav_merge_loc_conf(ngx_conf_t *cf,
ngx_conf_t         64 http/modules/ngx_http_dav_module.c static ngx_int_t ngx_http_dav_init(ngx_conf_t *cf);
ngx_conf_t       1080 http/modules/ngx_http_dav_module.c ngx_http_dav_create_loc_conf(ngx_conf_t *cf)
ngx_conf_t       1104 http/modules/ngx_http_dav_module.c ngx_http_dav_merge_loc_conf(ngx_conf_t *cf, void *parent, void *child)
ngx_conf_t       1125 http/modules/ngx_http_dav_module.c ngx_http_dav_init(ngx_conf_t *cf)
ngx_conf_t         29 http/modules/ngx_http_degradation_module.c static void *ngx_http_degradation_create_main_conf(ngx_conf_t *cf);
ngx_conf_t         30 http/modules/ngx_http_degradation_module.c static void *ngx_http_degradation_create_loc_conf(ngx_conf_t *cf);
ngx_conf_t         31 http/modules/ngx_http_degradation_module.c static char *ngx_http_degradation_merge_loc_conf(ngx_conf_t *cf, void *parent,
ngx_conf_t         33 http/modules/ngx_http_degradation_module.c static char *ngx_http_degradation(ngx_conf_t *cf, ngx_command_t *cmd,
ngx_conf_t         35 http/modules/ngx_http_degradation_module.c static ngx_int_t ngx_http_degradation_init(ngx_conf_t *cf);
ngx_conf_t        154 http/modules/ngx_http_degradation_module.c ngx_http_degradation_create_main_conf(ngx_conf_t *cf)
ngx_conf_t        168 http/modules/ngx_http_degradation_module.c ngx_http_degradation_create_loc_conf(ngx_conf_t *cf)
ngx_conf_t        184 http/modules/ngx_http_degradation_module.c ngx_http_degradation_merge_loc_conf(ngx_conf_t *cf, void *parent, void *child)
ngx_conf_t        196 http/modules/ngx_http_degradation_module.c ngx_http_degradation(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
ngx_conf_t        227 http/modules/ngx_http_degradation_module.c ngx_http_degradation_init(ngx_conf_t *cf)
ngx_conf_t         11 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        138 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        141 http/modules/ngx_http_fastcgi_module.c static ngx_int_t ngx_http_fastcgi_add_variables(ngx_conf_t *cf);
ngx_conf_t        142 http/modules/ngx_http_fastcgi_module.c static void *ngx_http_fastcgi_create_loc_conf(ngx_conf_t *cf);
ngx_conf_t        143 http/modules/ngx_http_fastcgi_module.c static char *ngx_http_fastcgi_merge_loc_conf(ngx_conf_t *cf,
ngx_conf_t        152 http/modules/ngx_http_fastcgi_module.c static char *ngx_http_fastcgi_pass(ngx_conf_t *cf, ngx_command_t *cmd,
ngx_conf_t        154 http/modules/ngx_http_fastcgi_module.c static char *ngx_http_fastcgi_split_path_info(ngx_conf_t *cf,
ngx_conf_t        156 http/modules/ngx_http_fastcgi_module.c static char *ngx_http_fastcgi_store(ngx_conf_t *cf, ngx_command_t *cmd,
ngx_conf_t        159 http/modules/ngx_http_fastcgi_module.c static char *ngx_http_fastcgi_cache(ngx_conf_t *cf, ngx_command_t *cmd,
ngx_conf_t        161 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        165 http/modules/ngx_http_fastcgi_module.c static char *ngx_http_fastcgi_lowat_check(ngx_conf_t *cf, void *post,
ngx_conf_t       1923 http/modules/ngx_http_fastcgi_module.c ngx_http_fastcgi_add_variables(ngx_conf_t *cf)
ngx_conf_t       1942 http/modules/ngx_http_fastcgi_module.c ngx_http_fastcgi_create_loc_conf(ngx_conf_t *cf)
ngx_conf_t       2011 http/modules/ngx_http_fastcgi_module.c ngx_http_fastcgi_merge_loc_conf(ngx_conf_t *cf, void *parent, void *child)
ngx_conf_t       2605 http/modules/ngx_http_fastcgi_module.c ngx_http_fastcgi_pass(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
ngx_conf_t       2667 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       2713 http/modules/ngx_http_fastcgi_module.c ngx_http_fastcgi_store(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
ngx_conf_t       2772 http/modules/ngx_http_fastcgi_module.c ngx_http_fastcgi_cache(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
ngx_conf_t       2804 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       2834 http/modules/ngx_http_fastcgi_module.c ngx_http_fastcgi_lowat_check(ngx_conf_t *cf, void *post, void *data)
ngx_conf_t         11 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        245 http/modules/ngx_http_flv_module.c ngx_http_flv(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
ngx_conf_t         72 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         73 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         74 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         76 http/modules/ngx_http_geo_module.c static char *ngx_http_geo_add_range(ngx_conf_t *cf,
ngx_conf_t         78 http/modules/ngx_http_geo_module.c static ngx_uint_t ngx_http_geo_delete_range(ngx_conf_t *cf,
ngx_conf_t         80 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         82 http/modules/ngx_http_geo_module.c static ngx_http_variable_value_t *ngx_http_geo_value(ngx_conf_t *cf,
ngx_conf_t         84 http/modules/ngx_http_geo_module.c static char *ngx_http_geo_add_proxy(ngx_conf_t *cf,
ngx_conf_t         86 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         88 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         90 http/modules/ngx_http_geo_module.c static ngx_int_t ngx_http_geo_include_binary_base(ngx_conf_t *cf,
ngx_conf_t        290 http/modules/ngx_http_geo_module.c ngx_http_geo_block(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
ngx_conf_t        297 http/modules/ngx_http_geo_module.c     ngx_conf_t                save;
ngx_conf_t        443 http/modules/ngx_http_geo_module.c ngx_http_geo(ngx_conf_t *cf, ngx_command_t *dummy, void *conf)
ngx_conf_t        518 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        629 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        824 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        887 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        974 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       1027 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       1052 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       1088 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       1140 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         41 http/modules/ngx_http_geoip_module.c static ngx_int_t ngx_http_geoip_add_variables(ngx_conf_t *cf);
ngx_conf_t         42 http/modules/ngx_http_geoip_module.c static void *ngx_http_geoip_create_conf(ngx_conf_t *cf);
ngx_conf_t         43 http/modules/ngx_http_geoip_module.c static char *ngx_http_geoip_country(ngx_conf_t *cf, ngx_command_t *cmd,
ngx_conf_t         45 http/modules/ngx_http_geoip_module.c static char *ngx_http_geoip_city(ngx_conf_t *cf, ngx_command_t *cmd,
ngx_conf_t        386 http/modules/ngx_http_geoip_module.c ngx_http_geoip_add_variables(ngx_conf_t *cf)
ngx_conf_t        405 http/modules/ngx_http_geoip_module.c ngx_http_geoip_create_conf(ngx_conf_t *cf)
ngx_conf_t        428 http/modules/ngx_http_geoip_module.c ngx_http_geoip_country(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
ngx_conf_t        478 http/modules/ngx_http_geoip_module.c ngx_http_geoip_city(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
ngx_conf_t        109 http/modules/ngx_http_gzip_filter_module.c static ngx_int_t ngx_http_gzip_add_variables(ngx_conf_t *cf);
ngx_conf_t        113 http/modules/ngx_http_gzip_filter_module.c static ngx_int_t ngx_http_gzip_filter_init(ngx_conf_t *cf);
ngx_conf_t        114 http/modules/ngx_http_gzip_filter_module.c static void *ngx_http_gzip_create_conf(ngx_conf_t *cf);
ngx_conf_t        115 http/modules/ngx_http_gzip_filter_module.c static char *ngx_http_gzip_merge_conf(ngx_conf_t *cf,
ngx_conf_t        117 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        118 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       1025 http/modules/ngx_http_gzip_filter_module.c ngx_http_gzip_add_variables(ngx_conf_t *cf)
ngx_conf_t       1085 http/modules/ngx_http_gzip_filter_module.c ngx_http_gzip_create_conf(ngx_conf_t *cf)
ngx_conf_t       1116 http/modules/ngx_http_gzip_filter_module.c ngx_http_gzip_merge_conf(ngx_conf_t *cf, void *parent, void *child)
ngx_conf_t       1148 http/modules/ngx_http_gzip_filter_module.c ngx_http_gzip_filter_init(ngx_conf_t *cf)
ngx_conf_t       1161 http/modules/ngx_http_gzip_filter_module.c ngx_http_gzip_window(ngx_conf_t *cf, void *post, void *data)
ngx_conf_t       1185 http/modules/ngx_http_gzip_filter_module.c ngx_http_gzip_hash(ngx_conf_t *cf, void *post, void *data)
ngx_conf_t         18 http/modules/ngx_http_gzip_static_module.c static void *ngx_http_gzip_static_create_conf(ngx_conf_t *cf);
ngx_conf_t         19 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         21 http/modules/ngx_http_gzip_static_module.c static ngx_int_t ngx_http_gzip_static_init(ngx_conf_t *cf);
ngx_conf_t        255 http/modules/ngx_http_gzip_static_module.c ngx_http_gzip_static_create_conf(ngx_conf_t *cf)
ngx_conf_t        271 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        283 http/modules/ngx_http_gzip_static_module.c ngx_http_gzip_static_init(ngx_conf_t *cf)
ngx_conf_t         56 http/modules/ngx_http_headers_filter_module.c static void *ngx_http_headers_create_conf(ngx_conf_t *cf);
ngx_conf_t         57 http/modules/ngx_http_headers_filter_module.c static char *ngx_http_headers_merge_conf(ngx_conf_t *cf,
ngx_conf_t         59 http/modules/ngx_http_headers_filter_module.c static ngx_int_t ngx_http_headers_filter_init(ngx_conf_t *cf);
ngx_conf_t         60 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         62 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        403 http/modules/ngx_http_headers_filter_module.c ngx_http_headers_create_conf(ngx_conf_t *cf)
ngx_conf_t        426 http/modules/ngx_http_headers_filter_module.c ngx_http_headers_merge_conf(ngx_conf_t *cf, void *parent, void *child)
ngx_conf_t        449 http/modules/ngx_http_headers_filter_module.c ngx_http_headers_filter_init(ngx_conf_t *cf)
ngx_conf_t        459 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        554 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        101 http/modules/ngx_http_image_filter_module.c static void *ngx_http_image_filter_create_conf(ngx_conf_t *cf);
ngx_conf_t        102 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        104 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        106 http/modules/ngx_http_image_filter_module.c static char *ngx_http_image_filter_jpeg_quality(ngx_conf_t *cf,
ngx_conf_t        108 http/modules/ngx_http_image_filter_module.c static ngx_int_t ngx_http_image_filter_init(ngx_conf_t *cf);
ngx_conf_t       1134 http/modules/ngx_http_image_filter_module.c ngx_http_image_filter_create_conf(ngx_conf_t *cf)
ngx_conf_t       1154 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       1195 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       1344 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       1391 http/modules/ngx_http_image_filter_module.c ngx_http_image_filter_init(ngx_conf_t *cf)
ngx_conf_t         33 http/modules/ngx_http_index_module.c static ngx_int_t ngx_http_index_init(ngx_conf_t *cf);
ngx_conf_t         34 http/modules/ngx_http_index_module.c static void *ngx_http_index_create_loc_conf(ngx_conf_t *cf);
ngx_conf_t         35 http/modules/ngx_http_index_module.c static char *ngx_http_index_merge_loc_conf(ngx_conf_t *cf,
ngx_conf_t         37 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        363 http/modules/ngx_http_index_module.c ngx_http_index_create_loc_conf(ngx_conf_t *cf)
ngx_conf_t        380 http/modules/ngx_http_index_module.c ngx_http_index_merge_loc_conf(ngx_conf_t *cf, void *parent, void *child)
ngx_conf_t        418 http/modules/ngx_http_index_module.c ngx_http_index_init(ngx_conf_t *cf)
ngx_conf_t        439 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         58 http/modules/ngx_http_limit_req_module.c static void *ngx_http_limit_req_create_conf(ngx_conf_t *cf);
ngx_conf_t         59 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         61 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         63 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         65 http/modules/ngx_http_limit_req_module.c static ngx_int_t ngx_http_limit_req_init(ngx_conf_t *cf);
ngx_conf_t        542 http/modules/ngx_http_limit_req_module.c ngx_http_limit_req_create_conf(ngx_conf_t *cf)
ngx_conf_t        566 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        586 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        721 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        796 http/modules/ngx_http_limit_req_module.c ngx_http_limit_req_init(ngx_conf_t *cf)
ngx_conf_t         42 http/modules/ngx_http_limit_zone_module.c static void *ngx_http_limit_zone_create_conf(ngx_conf_t *cf);
ngx_conf_t         43 http/modules/ngx_http_limit_zone_module.c static char *ngx_http_limit_zone_merge_conf(ngx_conf_t *cf, void *parent,
ngx_conf_t         45 http/modules/ngx_http_limit_zone_module.c static char *ngx_http_limit_zone(ngx_conf_t *cf, ngx_command_t *cmd,
ngx_conf_t         47 http/modules/ngx_http_limit_zone_module.c static char *ngx_http_limit_conn(ngx_conf_t *cf, ngx_command_t *cmd,
ngx_conf_t         49 http/modules/ngx_http_limit_zone_module.c static ngx_int_t ngx_http_limit_zone_init(ngx_conf_t *cf);
ngx_conf_t        395 http/modules/ngx_http_limit_zone_module.c ngx_http_limit_zone_create_conf(ngx_conf_t *cf)
ngx_conf_t        418 http/modules/ngx_http_limit_zone_module.c ngx_http_limit_zone_merge_conf(ngx_conf_t *cf, void *parent, void *child)
ngx_conf_t        434 http/modules/ngx_http_limit_zone_module.c ngx_http_limit_zone(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
ngx_conf_t        502 http/modules/ngx_http_limit_zone_module.c ngx_http_limit_conn(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
ngx_conf_t        541 http/modules/ngx_http_limit_zone_module.c ngx_http_limit_zone_init(ngx_conf_t *cf)
ngx_conf_t        101 http/modules/ngx_http_log_module.c static ngx_int_t ngx_http_log_variable_compile(ngx_conf_t *cf,
ngx_conf_t        110 http/modules/ngx_http_log_module.c static void *ngx_http_log_create_main_conf(ngx_conf_t *cf);
ngx_conf_t        111 http/modules/ngx_http_log_module.c static void *ngx_http_log_create_loc_conf(ngx_conf_t *cf);
ngx_conf_t        112 http/modules/ngx_http_log_module.c static char *ngx_http_log_merge_loc_conf(ngx_conf_t *cf, void *parent,
ngx_conf_t        114 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        116 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        118 http/modules/ngx_http_log_module.c static char *ngx_http_log_compile_format(ngx_conf_t *cf,
ngx_conf_t        120 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        122 http/modules/ngx_http_log_module.c static ngx_int_t ngx_http_log_init(ngx_conf_t *cf);
ngx_conf_t        617 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        738 http/modules/ngx_http_log_module.c ngx_http_log_create_main_conf(ngx_conf_t *cf)
ngx_conf_t        774 http/modules/ngx_http_log_module.c ngx_http_log_create_loc_conf(ngx_conf_t *cf)
ngx_conf_t        790 http/modules/ngx_http_log_module.c ngx_http_log_merge_loc_conf(ngx_conf_t *cf, void *parent, void *child)
ngx_conf_t        852 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        999 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       1043 http/modules/ngx_http_log_module.c ngx_http_log_compile_format(ngx_conf_t *cf, ngx_array_t *flushes,
ngx_conf_t       1226 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       1334 http/modules/ngx_http_log_module.c ngx_http_log_init(ngx_conf_t *cf)
ngx_conf_t         28 http/modules/ngx_http_map_module.c     ngx_conf_t                 *cf;
ngx_conf_t         43 http/modules/ngx_http_map_module.c static void *ngx_http_map_create_conf(ngx_conf_t *cf);
ngx_conf_t         44 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         45 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        156 http/modules/ngx_http_map_module.c ngx_http_map_create_conf(ngx_conf_t *cf)
ngx_conf_t        173 http/modules/ngx_http_map_module.c ngx_http_map_block(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
ngx_conf_t        179 http/modules/ngx_http_map_module.c     ngx_conf_t                         save;
ngx_conf_t        372 http/modules/ngx_http_map_module.c ngx_http_map(ngx_conf_t *cf, ngx_command_t *dummy, void *conf)
ngx_conf_t         34 http/modules/ngx_http_memcached_module.c static void *ngx_http_memcached_create_loc_conf(ngx_conf_t *cf);
ngx_conf_t         35 http/modules/ngx_http_memcached_module.c static char *ngx_http_memcached_merge_loc_conf(ngx_conf_t *cf,
ngx_conf_t         38 http/modules/ngx_http_memcached_module.c static char *ngx_http_memcached_pass(ngx_conf_t *cf, ngx_command_t *cmd,
ngx_conf_t        496 http/modules/ngx_http_memcached_module.c ngx_http_memcached_create_loc_conf(ngx_conf_t *cf)
ngx_conf_t        542 http/modules/ngx_http_memcached_module.c ngx_http_memcached_merge_loc_conf(ngx_conf_t *cf, void *parent, void *child)
ngx_conf_t        584 http/modules/ngx_http_memcached_module.c ngx_http_memcached_pass(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
ngx_conf_t         14 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        136 http/modules/ngx_http_not_modified_filter_module.c ngx_http_not_modified_filter_init(ngx_conf_t *cf)
ngx_conf_t        112 http/modules/ngx_http_proxy_module.c static ngx_int_t ngx_http_proxy_add_variables(ngx_conf_t *cf);
ngx_conf_t        113 http/modules/ngx_http_proxy_module.c static void *ngx_http_proxy_create_loc_conf(ngx_conf_t *cf);
ngx_conf_t        114 http/modules/ngx_http_proxy_module.c static char *ngx_http_proxy_merge_loc_conf(ngx_conf_t *cf,
ngx_conf_t        116 http/modules/ngx_http_proxy_module.c static ngx_int_t ngx_http_proxy_merge_headers(ngx_conf_t *cf,
ngx_conf_t        119 http/modules/ngx_http_proxy_module.c static char *ngx_http_proxy_pass(ngx_conf_t *cf, ngx_command_t *cmd,
ngx_conf_t        121 http/modules/ngx_http_proxy_module.c static char *ngx_http_proxy_redirect(ngx_conf_t *cf, ngx_command_t *cmd,
ngx_conf_t        123 http/modules/ngx_http_proxy_module.c static char *ngx_http_proxy_store(ngx_conf_t *cf, ngx_command_t *cmd,
ngx_conf_t        126 http/modules/ngx_http_proxy_module.c static char *ngx_http_proxy_cache(ngx_conf_t *cf, ngx_command_t *cmd,
ngx_conf_t        128 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        132 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        135 http/modules/ngx_http_proxy_module.c static ngx_int_t ngx_http_proxy_set_ssl(ngx_conf_t *cf,
ngx_conf_t       1612 http/modules/ngx_http_proxy_module.c ngx_http_proxy_add_variables(ngx_conf_t *cf)
ngx_conf_t       1631 http/modules/ngx_http_proxy_module.c ngx_http_proxy_create_loc_conf(ngx_conf_t *cf)
ngx_conf_t       1715 http/modules/ngx_http_proxy_module.c ngx_http_proxy_merge_loc_conf(ngx_conf_t *cf, void *parent, void *child)
ngx_conf_t       2094 http/modules/ngx_http_proxy_module.c ngx_http_proxy_merge_headers(ngx_conf_t *cf, ngx_http_proxy_loc_conf_t *conf,
ngx_conf_t       2342 http/modules/ngx_http_proxy_module.c ngx_http_proxy_pass(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
ngx_conf_t       2468 http/modules/ngx_http_proxy_module.c ngx_http_proxy_redirect(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
ngx_conf_t       2593 http/modules/ngx_http_proxy_module.c ngx_http_proxy_store(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
ngx_conf_t       2652 http/modules/ngx_http_proxy_module.c ngx_http_proxy_cache(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
ngx_conf_t       2684 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       2714 http/modules/ngx_http_proxy_module.c ngx_http_proxy_lowat_check(ngx_conf_t *cf, void *post, void *data)
ngx_conf_t       2745 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         22 http/modules/ngx_http_random_index_module.c static ngx_int_t ngx_http_random_index_init(ngx_conf_t *cf);
ngx_conf_t         23 http/modules/ngx_http_random_index_module.c static void *ngx_http_random_index_create_loc_conf(ngx_conf_t *cf);
ngx_conf_t         24 http/modules/ngx_http_random_index_module.c static char *ngx_http_random_index_merge_loc_conf(ngx_conf_t *cf,
ngx_conf_t        273 http/modules/ngx_http_random_index_module.c ngx_http_random_index_create_loc_conf(ngx_conf_t *cf)
ngx_conf_t        289 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        301 http/modules/ngx_http_random_index_module.c ngx_http_random_index_init(ngx_conf_t *cf)
ngx_conf_t         75 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         76 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        845 http/modules/ngx_http_range_filter_module.c ngx_http_range_header_filter_init(ngx_conf_t *cf)
ngx_conf_t        855 http/modules/ngx_http_range_filter_module.c ngx_http_range_body_filter_init(ngx_conf_t *cf)
ngx_conf_t         46 http/modules/ngx_http_realip_module.c static char *ngx_http_realip_from(ngx_conf_t *cf, ngx_command_t *cmd,
ngx_conf_t         48 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         49 http/modules/ngx_http_realip_module.c static void *ngx_http_realip_create_loc_conf(ngx_conf_t *cf);
ngx_conf_t         50 http/modules/ngx_http_realip_module.c static char *ngx_http_realip_merge_loc_conf(ngx_conf_t *cf,
ngx_conf_t         52 http/modules/ngx_http_realip_module.c static ngx_int_t ngx_http_realip_init(ngx_conf_t *cf);
ngx_conf_t        312 http/modules/ngx_http_realip_module.c ngx_http_realip_from(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
ngx_conf_t        372 http/modules/ngx_http_realip_module.c ngx_http_realip(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
ngx_conf_t        399 http/modules/ngx_http_realip_module.c ngx_http_realip_create_loc_conf(ngx_conf_t *cf)
ngx_conf_t        426 http/modules/ngx_http_realip_module.c ngx_http_realip_merge_loc_conf(ngx_conf_t *cf, void *parent, void *child)
ngx_conf_t        453 http/modules/ngx_http_realip_module.c ngx_http_realip_init(ngx_conf_t *cf)
ngx_conf_t         35 http/modules/ngx_http_referer_module.c static void * ngx_http_referer_create_conf(ngx_conf_t *cf);
ngx_conf_t         36 http/modules/ngx_http_referer_module.c static char * ngx_http_referer_merge_conf(ngx_conf_t *cf, void *parent,
ngx_conf_t         38 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 http/modules/ngx_http_referer_module.c static char *ngx_http_add_referer(ngx_conf_t *cf, ngx_hash_keys_arrays_t *keys,
ngx_conf_t         42 http/modules/ngx_http_referer_module.c static char *ngx_http_add_regex_referer(ngx_conf_t *cf,
ngx_conf_t        227 http/modules/ngx_http_referer_module.c ngx_http_referer_create_conf(ngx_conf_t *cf)
ngx_conf_t        248 http/modules/ngx_http_referer_module.c ngx_http_referer_merge_conf(ngx_conf_t *cf, void *parent, void *child)
ngx_conf_t        355 http/modules/ngx_http_referer_module.c ngx_http_valid_referers(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
ngx_conf_t        469 http/modules/ngx_http_referer_module.c ngx_http_add_referer(ngx_conf_t *cf, ngx_hash_keys_arrays_t *keys,
ngx_conf_t        508 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         22 http/modules/ngx_http_rewrite_module.c static void *ngx_http_rewrite_create_loc_conf(ngx_conf_t *cf);
ngx_conf_t         23 http/modules/ngx_http_rewrite_module.c static char *ngx_http_rewrite_merge_loc_conf(ngx_conf_t *cf,
ngx_conf_t         25 http/modules/ngx_http_rewrite_module.c static ngx_int_t ngx_http_rewrite_init(ngx_conf_t *cf);
ngx_conf_t         26 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         27 http/modules/ngx_http_rewrite_module.c static char *ngx_http_rewrite_return(ngx_conf_t *cf, ngx_command_t *cmd,
ngx_conf_t         29 http/modules/ngx_http_rewrite_module.c static char *ngx_http_rewrite_break(ngx_conf_t *cf, ngx_command_t *cmd,
ngx_conf_t         31 http/modules/ngx_http_rewrite_module.c static char *ngx_http_rewrite_if(ngx_conf_t *cf, ngx_command_t *cmd,
ngx_conf_t         33 http/modules/ngx_http_rewrite_module.c static char * ngx_http_rewrite_if_condition(ngx_conf_t *cf,
ngx_conf_t         35 http/modules/ngx_http_rewrite_module.c static char *ngx_http_rewrite_variable(ngx_conf_t *cf,
ngx_conf_t         37 http/modules/ngx_http_rewrite_module.c static char *ngx_http_rewrite_set(ngx_conf_t *cf, ngx_command_t *cmd,
ngx_conf_t         39 http/modules/ngx_http_rewrite_module.c static char * ngx_http_rewrite_value(ngx_conf_t *cf,
ngx_conf_t        217 http/modules/ngx_http_rewrite_module.c ngx_http_rewrite_create_loc_conf(ngx_conf_t *cf)
ngx_conf_t        235 http/modules/ngx_http_rewrite_module.c ngx_http_rewrite_merge_loc_conf(ngx_conf_t *cf, void *parent, void *child)
ngx_conf_t        267 http/modules/ngx_http_rewrite_module.c ngx_http_rewrite_init(ngx_conf_t *cf)
ngx_conf_t        293 http/modules/ngx_http_rewrite_module.c ngx_http_rewrite(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
ngx_conf_t        432 http/modules/ngx_http_rewrite_module.c ngx_http_rewrite_return(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
ngx_conf_t        497 http/modules/ngx_http_rewrite_module.c ngx_http_rewrite_break(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
ngx_conf_t        515 http/modules/ngx_http_rewrite_module.c ngx_http_rewrite_if(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
ngx_conf_t        523 http/modules/ngx_http_rewrite_module.c     ngx_conf_t                    save;
ngx_conf_t        631 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        851 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        880 http/modules/ngx_http_rewrite_module.c ngx_http_rewrite_set(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
ngx_conf_t        952 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         43 http/modules/ngx_http_scgi_module.c static void *ngx_http_scgi_create_loc_conf(ngx_conf_t *cf);
ngx_conf_t         44 http/modules/ngx_http_scgi_module.c static char *ngx_http_scgi_merge_loc_conf(ngx_conf_t *cf, void *parent,
ngx_conf_t         47 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         48 http/modules/ngx_http_scgi_module.c static char *ngx_http_scgi_store(ngx_conf_t *cf, ngx_command_t *cmd,
ngx_conf_t         53 http/modules/ngx_http_scgi_module.c static char *ngx_http_scgi_cache(ngx_conf_t *cf, ngx_command_t *cmd,
ngx_conf_t         55 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        989 http/modules/ngx_http_scgi_module.c ngx_http_scgi_create_loc_conf(ngx_conf_t *cf)
ngx_conf_t       1038 http/modules/ngx_http_scgi_module.c ngx_http_scgi_merge_loc_conf(ngx_conf_t *cf, void *parent, void *child)
ngx_conf_t       1480 http/modules/ngx_http_scgi_module.c ngx_http_scgi_pass(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
ngx_conf_t       1541 http/modules/ngx_http_scgi_module.c ngx_http_scgi_store(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
ngx_conf_t       1598 http/modules/ngx_http_scgi_module.c ngx_http_scgi_cache(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
ngx_conf_t       1630 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         30 http/modules/ngx_http_secure_link_module.c static void *ngx_http_secure_link_create_conf(ngx_conf_t *cf);
ngx_conf_t         31 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         33 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        293 http/modules/ngx_http_secure_link_module.c ngx_http_secure_link_create_conf(ngx_conf_t *cf)
ngx_conf_t        315 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        335 http/modules/ngx_http_secure_link_module.c ngx_http_secure_link_add_variables(ngx_conf_t *cf)
ngx_conf_t         24 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         26 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        110 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        115 http/modules/ngx_http_split_clients_module.c     ngx_conf_t                           save;
ngx_conf_t        197 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        108 http/modules/ngx_http_ssi_filter_module.c static ngx_int_t ngx_http_ssi_preconfiguration(ngx_conf_t *cf);
ngx_conf_t        109 http/modules/ngx_http_ssi_filter_module.c static void *ngx_http_ssi_create_main_conf(ngx_conf_t *cf);
ngx_conf_t        110 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        111 http/modules/ngx_http_ssi_filter_module.c static void *ngx_http_ssi_create_loc_conf(ngx_conf_t *cf);
ngx_conf_t        112 http/modules/ngx_http_ssi_filter_module.c static char *ngx_http_ssi_merge_loc_conf(ngx_conf_t *cf,
ngx_conf_t        114 http/modules/ngx_http_ssi_filter_module.c static ngx_int_t ngx_http_ssi_filter_init(ngx_conf_t *cf);
ngx_conf_t       2649 http/modules/ngx_http_ssi_filter_module.c ngx_http_ssi_preconfiguration(ngx_conf_t *cf)
ngx_conf_t       2689 http/modules/ngx_http_ssi_filter_module.c ngx_http_ssi_create_main_conf(ngx_conf_t *cf)
ngx_conf_t       2710 http/modules/ngx_http_ssi_filter_module.c ngx_http_ssi_init_main_conf(ngx_conf_t *cf, void *conf)
ngx_conf_t       2736 http/modules/ngx_http_ssi_filter_module.c ngx_http_ssi_create_loc_conf(ngx_conf_t *cf)
ngx_conf_t       2764 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       2790 http/modules/ngx_http_ssi_filter_module.c ngx_http_ssi_filter_init(ngx_conf_t *cf)
ngx_conf_t         24 http/modules/ngx_http_ssl_module.c static ngx_int_t ngx_http_ssl_add_variables(ngx_conf_t *cf);
ngx_conf_t         25 http/modules/ngx_http_ssl_module.c static void *ngx_http_ssl_create_srv_conf(ngx_conf_t *cf);
ngx_conf_t         26 http/modules/ngx_http_ssl_module.c static char *ngx_http_ssl_merge_srv_conf(ngx_conf_t *cf,
ngx_conf_t         29 http/modules/ngx_http_ssl_module.c static char *ngx_http_ssl_enable(ngx_conf_t *cf, ngx_command_t *cmd,
ngx_conf_t         31 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        280 http/modules/ngx_http_ssl_module.c ngx_http_ssl_add_variables(ngx_conf_t *cf)
ngx_conf_t        299 http/modules/ngx_http_ssl_module.c ngx_http_ssl_create_srv_conf(ngx_conf_t *cf)
ngx_conf_t        333 http/modules/ngx_http_ssl_module.c ngx_http_ssl_merge_srv_conf(ngx_conf_t *cf, void *parent, void *child)
ngx_conf_t        496 http/modules/ngx_http_ssl_module.c ngx_http_ssl_enable(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
ngx_conf_t        516 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         13 http/modules/ngx_http_static_module.c static ngx_int_t ngx_http_static_init(ngx_conf_t *cf);
ngx_conf_t        260 http/modules/ngx_http_static_module.c ngx_http_static_init(ngx_conf_t *cf)
ngx_conf_t         12 http/modules/ngx_http_stub_status_module.c static char *ngx_http_set_status(ngx_conf_t *cf, ngx_command_t *cmd,
ngx_conf_t        135 http/modules/ngx_http_stub_status_module.c static char *ngx_http_set_status(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
ngx_conf_t         60 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         62 http/modules/ngx_http_sub_filter_module.c static void *ngx_http_sub_create_conf(ngx_conf_t *cf);
ngx_conf_t         63 http/modules/ngx_http_sub_filter_module.c static char *ngx_http_sub_merge_conf(ngx_conf_t *cf,
ngx_conf_t         65 http/modules/ngx_http_sub_filter_module.c static ngx_int_t ngx_http_sub_filter_init(ngx_conf_t *cf);
ngx_conf_t        622 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        654 http/modules/ngx_http_sub_filter_module.c ngx_http_sub_create_conf(ngx_conf_t *cf)
ngx_conf_t        681 http/modules/ngx_http_sub_filter_module.c ngx_http_sub_merge_conf(ngx_conf_t *cf, void *parent, void *child)
ngx_conf_t        706 http/modules/ngx_http_sub_filter_module.c ngx_http_sub_filter_init(ngx_conf_t *cf)
ngx_conf_t         30 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         79 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        222 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         53 http/modules/ngx_http_userid_filter_module.c static ngx_int_t ngx_http_userid_add_variables(ngx_conf_t *cf);
ngx_conf_t         54 http/modules/ngx_http_userid_filter_module.c static ngx_int_t ngx_http_userid_init(ngx_conf_t *cf);
ngx_conf_t         55 http/modules/ngx_http_userid_filter_module.c static void *ngx_http_userid_create_conf(ngx_conf_t *cf);
ngx_conf_t         56 http/modules/ngx_http_userid_filter_module.c static char *ngx_http_userid_merge_conf(ngx_conf_t *cf, void *parent,
ngx_conf_t         58 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         59 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         60 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         62 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         63 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        569 http/modules/ngx_http_userid_filter_module.c ngx_http_userid_add_variables(ngx_conf_t *cf)
ngx_conf_t        592 http/modules/ngx_http_userid_filter_module.c ngx_http_userid_create_conf(ngx_conf_t *cf)
ngx_conf_t        620 http/modules/ngx_http_userid_filter_module.c ngx_http_userid_merge_conf(ngx_conf_t *cf, void *parent, void *child)
ngx_conf_t        649 http/modules/ngx_http_userid_filter_module.c ngx_http_userid_init(ngx_conf_t *cf)
ngx_conf_t        659 http/modules/ngx_http_userid_filter_module.c ngx_http_userid_domain(ngx_conf_t *cf, void *post, void *data)
ngx_conf_t        686 http/modules/ngx_http_userid_filter_module.c ngx_http_userid_path(ngx_conf_t *cf, void *post, void *data)
ngx_conf_t        708 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        744 http/modules/ngx_http_userid_filter_module.c ngx_http_userid_p3p(ngx_conf_t *cf, void *post, void *data)
ngx_conf_t        757 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         50 http/modules/ngx_http_uwsgi_module.c static void *ngx_http_uwsgi_create_loc_conf(ngx_conf_t *cf);
ngx_conf_t         51 http/modules/ngx_http_uwsgi_module.c static char *ngx_http_uwsgi_merge_loc_conf(ngx_conf_t *cf, void *parent,
ngx_conf_t         54 http/modules/ngx_http_uwsgi_module.c static char *ngx_http_uwsgi_pass(ngx_conf_t *cf, ngx_command_t *cmd,
ngx_conf_t         56 http/modules/ngx_http_uwsgi_module.c static char *ngx_http_uwsgi_store(ngx_conf_t *cf, ngx_command_t *cmd,
ngx_conf_t         61 http/modules/ngx_http_uwsgi_module.c static char *ngx_http_uwsgi_cache(ngx_conf_t *cf, ngx_command_t *cmd,
ngx_conf_t         63 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       1039 http/modules/ngx_http_uwsgi_module.c ngx_http_uwsgi_create_loc_conf(ngx_conf_t *cf)
ngx_conf_t       1091 http/modules/ngx_http_uwsgi_module.c ngx_http_uwsgi_merge_loc_conf(ngx_conf_t *cf, void *parent, void *child)
ngx_conf_t       1531 http/modules/ngx_http_uwsgi_module.c ngx_http_uwsgi_pass(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
ngx_conf_t       1592 http/modules/ngx_http_uwsgi_module.c ngx_http_uwsgi_store(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
ngx_conf_t       1650 http/modules/ngx_http_uwsgi_module.c ngx_http_uwsgi_cache(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
ngx_conf_t       1682 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         83 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         85 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         89 http/modules/ngx_http_xslt_filter_module.c static void *ngx_http_xslt_filter_create_main_conf(ngx_conf_t *cf);
ngx_conf_t         90 http/modules/ngx_http_xslt_filter_module.c static void *ngx_http_xslt_filter_create_conf(ngx_conf_t *cf);
ngx_conf_t         91 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         93 http/modules/ngx_http_xslt_filter_module.c static ngx_int_t ngx_http_xslt_filter_init(ngx_conf_t *cf);
ngx_conf_t        706 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        761 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        883 http/modules/ngx_http_xslt_filter_module.c ngx_http_xslt_filter_create_main_conf(ngx_conf_t *cf)
ngx_conf_t        911 http/modules/ngx_http_xslt_filter_module.c ngx_http_xslt_filter_create_conf(ngx_conf_t *cf)
ngx_conf_t        934 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        960 http/modules/ngx_http_xslt_filter_module.c ngx_http_xslt_filter_init(ngx_conf_t *cf)
ngx_conf_t         38 http/modules/perl/ngx_http_perl_module.c static char *ngx_http_perl_init_interpreter(ngx_conf_t *cf,
ngx_conf_t         40 http/modules/perl/ngx_http_perl_module.c static PerlInterpreter *ngx_http_perl_create_interpreter(ngx_conf_t *cf,
ngx_conf_t         48 http/modules/perl/ngx_http_perl_module.c static ngx_int_t ngx_http_perl_preconfiguration(ngx_conf_t *cf);
ngx_conf_t         49 http/modules/perl/ngx_http_perl_module.c static void *ngx_http_perl_create_main_conf(ngx_conf_t *cf);
ngx_conf_t         50 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         51 http/modules/perl/ngx_http_perl_module.c static void *ngx_http_perl_create_loc_conf(ngx_conf_t *cf);
ngx_conf_t         52 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         54 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         55 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        453 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        543 http/modules/perl/ngx_http_perl_module.c ngx_http_perl_create_interpreter(ngx_conf_t *cf,
ngx_conf_t        790 http/modules/perl/ngx_http_perl_module.c ngx_http_perl_create_main_conf(ngx_conf_t *cf)
ngx_conf_t        807 http/modules/perl/ngx_http_perl_module.c ngx_http_perl_init_main_conf(ngx_conf_t *cf, void *conf)
ngx_conf_t        845 http/modules/perl/ngx_http_perl_module.c ngx_http_perl_preconfiguration(ngx_conf_t *cf)
ngx_conf_t        872 http/modules/perl/ngx_http_perl_module.c ngx_http_perl_create_loc_conf(ngx_conf_t *cf)
ngx_conf_t        892 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        907 http/modules/perl/ngx_http_perl_module.c ngx_http_perl(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
ngx_conf_t        960 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         12 http/ngx_http.c static char *ngx_http_block(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
ngx_conf_t         13 http/ngx_http.c static ngx_int_t ngx_http_init_phases(ngx_conf_t *cf,
ngx_conf_t         15 http/ngx_http.c static ngx_int_t ngx_http_init_headers_in_hash(ngx_conf_t *cf,
ngx_conf_t         17 http/ngx_http.c static ngx_int_t ngx_http_init_phase_handlers(ngx_conf_t *cf,
ngx_conf_t         20 http/ngx_http.c static ngx_int_t ngx_http_add_addresses(ngx_conf_t *cf,
ngx_conf_t         23 http/ngx_http.c static ngx_int_t ngx_http_add_address(ngx_conf_t *cf,
ngx_conf_t         26 http/ngx_http.c static ngx_int_t ngx_http_add_server(ngx_conf_t *cf,
ngx_conf_t         29 http/ngx_http.c static char *ngx_http_merge_servers(ngx_conf_t *cf,
ngx_conf_t         32 http/ngx_http.c static char *ngx_http_merge_locations(ngx_conf_t *cf,
ngx_conf_t         35 http/ngx_http.c static ngx_int_t ngx_http_init_locations(ngx_conf_t *cf,
ngx_conf_t         37 http/ngx_http.c static ngx_int_t ngx_http_init_static_location_trees(ngx_conf_t *cf,
ngx_conf_t         41 http/ngx_http.c static ngx_int_t ngx_http_join_exact_locations(ngx_conf_t *cf,
ngx_conf_t         46 http/ngx_http.c     ngx_http_create_locations_tree(ngx_conf_t *cf, ngx_queue_t *locations,
ngx_conf_t         49 http/ngx_http.c static ngx_int_t ngx_http_optimize_servers(ngx_conf_t *cf,
ngx_conf_t         51 http/ngx_http.c static ngx_int_t ngx_http_server_names(ngx_conf_t *cf,
ngx_conf_t         57 http/ngx_http.c static ngx_int_t ngx_http_init_listening(ngx_conf_t *cf,
ngx_conf_t         59 http/ngx_http.c static ngx_listening_t *ngx_http_add_listening(ngx_conf_t *cf,
ngx_conf_t         61 http/ngx_http.c static ngx_int_t ngx_http_add_addrs(ngx_conf_t *cf, ngx_http_port_t *hport,
ngx_conf_t         64 http/ngx_http.c static ngx_int_t ngx_http_add_addrs6(ngx_conf_t *cf, ngx_http_port_t *hport,
ngx_conf_t        118 http/ngx_http.c ngx_http_block(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
ngx_conf_t        122 http/ngx_http.c     ngx_conf_t                   pcf;
ngx_conf_t        349 http/ngx_http.c ngx_http_init_phases(ngx_conf_t *cf, ngx_http_core_main_conf_t *cmcf)
ngx_conf_t        405 http/ngx_http.c ngx_http_init_headers_in_hash(ngx_conf_t *cf, ngx_http_core_main_conf_t *cmcf)
ngx_conf_t        446 http/ngx_http.c ngx_http_init_phase_handlers(ngx_conf_t *cf, ngx_http_core_main_conf_t *cmcf)
ngx_conf_t        562 http/ngx_http.c ngx_http_merge_servers(ngx_conf_t *cf, ngx_http_core_main_conf_t *cmcf,
ngx_conf_t        624 http/ngx_http.c ngx_http_merge_locations(ngx_conf_t *cf, ngx_queue_t *locations,
ngx_conf_t        669 http/ngx_http.c ngx_http_init_locations(ngx_conf_t *cf, ngx_http_core_srv_conf_t *cscf,
ngx_conf_t        798 http/ngx_http.c ngx_http_init_static_location_trees(ngx_conf_t *cf,
ngx_conf_t        844 http/ngx_http.c ngx_http_add_location(ngx_conf_t *cf, ngx_queue_t **locations,
ngx_conf_t        963 http/ngx_http.c ngx_http_join_exact_locations(ngx_conf_t *cf, ngx_queue_t *locations)
ngx_conf_t       1066 http/ngx_http.c ngx_http_create_locations_tree(ngx_conf_t *cf, ngx_queue_t *locations,
ngx_conf_t       1139 http/ngx_http.c ngx_http_add_listen(ngx_conf_t *cf, ngx_http_core_srv_conf_t *cscf,
ngx_conf_t       1213 http/ngx_http.c ngx_http_add_addresses(ngx_conf_t *cf, ngx_http_core_srv_conf_t *cscf,
ngx_conf_t       1325 http/ngx_http.c ngx_http_add_address(ngx_conf_t *cf, ngx_http_core_srv_conf_t *cscf,
ngx_conf_t       1363 http/ngx_http.c ngx_http_add_server(ngx_conf_t *cf, ngx_http_core_srv_conf_t *cscf,
ngx_conf_t       1400 http/ngx_http.c ngx_http_optimize_servers(ngx_conf_t *cf, ngx_http_core_main_conf_t *cmcf,
ngx_conf_t       1447 http/ngx_http.c ngx_http_server_names(ngx_conf_t *cf, ngx_http_core_main_conf_t *cmcf,
ngx_conf_t       1644 http/ngx_http.c ngx_http_init_listening(ngx_conf_t *cf, ngx_http_conf_port_t *port)
ngx_conf_t       1723 http/ngx_http.c ngx_http_add_listening(ngx_conf_t *cf, ngx_http_conf_addr_t *addr)
ngx_conf_t       1784 http/ngx_http.c ngx_http_add_addrs(ngx_conf_t *cf, ngx_http_port_t *hport,
ngx_conf_t       1845 http/ngx_http.c ngx_http_add_addrs6(ngx_conf_t *cf, ngx_http_port_t *hport,
ngx_conf_t       1906 http/ngx_http.c ngx_http_types_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
ngx_conf_t       1979 http/ngx_http.c ngx_http_merge_types(ngx_conf_t *cf, ngx_array_t **keys, ngx_hash_t *types_hash,
ngx_conf_t       2044 http/ngx_http.c ngx_http_set_default_types(ngx_conf_t *cf, ngx_array_t **types,
ngx_conf_t         66 http/ngx_http.h ngx_int_t ngx_http_add_location(ngx_conf_t *cf, ngx_queue_t **locations,
ngx_conf_t         68 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        138 http/ngx_http.h char *ngx_http_types_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
ngx_conf_t        139 http/ngx_http.h char *ngx_http_merge_types(ngx_conf_t *cf, ngx_array_t **keys,
ngx_conf_t        142 http/ngx_http.h ngx_int_t ngx_http_set_default_types(ngx_conf_t *cf, ngx_array_t **types,
ngx_conf_t        197 http/ngx_http_busy_lock.c char *ngx_http_set_busy_lock_slot(ngx_conf_t *cf, ngx_command_t *cmd,
ngx_conf_t         49 http/ngx_http_busy_lock.h char *ngx_http_set_busy_lock_slot(ngx_conf_t *cf, ngx_command_t *cmd,
ngx_conf_t        137 http/ngx_http_cache.h char *ngx_http_file_cache_set_slot(ngx_conf_t *cf, ngx_command_t *cmd,
ngx_conf_t        139 http/ngx_http_cache.h char *ngx_http_file_cache_valid_set_slot(ngx_conf_t *cf, ngx_command_t *cmd,
ngx_conf_t         24 http/ngx_http_config.h     ngx_int_t   (*preconfiguration)(ngx_conf_t *cf);
ngx_conf_t         25 http/ngx_http_config.h     ngx_int_t   (*postconfiguration)(ngx_conf_t *cf);
ngx_conf_t         27 http/ngx_http_config.h     void       *(*create_main_conf)(ngx_conf_t *cf);
ngx_conf_t         28 http/ngx_http_config.h     char       *(*init_main_conf)(ngx_conf_t *cf, void *conf);
ngx_conf_t         30 http/ngx_http_config.h     void       *(*create_srv_conf)(ngx_conf_t *cf);
ngx_conf_t         31 http/ngx_http_config.h     char       *(*merge_srv_conf)(ngx_conf_t *cf, void *prev, void *conf);
ngx_conf_t         33 http/ngx_http_config.h     void       *(*create_loc_conf)(ngx_conf_t *cf);
ngx_conf_t         34 http/ngx_http_config.h     char       *(*merge_loc_conf)(ngx_conf_t *cf, void *prev, void *conf);
ngx_conf_t         26 http/ngx_http_copy_filter_module.c static void *ngx_http_copy_filter_create_conf(ngx_conf_t *cf);
ngx_conf_t         27 http/ngx_http_copy_filter_module.c static char *ngx_http_copy_filter_merge_conf(ngx_conf_t *cf,
ngx_conf_t         29 http/ngx_http_copy_filter_module.c static ngx_int_t ngx_http_copy_filter_init(ngx_conf_t *cf);
ngx_conf_t        259 http/ngx_http_copy_filter_module.c ngx_http_copy_filter_create_conf(ngx_conf_t *cf)
ngx_conf_t        275 http/ngx_http_copy_filter_module.c ngx_http_copy_filter_merge_conf(ngx_conf_t *cf, void *parent, void *child)
ngx_conf_t        287 http/ngx_http_copy_filter_module.c ngx_http_copy_filter_init(ngx_conf_t *cf)
ngx_conf_t         27 http/ngx_http_core_module.c static ngx_int_t ngx_http_core_preconfiguration(ngx_conf_t *cf);
ngx_conf_t         28 http/ngx_http_core_module.c static void *ngx_http_core_create_main_conf(ngx_conf_t *cf);
ngx_conf_t         29 http/ngx_http_core_module.c static char *ngx_http_core_init_main_conf(ngx_conf_t *cf, void *conf);
ngx_conf_t         30 http/ngx_http_core_module.c static void *ngx_http_core_create_srv_conf(ngx_conf_t *cf);
ngx_conf_t         31 http/ngx_http_core_module.c static char *ngx_http_core_merge_srv_conf(ngx_conf_t *cf,
ngx_conf_t         33 http/ngx_http_core_module.c static void *ngx_http_core_create_loc_conf(ngx_conf_t *cf);
ngx_conf_t         34 http/ngx_http_core_module.c static char *ngx_http_core_merge_loc_conf(ngx_conf_t *cf,
ngx_conf_t         37 http/ngx_http_core_module.c static char *ngx_http_core_server(ngx_conf_t *cf, ngx_command_t *cmd,
ngx_conf_t         39 http/ngx_http_core_module.c static char *ngx_http_core_location(ngx_conf_t *cf, ngx_command_t *cmd,
ngx_conf_t         41 http/ngx_http_core_module.c static ngx_int_t ngx_http_core_regex_location(ngx_conf_t *cf,
ngx_conf_t         44 http/ngx_http_core_module.c static char *ngx_http_core_types(ngx_conf_t *cf, ngx_command_t *cmd,
ngx_conf_t         46 http/ngx_http_core_module.c static char *ngx_http_core_type(ngx_conf_t *cf, ngx_command_t *dummy,
ngx_conf_t         49 http/ngx_http_core_module.c static char *ngx_http_core_listen(ngx_conf_t *cf, ngx_command_t *cmd,
ngx_conf_t         51 http/ngx_http_core_module.c static char *ngx_http_core_server_name(ngx_conf_t *cf, ngx_command_t *cmd,
ngx_conf_t         53 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         54 http/ngx_http_core_module.c static char *ngx_http_core_limit_except(ngx_conf_t *cf, ngx_command_t *cmd,
ngx_conf_t         56 http/ngx_http_core_module.c static char *ngx_http_core_directio(ngx_conf_t *cf, ngx_command_t *cmd,
ngx_conf_t         58 http/ngx_http_core_module.c static char *ngx_http_core_error_page(ngx_conf_t *cf, ngx_command_t *cmd,
ngx_conf_t         60 http/ngx_http_core_module.c static char *ngx_http_core_try_files(ngx_conf_t *cf, ngx_command_t *cmd,
ngx_conf_t         62 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         64 http/ngx_http_core_module.c static char *ngx_http_core_error_log(ngx_conf_t *cf, ngx_command_t *cmd,
ngx_conf_t         66 http/ngx_http_core_module.c static char *ngx_http_core_keepalive(ngx_conf_t *cf, ngx_command_t *cmd,
ngx_conf_t         68 http/ngx_http_core_module.c static char *ngx_http_core_internal(ngx_conf_t *cf, ngx_command_t *cmd,
ngx_conf_t         70 http/ngx_http_core_module.c static char *ngx_http_core_resolver(ngx_conf_t *cf, ngx_command_t *cmd,
ngx_conf_t         73 http/ngx_http_core_module.c static char *ngx_http_gzip_disable(ngx_conf_t *cf, ngx_command_t *cmd,
ngx_conf_t         77 http/ngx_http_core_module.c static char *ngx_http_core_lowat_check(ngx_conf_t *cf, void *post, void *data);
ngx_conf_t         78 http/ngx_http_core_module.c static char *ngx_http_core_pool_size(ngx_conf_t *cf, void *post, void *data);
ngx_conf_t       2438 http/ngx_http_core_module.c ngx_http_core_server(ngx_conf_t *cf, ngx_command_t *cmd, void *dummy)
ngx_conf_t       2443 http/ngx_http_core_module.c     ngx_conf_t                   pcf;
ngx_conf_t       2562 http/ngx_http_core_module.c ngx_http_core_location(ngx_conf_t *cf, ngx_command_t *cmd, void *dummy)
ngx_conf_t       2569 http/ngx_http_core_module.c     ngx_conf_t                 save;
ngx_conf_t       2756 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       2796 http/ngx_http_core_module.c ngx_http_core_types(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
ngx_conf_t       2801 http/ngx_http_core_module.c     ngx_conf_t   save;
ngx_conf_t       2823 http/ngx_http_core_module.c ngx_http_core_type(ngx_conf_t *cf, ngx_command_t *dummy, void *conf)
ngx_conf_t       2887 http/ngx_http_core_module.c ngx_http_core_preconfiguration(ngx_conf_t *cf)
ngx_conf_t       2894 http/ngx_http_core_module.c ngx_http_core_create_main_conf(ngx_conf_t *cf)
ngx_conf_t       2921 http/ngx_http_core_module.c ngx_http_core_init_main_conf(ngx_conf_t *cf, void *conf)
ngx_conf_t       2957 http/ngx_http_core_module.c ngx_http_core_create_srv_conf(ngx_conf_t *cf)
ngx_conf_t       2992 http/ngx_http_core_module.c ngx_http_core_merge_srv_conf(ngx_conf_t *cf, void *parent, void *child)
ngx_conf_t       3065 http/ngx_http_core_module.c ngx_http_core_create_loc_conf(ngx_conf_t *cf)
ngx_conf_t       3171 http/ngx_http_core_module.c ngx_http_core_merge_loc_conf(ngx_conf_t *cf, void *parent, void *child)
ngx_conf_t       3431 http/ngx_http_core_module.c ngx_http_core_listen(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
ngx_conf_t       3644 http/ngx_http_core_module.c ngx_http_core_server_name(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
ngx_conf_t       3752 http/ngx_http_core_module.c ngx_http_core_root(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
ngx_conf_t       3872 http/ngx_http_core_module.c ngx_http_core_limit_except(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
ngx_conf_t       3880 http/ngx_http_core_module.c     ngx_conf_t                 save;
ngx_conf_t       3972 http/ngx_http_core_module.c ngx_http_core_directio(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
ngx_conf_t       3999 http/ngx_http_core_module.c ngx_http_core_error_page(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
ngx_conf_t       4119 http/ngx_http_core_module.c ngx_http_core_try_files(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
ngx_conf_t       4199 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       4277 http/ngx_http_core_module.c ngx_http_core_error_log(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
ngx_conf_t       4304 http/ngx_http_core_module.c ngx_http_core_keepalive(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
ngx_conf_t       4345 http/ngx_http_core_module.c ngx_http_core_internal(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
ngx_conf_t       4360 http/ngx_http_core_module.c ngx_http_core_resolver(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
ngx_conf_t       4395 http/ngx_http_core_module.c ngx_http_gzip_disable(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
ngx_conf_t       4495 http/ngx_http_core_module.c ngx_http_core_lowat_check(ngx_conf_t *cf, void *post, void *data)
ngx_conf_t       4524 http/ngx_http_core_module.c ngx_http_core_pool_size(ngx_conf_t *cf, void *post, void *data)
ngx_conf_t       1510 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       1687 http/ngx_http_file_cache.c ngx_http_file_cache_valid_set_slot(ngx_conf_t *cf, ngx_command_t *cmd,
ngx_conf_t       1786 http/ngx_http_file_cache.c ngx_http_no_cache_set_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
ngx_conf_t         13 http/ngx_http_header_filter_module.c static ngx_int_t ngx_http_header_filter_init(ngx_conf_t *cf);
ngx_conf_t        621 http/ngx_http_header_filter_module.c ngx_http_header_filter_init(ngx_conf_t *cf)
ngx_conf_t         14 http/ngx_http_postpone_filter_module.c static ngx_int_t ngx_http_postpone_filter_init(ngx_conf_t *cf);
ngx_conf_t        171 http/ngx_http_postpone_filter_module.c ngx_http_postpone_filter_init(ngx_conf_t *cf)
ngx_conf_t        215 http/ngx_http_script.c ngx_http_set_complex_value_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
ngx_conf_t        278 http/ngx_http_script.c ngx_http_set_predicate_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
ngx_conf_t         39 http/ngx_http_script.h     ngx_conf_t                 *cf;
ngx_conf_t         74 http/ngx_http_script.h     ngx_conf_t                 *cf;
ngx_conf_t        210 http/ngx_http_script.h char *ngx_http_set_complex_value_slot(ngx_conf_t *cf, ngx_command_t *cmd,
ngx_conf_t        216 http/ngx_http_script.h char *ngx_http_set_predicate_slot(ngx_conf_t *cf, ngx_command_t *cmd,
ngx_conf_t        115 http/ngx_http_upstream.c static ngx_int_t ngx_http_upstream_add_variables(ngx_conf_t *cf);
ngx_conf_t        125 http/ngx_http_upstream.c static char *ngx_http_upstream(ngx_conf_t *cf, ngx_command_t *cmd, void *dummy);
ngx_conf_t        126 http/ngx_http_upstream.c static char *ngx_http_upstream_server(ngx_conf_t *cf, ngx_command_t *cmd,
ngx_conf_t        129 http/ngx_http_upstream.c static void *ngx_http_upstream_create_main_conf(ngx_conf_t *cf);
ngx_conf_t        130 http/ngx_http_upstream.c static char *ngx_http_upstream_init_main_conf(ngx_conf_t *cf, void *conf);
ngx_conf_t       3618 http/ngx_http_upstream.c ngx_http_upstream_add_variables(ngx_conf_t *cf)
ngx_conf_t       3944 http/ngx_http_upstream.c ngx_http_upstream(ngx_conf_t *cf, ngx_command_t *cmd, void *dummy)
ngx_conf_t       3951 http/ngx_http_upstream.c     ngx_conf_t                     pcf;
ngx_conf_t       4052 http/ngx_http_upstream.c ngx_http_upstream_server(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
ngx_conf_t       4191 http/ngx_http_upstream.c ngx_http_upstream_add(ngx_conf_t *cf, ngx_url_t *u, ngx_uint_t flags)
ngx_conf_t       4301 http/ngx_http_upstream.c ngx_http_upstream_bind_set_slot(ngx_conf_t *cf, ngx_command_t *cmd,
ngx_conf_t       4336 http/ngx_http_upstream.c ngx_http_upstream_hide_headers_hash(ngx_conf_t *cf,
ngx_conf_t       4448 http/ngx_http_upstream.c ngx_http_upstream_create_main_conf(ngx_conf_t *cf)
ngx_conf_t       4469 http/ngx_http_upstream.c ngx_http_upstream_init_main_conf(ngx_conf_t *cf, void *conf)
ngx_conf_t         70 http/ngx_http_upstream.h typedef ngx_int_t (*ngx_http_upstream_init_pt)(ngx_conf_t *cf,
ngx_conf_t        327 http/ngx_http_upstream.h ngx_http_upstream_srv_conf_t *ngx_http_upstream_add(ngx_conf_t *cf,
ngx_conf_t        329 http/ngx_http_upstream.h char *ngx_http_upstream_bind_set_slot(ngx_conf_t *cf, ngx_command_t *cmd,
ngx_conf_t        331 http/ngx_http_upstream.h ngx_int_t ngx_http_upstream_hide_headers_hash(ngx_conf_t *cf,
ngx_conf_t         19 http/ngx_http_upstream_round_robin.c ngx_http_upstream_init_round_robin(ngx_conf_t *cf,
ngx_conf_t         64 http/ngx_http_upstream_round_robin.h ngx_int_t ngx_http_upstream_init_round_robin(ngx_conf_t *cf,
ngx_conf_t        268 http/ngx_http_variables.c ngx_http_add_variable(ngx_conf_t *cf, ngx_str_t *name, ngx_uint_t flags)
ngx_conf_t        333 http/ngx_http_variables.c ngx_http_get_variable_index(ngx_conf_t *cf, ngx_str_t *name)
ngx_conf_t       1719 http/ngx_http_variables.c ngx_http_regex_compile(ngx_conf_t *cf, ngx_regex_compile_t *rc)
ngx_conf_t       1863 http/ngx_http_variables.c ngx_http_variables_add_core_vars(ngx_conf_t *cf)
ngx_conf_t       1907 http/ngx_http_variables.c ngx_http_variables_init_vars(ngx_conf_t *cf)
ngx_conf_t         44 http/ngx_http_variables.h ngx_http_variable_t *ngx_http_add_variable(ngx_conf_t *cf, ngx_str_t *name,
ngx_conf_t         46 http/ngx_http_variables.h ngx_int_t ngx_http_get_variable_index(ngx_conf_t *cf, ngx_str_t *name);
ngx_conf_t         85 http/ngx_http_variables.h ngx_http_regex_t *ngx_http_regex_compile(ngx_conf_t *cf,
ngx_conf_t        106 http/ngx_http_variables.h ngx_int_t ngx_http_variables_add_core_vars(ngx_conf_t *cf);
ngx_conf_t        107 http/ngx_http_variables.h ngx_int_t ngx_http_variables_init_vars(ngx_conf_t *cf);
ngx_conf_t         12 http/ngx_http_write_filter_module.c static ngx_int_t ngx_http_write_filter_init(ngx_conf_t *cf);
ngx_conf_t        305 http/ngx_http_write_filter_module.c ngx_http_write_filter_init(ngx_conf_t *cf)
ngx_conf_t         13 mail/ngx_mail.c static char *ngx_mail_block(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
ngx_conf_t         14 mail/ngx_mail.c static ngx_int_t ngx_mail_add_ports(ngx_conf_t *cf, ngx_array_t *ports,
ngx_conf_t         16 mail/ngx_mail.c static char *ngx_mail_optimize_servers(ngx_conf_t *cf, ngx_array_t *ports);
ngx_conf_t         17 mail/ngx_mail.c static ngx_int_t ngx_mail_add_addrs(ngx_conf_t *cf, ngx_mail_port_t *mport,
ngx_conf_t         20 mail/ngx_mail.c static ngx_int_t ngx_mail_add_addrs6(ngx_conf_t *cf, ngx_mail_port_t *mport,
ngx_conf_t         73 mail/ngx_mail.c ngx_mail_block(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
ngx_conf_t         77 mail/ngx_mail.c     ngx_conf_t                   pcf;
ngx_conf_t        241 mail/ngx_mail.c ngx_mail_add_ports(ngx_conf_t *cf, ngx_array_t *ports,
ngx_conf_t        323 mail/ngx_mail.c ngx_mail_optimize_servers(ngx_conf_t *cf, ngx_array_t *ports)
ngx_conf_t        420 mail/ngx_mail.c ngx_mail_add_addrs(ngx_conf_t *cf, ngx_mail_port_t *mport,
ngx_conf_t        468 mail/ngx_mail.c ngx_mail_add_addrs6(ngx_conf_t *cf, ngx_mail_port_t *mport,
ngx_conf_t        330 mail/ngx_mail.h     void                       *(*create_main_conf)(ngx_conf_t *cf);
ngx_conf_t        331 mail/ngx_mail.h     char                       *(*init_main_conf)(ngx_conf_t *cf, void *conf);
ngx_conf_t        333 mail/ngx_mail.h     void                       *(*create_srv_conf)(ngx_conf_t *cf);
ngx_conf_t        334 mail/ngx_mail.h     char                       *(*merge_srv_conf)(ngx_conf_t *cf, void *prev,
ngx_conf_t        393 mail/ngx_mail.h char *ngx_mail_capabilities(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
ngx_conf_t         77 mail/ngx_mail_auth_http_module.c static void *ngx_mail_auth_http_create_conf(ngx_conf_t *cf);
ngx_conf_t         78 mail/ngx_mail_auth_http_module.c static char *ngx_mail_auth_http_merge_conf(ngx_conf_t *cf, void *parent,
ngx_conf_t         80 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         81 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       1298 mail/ngx_mail_auth_http_module.c ngx_mail_auth_http_create_conf(ngx_conf_t *cf)
ngx_conf_t       1317 mail/ngx_mail_auth_http_module.c ngx_mail_auth_http_merge_conf(ngx_conf_t *cf, void *parent, void *child)
ngx_conf_t       1376 mail/ngx_mail_auth_http_module.c ngx_mail_auth_http(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
ngx_conf_t       1426 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         13 mail/ngx_mail_core_module.c static void *ngx_mail_core_create_main_conf(ngx_conf_t *cf);
ngx_conf_t         14 mail/ngx_mail_core_module.c static void *ngx_mail_core_create_srv_conf(ngx_conf_t *cf);
ngx_conf_t         15 mail/ngx_mail_core_module.c static char *ngx_mail_core_merge_srv_conf(ngx_conf_t *cf, void *parent,
ngx_conf_t         17 mail/ngx_mail_core_module.c static char *ngx_mail_core_server(ngx_conf_t *cf, ngx_command_t *cmd,
ngx_conf_t         19 mail/ngx_mail_core_module.c static char *ngx_mail_core_listen(ngx_conf_t *cf, ngx_command_t *cmd,
ngx_conf_t         21 mail/ngx_mail_core_module.c static char *ngx_mail_core_protocol(ngx_conf_t *cf, ngx_command_t *cmd,
ngx_conf_t         23 mail/ngx_mail_core_module.c static char *ngx_mail_core_resolver(ngx_conf_t *cf, ngx_command_t *cmd,
ngx_conf_t        117 mail/ngx_mail_core_module.c ngx_mail_core_create_main_conf(ngx_conf_t *cf)
ngx_conf_t        144 mail/ngx_mail_core_module.c ngx_mail_core_create_srv_conf(ngx_conf_t *cf)
ngx_conf_t        173 mail/ngx_mail_core_module.c ngx_mail_core_merge_srv_conf(ngx_conf_t *cf, void *parent, void *child)
ngx_conf_t        205 mail/ngx_mail_core_module.c ngx_mail_core_server(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
ngx_conf_t        210 mail/ngx_mail_core_module.c     ngx_conf_t                  pcf;
ngx_conf_t        278 mail/ngx_mail_core_module.c ngx_mail_core_listen(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
ngx_conf_t        459 mail/ngx_mail_core_module.c ngx_mail_core_protocol(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
ngx_conf_t        492 mail/ngx_mail_core_module.c ngx_mail_core_resolver(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
ngx_conf_t        530 mail/ngx_mail_core_module.c ngx_mail_capabilities(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
ngx_conf_t         14 mail/ngx_mail_imap_module.c static void *ngx_mail_imap_create_srv_conf(ngx_conf_t *cf);
ngx_conf_t         15 mail/ngx_mail_imap_module.c static char *ngx_mail_imap_merge_srv_conf(ngx_conf_t *cf, void *parent,
ngx_conf_t        113 mail/ngx_mail_imap_module.c ngx_mail_imap_create_srv_conf(ngx_conf_t *cf)
ngx_conf_t        135 mail/ngx_mail_imap_module.c ngx_mail_imap_merge_srv_conf(ngx_conf_t *cf, void *parent, void *child)
ngx_conf_t         14 mail/ngx_mail_pop3_module.c static void *ngx_mail_pop3_create_srv_conf(ngx_conf_t *cf);
ngx_conf_t         15 mail/ngx_mail_pop3_module.c static char *ngx_mail_pop3_merge_srv_conf(ngx_conf_t *cf, void *parent,
ngx_conf_t        112 mail/ngx_mail_pop3_module.c ngx_mail_pop3_create_srv_conf(ngx_conf_t *cf)
ngx_conf_t        132 mail/ngx_mail_pop3_module.c ngx_mail_pop3_merge_srv_conf(ngx_conf_t *cf, void *parent, void *child)
ngx_conf_t         34 mail/ngx_mail_proxy_module.c static void *ngx_mail_proxy_create_conf(ngx_conf_t *cf);
ngx_conf_t         35 mail/ngx_mail_proxy_module.c static char *ngx_mail_proxy_merge_conf(ngx_conf_t *cf, void *parent,
ngx_conf_t       1055 mail/ngx_mail_proxy_module.c ngx_mail_proxy_create_conf(ngx_conf_t *cf)
ngx_conf_t       1075 mail/ngx_mail_proxy_module.c ngx_mail_proxy_merge_conf(ngx_conf_t *cf, void *parent, void *child)
ngx_conf_t         14 mail/ngx_mail_smtp_module.c static void *ngx_mail_smtp_create_srv_conf(ngx_conf_t *cf);
ngx_conf_t         15 mail/ngx_mail_smtp_module.c static char *ngx_mail_smtp_merge_srv_conf(ngx_conf_t *cf, void *parent,
ngx_conf_t        113 mail/ngx_mail_smtp_module.c ngx_mail_smtp_create_srv_conf(ngx_conf_t *cf)
ngx_conf_t        136 mail/ngx_mail_smtp_module.c ngx_mail_smtp_merge_srv_conf(ngx_conf_t *cf, void *parent, void *child)
ngx_conf_t         15 mail/ngx_mail_ssl_module.c static void *ngx_mail_ssl_create_conf(ngx_conf_t *cf);
ngx_conf_t         16 mail/ngx_mail_ssl_module.c static char *ngx_mail_ssl_merge_conf(ngx_conf_t *cf, void *parent, void *child);
ngx_conf_t         18 mail/ngx_mail_ssl_module.c static char *ngx_mail_ssl_enable(ngx_conf_t *cf, ngx_command_t *cmd,
ngx_conf_t         20 mail/ngx_mail_ssl_module.c static char *ngx_mail_ssl_starttls(ngx_conf_t *cf, ngx_command_t *cmd,
ngx_conf_t         22 mail/ngx_mail_ssl_module.c static char *ngx_mail_ssl_session_cache(ngx_conf_t *cf, ngx_command_t *cmd,
ngx_conf_t        150 mail/ngx_mail_ssl_module.c ngx_mail_ssl_create_conf(ngx_conf_t *cf)
ngx_conf_t        181 mail/ngx_mail_ssl_module.c ngx_mail_ssl_merge_conf(ngx_conf_t *cf, void *parent, void *child)
ngx_conf_t        317 mail/ngx_mail_ssl_module.c ngx_mail_ssl_enable(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
ngx_conf_t        343 mail/ngx_mail_ssl_module.c ngx_mail_ssl_starttls(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
ngx_conf_t        369 mail/ngx_mail_ssl_module.c ngx_mail_ssl_session_cache(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)