Home
last modified time | relevance | path

Searched refs:ngx_http_core_module (Results 1 – 25 of 52) sorted by relevance

123

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_request.c518 clcf = ngx_http_get_module_loc_conf(r, ngx_http_core_module); in ngx_http_create_request()
597 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()
1587 cscf = ngx_http_get_module_srv_conf(r, ngx_http_core_module); in ngx_http_alloc_large_header_buffer()
2225 clcf = ngx_http_get_module_loc_conf(r, ngx_http_core_module); in ngx_http_set_virtual_server()
2690 clcf = ngx_http_get_module_loc_conf(r, ngx_http_core_module); in ngx_http_finalize_connection()
2757 clcf = ngx_http_get_module_loc_conf(r, ngx_http_core_module); in ngx_http_set_write_handler()
3005 clcf = ngx_http_get_module_loc_conf(r, ngx_http_core_module); in ngx_http_set_keepalive()
3353 clcf = ngx_http_get_module_loc_conf(r, ngx_http_core_module); in ngx_http_set_lingering_close()
3437 clcf = ngx_http_get_module_loc_conf(r, ngx_http_core_module); in ngx_http_lingering_close_handler()
[all …]
H A Dngx_http_core_module.c792 ngx_module_t ngx_http_core_module = { variable
959 clcf = ngx_http_get_module_loc_conf(r, ngx_http_core_module); in ngx_http_core_find_config_phase()
1071 cscf = ngx_http_get_module_srv_conf(r, ngx_http_core_module); in ngx_http_core_post_rewrite_phase()
1103 clcf = ngx_http_get_module_loc_conf(r, ngx_http_core_module); in ngx_http_core_access_phase()
1226 clcf = ngx_http_get_module_loc_conf(r, ngx_http_core_module); in ngx_http_update_location_config()
1522 clcf = ngx_http_get_module_loc_conf(r, ngx_http_core_module); in ngx_http_set_content_type()
2789 cscf = ctx->srv_conf[ngx_http_core_module.ctx_index]; in ngx_http_core_server()
2793 cmcf = ctx->main_conf[ngx_http_core_module.ctx_index]; in ngx_http_core_server()
2909 clcf = ctx->loc_conf[ngx_http_core_module.ctx_index]; in ngx_http_core_location()
2994 pclcf = pctx->loc_conf[ngx_http_core_module.ctx_index]; in ngx_http_core_location()
[all …]
H A Dngx_http_variables.c414 cmcf = ngx_http_conf_get_module_main_conf(cf, ngx_http_core_module); in ngx_http_add_variable()
481 cmcf = ngx_http_conf_get_module_main_conf(cf, ngx_http_core_module); in ngx_http_add_prefix_variable()
542 cmcf = ngx_http_conf_get_module_main_conf(cf, ngx_http_core_module); in ngx_http_get_variable_index()
595 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()
1212 cscf = ngx_http_get_module_srv_conf(r, ngx_http_core_module); in ngx_http_variable_host()
1507 clcf = ngx_http_get_module_loc_conf(r, ngx_http_core_module); in ngx_http_variable_document_root()
1553 clcf = ngx_http_get_module_loc_conf(r, ngx_http_core_module); in ngx_http_variable_realpath_root()
1643 cscf = ngx_http_get_module_srv_conf(r, ngx_http_core_module); in ngx_http_variable_server_name()
1952 clcf = ngx_http_get_module_loc_conf(r, ngx_http_core_module); in ngx_http_variable_sent_keep_alive()
[all …]
H A Dngx_http_copy_filter_module.c111 clcf = ngx_http_get_module_loc_conf(r, ngx_http_core_module); in ngx_http_copy_filter()
273 clcf = ngx_http_get_module_loc_conf(r, ngx_http_core_module); in ngx_http_copy_thread_handler()
H A Dngx_http_request_body.c158 clcf = ngx_http_get_module_loc_conf(r, ngx_http_core_module); in ngx_http_read_client_request_body()
404 clcf = ngx_http_get_module_loc_conf(r, ngx_http_core_module); in ngx_http_do_read_client_request_body()
448 clcf = ngx_http_get_module_loc_conf(r, ngx_http_core_module); in ngx_http_write_request_body()
642 clcf = ngx_http_get_module_loc_conf(r, ngx_http_core_module); in ngx_http_discarded_request_body_handler()
978 clcf = ngx_http_get_module_loc_conf(r, ngx_http_core_module); in ngx_http_request_body_chunked_filter()
H A Dngx_http_postpone_filter_module.c194 clcf = ngx_http_get_module_loc_conf(r, ngx_http_core_module); in ngx_http_postpone_filter_in_memory()
H A Dngx_http_header_filter_module.c280 clcf = ngx_http_get_module_loc_conf(r, ngx_http_core_module); in ngx_http_header_filter()
331 cscf = ngx_http_get_module_srv_conf(r, ngx_http_core_module); in ngx_http_header_filter()
H A Dngx_http_special_response.c454 clcf = ngx_http_get_module_loc_conf(r, ngx_http_core_module); in ngx_http_special_response_handler()
649 clcf = ngx_http_get_module_loc_conf(r, ngx_http_core_module); in ngx_http_send_error_page()
H A Dngx_http.c248 cmcf = ctx->main_conf[ngx_http_core_module.ctx_index]; in ngx_http_block()
279 clcf = cscfp[s]->ctx->loc_conf[ngx_http_core_module.ctx_index]; in ngx_http_block()
603 clcf = cscfp[s]->ctx->loc_conf[ngx_http_core_module.ctx_index]; in ngx_http_merge_servers()
1150 cmcf = ngx_http_conf_get_module_main_conf(cf, ngx_http_core_module); in ngx_http_add_listen()
1719 clcf = cscf->ctx->loc_conf[ngx_http_core_module.ctx_index]; in ngx_http_add_listening()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_flv_module.c102 clcf = ngx_http_get_module_loc_conf(r, ngx_http_core_module); in ngx_http_flv_handler()
262 clcf = ngx_http_conf_get_module_loc_conf(cf, ngx_http_core_module); in ngx_http_flv()
H A Dngx_http_rewrite_module.c146 cmcf = ngx_http_get_module_main_conf(r, ngx_http_core_module); in ngx_http_rewrite_handler()
147 cscf = ngx_http_get_module_srv_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()
277 cmcf = ngx_http_conf_get_module_main_conf(cf, ngx_http_core_module); in ngx_http_rewrite_init()
573 pclcf = pctx->loc_conf[ngx_http_core_module.ctx_index]; in ngx_http_rewrite_if()
575 clcf = ctx->loc_conf[ngx_http_core_module.ctx_index]; in ngx_http_rewrite_if()
H A Dngx_http_empty_gif_module.c136 clcf = ngx_http_conf_get_module_loc_conf(cf, ngx_http_core_module); in ngx_http_empty_gif()
H A Dngx_http_static_module.c87 clcf = ngx_http_get_module_loc_conf(r, ngx_http_core_module); in ngx_http_static_handler()
278 cmcf = ngx_http_conf_get_module_main_conf(cf, ngx_http_core_module); in ngx_http_static_init()
H A Dngx_http_gzip_static_module.c120 clcf = ngx_http_get_module_loc_conf(r, ngx_http_core_module); in ngx_http_gzip_static_handler()
321 cmcf = ngx_http_conf_get_module_main_conf(cf, ngx_http_core_module); in ngx_http_gzip_static_init()
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()
343 cmcf = ngx_http_conf_get_module_main_conf(cf, ngx_http_core_module); in ngx_http_auth_request_init()
H A Dngx_http_access_module.c281 clcf = ngx_http_get_module_loc_conf(r, ngx_http_core_module); in ngx_http_access_found()
453 cmcf = ngx_http_conf_get_module_main_conf(cf, ngx_http_core_module); in ngx_http_access_init()
H A Dngx_http_try_files_module.c110 clcf = ngx_http_get_module_loc_conf(r, ngx_http_core_module); in ngx_http_try_files_handler()
394 cmcf = ngx_http_conf_get_module_main_conf(cf, ngx_http_core_module); in ngx_http_try_files_init()
H A Dngx_http_degradation_module.c233 cmcf = ngx_http_conf_get_module_main_conf(cf, ngx_http_core_module); in ngx_http_degradation_init()
H A Dngx_http_index_module.c121 clcf = ngx_http_get_module_loc_conf(r, ngx_http_core_module); in ngx_http_index_handler()
448 cmcf = ngx_http_conf_get_module_main_conf(cf, ngx_http_core_module); in ngx_http_index_init()
H A Dngx_http_not_modified_filter_module.c145 clcf = ngx_http_get_module_loc_conf(r, ngx_http_core_module); in ngx_http_test_if_modified()
H A Dngx_http_mirror_module.c254 cmcf = ngx_http_conf_get_module_main_conf(cf, ngx_http_core_module); in ngx_http_mirror_init()
H A Dngx_http_stub_status_module.c232 clcf = ngx_http_conf_get_module_loc_conf(cf, ngx_http_core_module); in ngx_http_set_stub_status()
H A Dngx_http_random_index_module.c307 cmcf = ngx_http_conf_get_module_main_conf(cf, ngx_http_core_module); in ngx_http_random_index_init()
H A Dngx_http_chunked_filter_module.c77 clcf = ngx_http_get_module_loc_conf(r, ngx_http_core_module); in ngx_http_chunked_header_filter()
/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2.c543 ngx_http_core_module); in ngx_http_v2_send_output_queue()
1631 cscf = ngx_http_get_module_srv_conf(r, ngx_http_core_module); in ngx_http_v2_state_process_header()
1670 cmcf = ngx_http_get_module_main_conf(r, ngx_http_core_module); in ngx_http_v2_state_process_header()
2483 cscf = ngx_http_get_module_srv_conf(r, ngx_http_core_module); in ngx_http_v2_state_headers_save()
3089 cscf = ngx_http_get_module_srv_conf(r, ngx_http_core_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()
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()
3850 clcf = ngx_http_get_module_loc_conf(r, ngx_http_core_module); in ngx_http_v2_read_request_body()
4033 clcf = ngx_http_get_module_loc_conf(r, ngx_http_core_module); in ngx_http_v2_process_request_body()
[all …]

123