Home
last modified time | relevance | path

Searched refs:ngx_http_get_module_loc_conf (Results 1 – 25 of 59) sorted by relevance

123

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_copy_filter_module.c110 conf = ngx_http_get_module_loc_conf(r, ngx_http_copy_filter_module); in ngx_http_copy_filter()
111 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_config.h58 #define ngx_http_get_module_loc_conf(r, module) (r)->loc_conf[module.ctx_index] macro
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_request.c518 clcf = ngx_http_get_module_loc_conf(r, ngx_http_core_module); in ngx_http_create_request()
733 clcf = ngx_http_get_module_loc_conf(hc->conf_ctx, in ngx_http_ssl_handshake()
2225 clcf = ngx_http_get_module_loc_conf(r, ngx_http_core_module); in ngx_http_set_virtual_server()
2486 clcf = ngx_http_get_module_loc_conf(r, ngx_http_core_module); in ngx_http_finalize_request()
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()
3506 clcf = ngx_http_get_module_loc_conf(r, ngx_http_core_module); in ngx_http_post_action()
[all …]
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_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()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_addition_filter_module.c105 conf = ngx_http_get_module_loc_conf(r, ngx_http_addition_filter_module); in ngx_http_addition_header_filter()
152 conf = ngx_http_get_module_loc_conf(r, ngx_http_addition_filter_module); in ngx_http_addition_body_filter()
H A Dngx_http_mirror_module.c96 mlcf = ngx_http_get_module_loc_conf(r, ngx_http_mirror_module); in ngx_http_mirror_handler()
157 mlcf = ngx_http_get_module_loc_conf(r, ngx_http_mirror_module); in ngx_http_mirror_handler_internal()
H A Dngx_http_gzip_filter_module.c247 conf = ngx_http_get_module_loc_conf(r, ngx_http_gzip_filter_module); in ngx_http_gzip_header_filter()
269 clcf = ngx_http_get_module_loc_conf(r, ngx_http_core_module); in ngx_http_gzip_header_filter()
499 conf = ngx_http_get_module_loc_conf(r, ngx_http_gzip_filter_module); in ngx_http_gzip_filter_memory()
578 conf = ngx_http_get_module_loc_conf(r, ngx_http_gzip_filter_module); in ngx_http_gzip_filter_buffer()
632 conf = ngx_http_get_module_loc_conf(r, ngx_http_gzip_filter_module); in ngx_http_gzip_filter_deflate_start()
771 conf = ngx_http_get_module_loc_conf(r, ngx_http_gzip_filter_module); in ngx_http_gzip_filter_get_buf()
910 conf = ngx_http_get_module_loc_conf(r, ngx_http_gzip_filter_module); in ngx_http_gzip_filter_deflate()
H A Dngx_http_gzip_static_module.c106 gzcf = ngx_http_get_module_loc_conf(r, ngx_http_gzip_static_module); in ngx_http_gzip_static_handler()
120 clcf = ngx_http_get_module_loc_conf(r, ngx_http_core_module); in ngx_http_gzip_static_handler()
H A Dngx_http_slice_filter_module.c162 slcf = ngx_http_get_module_loc_conf(r, ngx_http_slice_filter_module); in ngx_http_slice_header_filter()
270 slcf = ngx_http_get_module_loc_conf(r, ngx_http_slice_filter_module); in ngx_http_slice_body_filter()
405 slcf = ngx_http_get_module_loc_conf(r, ngx_http_slice_filter_module); in ngx_http_slice_range_variable()
H A Dngx_http_access_module.c133 alcf = ngx_http_get_module_loc_conf(r, ngx_http_access_module); in ngx_http_access_handler()
281 clcf = ngx_http_get_module_loc_conf(r, ngx_http_core_module); in ngx_http_access_found()
H A Dngx_http_try_files_module.c93 tlcf = ngx_http_get_module_loc_conf(r, ngx_http_try_files_module); in ngx_http_try_files_handler()
110 clcf = ngx_http_get_module_loc_conf(r, ngx_http_core_module); in ngx_http_try_files_handler()
H A Dngx_http_dav_module.c148 dlcf = ngx_http_get_module_loc_conf(r, ngx_http_dav_module); in ngx_http_dav_handler()
263 dlcf = ngx_http_get_module_loc_conf(r, ngx_http_dav_module); in ngx_http_dav_put_handler()
321 dlcf = ngx_http_get_module_loc_conf(r, ngx_http_dav_module); in ngx_http_dav_delete_handler()
828 dlcf = ngx_http_get_module_loc_conf(r, ngx_http_dav_module); in ngx_http_dav_copy_move_handler()
1082 clcf = ngx_http_get_module_loc_conf(r, ngx_http_core_module); in ngx_http_dav_location()
H A Dngx_http_image_filter_module.c238 conf = ngx_http_get_module_loc_conf(r, ngx_http_image_filter_module); in ngx_http_image_header_filter()
318 conf = ngx_http_get_module_loc_conf(r, ngx_http_image_filter_module); in ngx_http_image_body_filter()
537 conf = ngx_http_get_module_loc_conf(r, ngx_http_image_filter_module); in ngx_http_image_process()
841 conf = ngx_http_get_module_loc_conf(r, ngx_http_image_filter_module); in ngx_http_image_resize()
1180 conf = ngx_http_get_module_loc_conf(r, ngx_http_image_filter_module); in ngx_http_image_out()
1203 conf = ngx_http_get_module_loc_conf(r, ngx_http_image_filter_module); in ngx_http_image_out()
H A Dngx_http_degradation_module.c95 dlcf = ngx_http_get_module_loc_conf(r, ngx_http_degradation_module); in ngx_http_degradation_handler()
H A Dngx_http_userid_filter_module.c206 conf = ngx_http_get_module_loc_conf(r, ngx_http_userid_filter_module); in ngx_http_userid_filter()
233 conf = ngx_http_get_module_loc_conf(r->main, ngx_http_userid_filter_module); in ngx_http_userid_got_variable()
263 conf = ngx_http_get_module_loc_conf(r->main, ngx_http_userid_filter_module); in ngx_http_userid_set_variable()
H A Dngx_http_memcached_module.c206 mlcf = ngx_http_get_module_loc_conf(r, ngx_http_memcached_module); in ngx_http_memcached_handler()
248 mlcf = ngx_http_get_module_loc_conf(r, ngx_http_memcached_module); in ngx_http_memcached_create_request()
348 mlcf = ngx_http_get_module_loc_conf(r, ngx_http_memcached_module); in ngx_http_memcached_process_header()
H A Dngx_http_xslt_filter_module.c214 conf = ngx_http_get_module_loc_conf(r, ngx_http_xslt_filter_module); in ngx_http_xslt_header_filter()
340 conf = ngx_http_get_module_loc_conf(r, ngx_http_xslt_filter_module); in ngx_http_xslt_send()
426 conf = ngx_http_get_module_loc_conf(r, ngx_http_xslt_filter_module); in ngx_http_xslt_sax_external_subset()
500 conf = ngx_http_get_module_loc_conf(r, ngx_http_xslt_filter_module); in ngx_http_xslt_apply_stylesheet()
H A Dngx_http_index_module.c120 ilcf = ngx_http_get_module_loc_conf(r, ngx_http_index_module); in ngx_http_index_handler()
121 clcf = ngx_http_get_module_loc_conf(r, ngx_http_core_module); in ngx_http_index_handler()
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_flv_module.c102 clcf = ngx_http_get_module_loc_conf(r, ngx_http_core_module); in ngx_http_flv_handler()
H A Dngx_http_gunzip_filter_module.c126 conf = ngx_http_get_module_loc_conf(r, ngx_http_gunzip_filter_module); in ngx_http_gunzip_header_filter()
383 conf = ngx_http_get_module_loc_conf(r, ngx_http_gunzip_filter_module); in ngx_http_gunzip_filter_get_buf()
H A Dngx_http_static_module.c87 clcf = ngx_http_get_module_loc_conf(r, ngx_http_core_module); in ngx_http_static_handler()
H A Dngx_http_sub_filter_module.c180 slcf = ngx_http_get_module_loc_conf(r, ngx_http_sub_filter_module); in ngx_http_sub_header_filter()
437 slcf = ngx_http_get_module_loc_conf(r, ngx_http_sub_filter_module); in ngx_http_sub_body_filter()
618 slcf = ngx_http_get_module_loc_conf(r, ngx_http_sub_filter_module); in ngx_http_sub_parse()

123