Home
last modified time | relevance | path

Searched refs:ngx_http_get_module_main_conf (Results 1 – 20 of 20) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_config.h55 #define ngx_http_get_module_main_conf(r, module) \ macro
H A Dngx_http_script.c525 cmcf = ngx_http_get_module_main_conf(r, ngx_http_core_module); in ngx_http_script_run()
1730 cmcf = ngx_http_get_module_main_conf(r, ngx_http_core_module); in ngx_http_script_set_var_code()
H A Dngx_http_variables.c595 cmcf = ngx_http_get_module_main_conf(r, ngx_http_core_module); in ngx_http_get_indexed_variable()
668 cmcf = ngx_http_get_module_main_conf(r, ngx_http_core_module); in ngx_http_get_variable()
2502 cmcf = ngx_http_get_module_main_conf(r, ngx_http_core_module); in ngx_http_regex_exec()
H A Dngx_http_request.c597 cmcf = ngx_http_get_module_main_conf(r, ngx_http_core_module); in ngx_http_alloc_request()
1344 cmcf = ngx_http_get_module_main_conf(r, ngx_http_core_module); in ngx_http_process_request_headers()
3668 cmcf = ngx_http_get_module_main_conf(r, ngx_http_core_module); in ngx_http_log_request()
H A Dngx_http_core_module.c838 cmcf = ngx_http_get_module_main_conf(r, ngx_http_core_module); in ngx_http_handler()
861 cmcf = ngx_http_get_module_main_conf(r, ngx_http_core_module); in ngx_http_core_run_phases()
2524 cmcf = ngx_http_get_module_main_conf(r, ngx_http_core_module); in ngx_http_named_location()
H A Dngx_http_upstream.c696 umcf = ngx_http_get_module_main_conf(r, ngx_http_upstream_module); in ngx_http_upstream_init_request()
2724 umcf = ngx_http_get_module_main_conf(r, ngx_http_upstream_module); in ngx_http_upstream_process_headers()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_degradation_module.c114 dmcf = ngx_http_get_module_main_conf(r, ngx_http_degradation_module); in ngx_http_degraded()
H A Dngx_http_geoip_module.c354 gcf = ngx_http_get_module_main_conf(r, ngx_http_geoip_module); in ngx_http_geoip_country_variable()
396 gcf = ngx_http_get_module_main_conf(r, ngx_http_geoip_module); in ngx_http_geoip_org_variable()
603 gcf = ngx_http_get_module_main_conf(r, ngx_http_geoip_module); in ngx_http_geoip_get_city_record()
H A Dngx_http_charset_filter_module.c291 mcf = ngx_http_get_module_main_conf(r, ngx_http_charset_filter_module); in ngx_http_charset_header_filter()
365 mcf = ngx_http_get_module_main_conf(r, ngx_http_charset_filter_module); in ngx_http_destination_charset()
445 mcf = ngx_http_get_module_main_conf(r, ngx_http_charset_filter_module); in ngx_http_source_charset()
471 mcf = ngx_http_get_module_main_conf(r, ngx_http_charset_filter_module); in ngx_http_get_charset()
H A Dngx_http_auth_request_module.c248 cmcf = ngx_http_get_module_main_conf(r, ngx_http_core_module); in ngx_http_auth_request_set_variables()
H A Dngx_http_rewrite_module.c146 cmcf = ngx_http_get_module_main_conf(r, ngx_http_core_module); in ngx_http_rewrite_handler()
202 cmcf = ngx_http_get_module_main_conf(r, ngx_http_core_module); in ngx_http_rewrite_var()
H A Dngx_http_scgi_module.c514 smcf = ngx_http_get_module_main_conf(r, ngx_http_scgi_module); in ngx_http_scgi_handler()
1026 umcf = ngx_http_get_module_main_conf(r, ngx_http_upstream_module); in ngx_http_scgi_process_header()
H A Dngx_http_uwsgi_module.c683 uwmcf = ngx_http_get_module_main_conf(r, ngx_http_uwsgi_module); in ngx_http_uwsgi_handler()
1236 umcf = ngx_http_get_module_main_conf(r, ngx_http_upstream_module); in ngx_http_uwsgi_process_header()
H A Dngx_http_fastcgi_module.c715 fmcf = ngx_http_get_module_main_conf(r, ngx_http_fastcgi_module); in ngx_http_fastcgi_handler()
1653 umcf = ngx_http_get_module_main_conf(r, ngx_http_upstream_module); in ngx_http_fastcgi_process_header()
H A Dngx_http_proxy_module.c907 pmcf = ngx_http_get_module_main_conf(r, ngx_http_proxy_module); in ngx_http_proxy_handler()
1824 umcf = ngx_http_get_module_main_conf(r, ngx_http_upstream_module); in ngx_http_proxy_process_header()
H A Dngx_http_ssi_filter_module.c631 smcf = ngx_http_get_module_main_conf(r, in ngx_http_ssi_body_filter()
H A Dngx_http_grpc_module.c1495 umcf = ngx_http_get_module_main_conf(r, ngx_http_upstream_module); in ngx_http_grpc_process_header()
/f-stack/app/nginx-1.16.1/src/http/modules/perl/
H A Dngx_http_perl_module.c204 pmcf = ngx_http_get_module_main_conf(r, ngx_http_perl_module); in ngx_http_perl_handle_request()
319 pmcf = ngx_http_get_module_main_conf(r, ngx_http_perl_module); in ngx_http_perl_variable()
382 pmcf = ngx_http_get_module_main_conf(r, ngx_http_perl_module); in ngx_http_perl_ssi()
H A Dnginx.xs257 cmcf = ngx_http_get_module_main_conf(r, ngx_http_core_module);
/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2.c246 h2mcf = ngx_http_get_module_main_conf(hc->conf_ctx, ngx_http_v2_module); in ngx_http_v2_init()
378 h2mcf = ngx_http_get_module_main_conf(h2c->http_connection->conf_ctx, in ngx_http_v2_read_handler()
1670 cmcf = ngx_http_get_module_main_conf(r, ngx_http_core_module); in ngx_http_v2_state_process_header()
3570 cmcf = ngx_http_get_module_main_conf(r, ngx_http_core_module); in ngx_http_v2_parse_header()
3746 cmcf = ngx_http_get_module_main_conf(r, ngx_http_core_module); in ngx_http_v2_construct_cookie_header()