Searched refs:ngx_http_get_module_srv_conf (Results 1 – 8 of 8) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_config.h | 57 #define ngx_http_get_module_srv_conf(r, module) (r)->srv_conf[module.ctx_index] macro
|
| H A D | ngx_http_request.c | 337 sscf = ngx_http_get_module_srv_conf(hc->conf_ctx, ngx_http_ssl_module); in ngx_http_init_connection() 401 cscf = ngx_http_get_module_srv_conf(hc->conf_ctx, ngx_http_core_module); in ngx_http_wait_request_handler() 548 cscf = ngx_http_get_module_srv_conf(hc->conf_ctx, ngx_http_core_module); in ngx_http_alloc_request() 741 sscf = ngx_http_get_module_srv_conf(hc->conf_ctx, in ngx_http_ssl_handshake() 930 sscf = ngx_http_get_module_srv_conf(hc->conf_ctx, ngx_http_ssl_module); in ngx_http_ssl_servername() 1219 cscf = ngx_http_get_module_srv_conf(r, ngx_http_core_module); in ngx_http_process_request_uri() 1398 cscf = ngx_http_get_module_srv_conf(r, ngx_http_core_module); in ngx_http_process_request_headers() 1531 cscf = ngx_http_get_module_srv_conf(r, ngx_http_core_module); in ngx_http_read_request_header() 1587 cscf = ngx_http_get_module_srv_conf(r, ngx_http_core_module); in ngx_http_alloc_large_header_buffer() 2000 sscf = ngx_http_get_module_srv_conf(r, ngx_http_ssl_module); in ngx_http_process_request() [all …]
|
| H A D | ngx_http_header_filter_module.c | 331 cscf = ngx_http_get_module_srv_conf(r, ngx_http_core_module); in ngx_http_header_filter()
|
| H A D | ngx_http_core_module.c | 1071 cscf = ngx_http_get_module_srv_conf(r, ngx_http_core_module); in ngx_http_core_post_rewrite_phase() 2291 cscf = ngx_http_get_module_srv_conf(r, ngx_http_core_module); in ngx_http_subrequest() 2448 cscf = ngx_http_get_module_srv_conf(r, ngx_http_core_module); in ngx_http_internal_redirect() 2495 cscf = ngx_http_get_module_srv_conf(r, ngx_http_core_module); in ngx_http_named_location()
|
| H A D | ngx_http_variables.c | 1212 cscf = ngx_http_get_module_srv_conf(r, ngx_http_core_module); in ngx_http_variable_host() 1643 cscf = ngx_http_get_module_srv_conf(r, ngx_http_core_module); in ngx_http_variable_server_name()
|
| /f-stack/app/nginx-1.16.1/src/http/v2/ |
| H A D | ngx_http_v2.c | 273 h2scf = ngx_http_get_module_srv_conf(hc->conf_ctx, ngx_http_v2_module); in ngx_http_v2_init() 655 h2scf = ngx_http_get_module_srv_conf(h2c->http_connection->conf_ctx, in ngx_http_v2_handle_connection() 971 h2scf = ngx_http_get_module_srv_conf(r, ngx_http_v2_module); in ngx_http_v2_state_read_data() 1119 h2scf = ngx_http_get_module_srv_conf(h2c->http_connection->conf_ctx, in ngx_http_v2_state_headers() 1352 h2scf = ngx_http_get_module_srv_conf(h2c->http_connection->conf_ctx, in ngx_http_v2_state_field_len() 1631 cscf = ngx_http_get_module_srv_conf(r, ngx_http_core_module); in ngx_http_v2_state_process_header() 2772 h2scf = ngx_http_get_module_srv_conf(h2c->http_connection->conf_ctx, in ngx_http_v2_send_settings() 3089 cscf = ngx_http_get_module_srv_conf(r, ngx_http_core_module); in ngx_http_v2_create_stream() 3119 h2scf = ngx_http_get_module_srv_conf(r, ngx_http_v2_module); in ngx_http_v2_create_stream() 3272 cscf = ngx_http_get_module_srv_conf(r, ngx_http_core_module); in ngx_http_v2_validate_header() [all …]
|
| H A D | ngx_http_v2_filter_module.c | 307 cscf = ngx_http_get_module_srv_conf(r, ngx_http_core_module); in ngx_http_v2_header_filter()
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_rewrite_module.c | 147 cscf = ngx_http_get_module_srv_conf(r, ngx_http_core_module); in ngx_http_rewrite_handler()
|