ngx_http_module_t

[root@  nginx]# grep -r "static ngx_http_module_t" ./* *
./src/hsfm/ngx_http_subs_filter_module.c:static ngx_http_module_t ngx_http_subs_filter_module_ctx
./src/http/modules/ngx_http_access_module.c:static ngx_http_module_t  ngx_http_access_module_ctx = {
./src/http/modules/ngx_http_addition_filter_module.c:static ngx_http_module_t  ngx_http_addition_filter_module_ctx = {
./src/http/modules/ngx_http_auth_basic_module.c:static ngx_http_module_t  ngx_http_auth_basic_module_ctx = {
./src/http/modules/ngx_http_auth_request_module.c:static ngx_http_module_t  ngx_http_auth_request_module_ctx = {
./src/http/modules/ngx_http_autoindex_module.c:static ngx_http_module_t  ngx_http_autoindex_module_ctx = {
./src/http/modules/ngx_http_browser_module.c:static ngx_http_module_t  ngx_http_browser_module_ctx = {
./src/http/modules/ngx_http_charset_filter_module.c:static ngx_http_module_t  ngx_http_charset_filter_module_ctx = {
./src/http/modules/ngx_http_chunked_filter_module.c:static ngx_http_module_t  ngx_http_chunked_filter_module_ctx = {
./src/http/modules/ngx_http_dav_module.c:static ngx_http_module_t  ngx_http_dav_module_ctx = {
./src/http/modules/ngx_http_degradation_module.c:static ngx_http_module_t  ngx_http_degradation_module_ctx = {
./src/http/modules/ngx_http_empty_gif_module.c:static ngx_http_module_t  ngx_http_empty_gif_module_ctx = {
./src/http/modules/ngx_http_fastcgi_module.c:static ngx_http_module_t  ngx_http_fastcgi_module_ctx = {
./src/http/modules/ngx_http_flv_module.c:static ngx_http_module_t  ngx_http_flv_module_ctx = {
./src/http/modules/ngx_http_geo_module.c:static ngx_http_module_t  ngx_http_geo_module_ctx = {
./src/http/modules/ngx_http_geoip_module.c:static ngx_http_module_t  ngx_http_geoip_module_ctx = {
./src/http/modules/ngx_http_grpc_module.c:static ngx_http_module_t  ngx_http_grpc_module_ctx = {
./src/http/modules/ngx_http_gunzip_filter_module.c:static ngx_http_module_t  ngx_http_gunzip_filter_module_ctx = {
./src/http/modules/ngx_http_gzip_filter_module.c:static ngx_http_module_t  ngx_http_gzip_filter_module_ctx = {
./src/http/modules/ngx_http_gzip_static_module.c:static ngx_http_module_t  ngx_http_gzip_static_module_ctx = {
./src/http/modules/ngx_http_headers_filter_module.c:static ngx_http_module_t  ngx_http_headers_filter_module_ctx = {
./src/http/modules/ngx_http_image_filter_module.c:static ngx_http_module_t  ngx_http_image_filter_module_ctx = {
./src/http/modules/ngx_http_index_module.c:static ngx_http_module_t  ngx_http_index_module_ctx = {
./src/http/modules/ngx_http_limit_conn_module.c:static ngx_http_module_t  ngx_http_limit_conn_module_ctx = {
./src/http/modules/ngx_http_limit_req_module.c:static ngx_http_module_t  ngx_http_limit_req_module_ctx = {
./src/http/modules/ngx_http_log_module.c:static ngx_http_module_t  ngx_http_log_module_ctx = {
./src/http/modules/ngx_http_map_module.c:static ngx_http_module_t  ngx_http_map_module_ctx = {
./src/http/modules/ngx_http_memcached_module.c:static ngx_http_module_t  ngx_http_memcached_module_ctx = {
./src/http/modules/ngx_http_mirror_module.c:static ngx_http_module_t  ngx_http_mirror_module_ctx = {
./src/http/modules/ngx_http_mp4_module.c:static ngx_http_module_t  ngx_http_mp4_module_ctx = {
./src/http/modules/ngx_http_not_modified_filter_module.c:static ngx_http_module_t  ngx_http_not_modified_filter_module_ctx = {
./src/http/modules/ngx_http_proxy_module.c:static ngx_http_module_t  ngx_http_proxy_module_ctx = {
./src/http/modules/ngx_http_random_index_module.c:static ngx_http_module_t  ngx_http_random_index_module_ctx = {
./src/http/modules/ngx_http_range_filter_module.c:static ngx_http_module_t  ngx_http_range_header_filter_module_ctx = {
./src/http/modules/ngx_http_range_filter_module.c:static ngx_http_module_t  ngx_http_range_body_filter_module_ctx = {
./src/http/modules/ngx_http_realip_module.c:static ngx_http_module_t  ngx_http_realip_module_ctx = {
./src/http/modules/ngx_http_referer_module.c:static ngx_http_module_t  ngx_http_referer_module_ctx = {
./src/http/modules/ngx_http_rewrite_module.c:static ngx_http_module_t  ngx_http_rewrite_module_ctx = {
./src/http/modules/ngx_http_scgi_module.c:static ngx_http_module_t ngx_http_scgi_module_ctx = {
./src/http/modules/ngx_http_secure_link_module.c:static ngx_http_module_t  ngx_http_secure_link_module_ctx = {
./src/http/modules/ngx_http_slice_filter_module.c:static ngx_http_module_t  ngx_http_slice_filter_module_ctx = {
./src/http/modules/ngx_http_split_clients_module.c:static ngx_http_module_t  ngx_http_split_clients_module_ctx = {
./src/http/modules/ngx_http_ssi_filter_module.c:static ngx_http_module_t  ngx_http_ssi_filter_module_ctx = {
./src/http/modules/ngx_http_ssl_module.c:static ngx_http_module_t  ngx_http_ssl_module_ctx = {
./src/http/modules/ngx_http_static_module.c:static ngx_http_module_t  ngx_http_static_module_ctx = {
./src/http/modules/ngx_http_stub_status_module.c:static ngx_http_module_t  ngx_http_stub_status_module_ctx = {
./src/http/modules/ngx_http_sub_filter_module.c:static ngx_http_module_t  ngx_http_sub_filter_module_ctx = {
./src/http/modules/ngx_http_try_files_module.c:static ngx_http_module_t  ngx_http_try_files_module_ctx = {
./src/http/modules/ngx_http_upstream_hash_module.c:static ngx_http_module_t  ngx_http_upstream_hash_module_ctx = {
./src/http/modules/ngx_http_upstream_ip_hash_module.c:static ngx_http_module_t  ngx_http_upstream_ip_hash_module_ctx = {
./src/http/modules/ngx_http_upstream_keepalive_module.c:static ngx_http_module_t  ngx_http_upstream_keepalive_module_ctx = {
./src/http/modules/ngx_http_upstream_least_conn_module.c:static ngx_http_module_t  ngx_http_upstream_least_conn_module_ctx = {
./src/http/modules/ngx_http_upstream_random_module.c:static ngx_http_module_t  ngx_http_upstream_random_module_ctx = {
./src/http/modules/ngx_http_upstream_zone_module.c:static ngx_http_module_t  ngx_http_upstream_zone_module_ctx = {
./src/http/modules/ngx_http_userid_filter_module.c:static ngx_http_module_t  ngx_http_userid_filter_module_ctx = {
./src/http/modules/ngx_http_uwsgi_module.c:static ngx_http_module_t ngx_http_uwsgi_module_ctx = {
./src/http/modules/ngx_http_xslt_filter_module.c:static ngx_http_module_t  ngx_http_xslt_filter_module_ctx = {
./src/http/modules/perl/ngx_http_perl_module.c:static ngx_http_module_t  ngx_http_perl_module_ctx = {
./src/http/ngx_http_copy_filter_module.c:static ngx_http_module_t  ngx_http_copy_filter_module_ctx = {
./src/http/ngx_http_core_module.c:static ngx_http_module_t  ngx_http_core_module_ctx = {
./src/http/ngx_http_header_filter_module.c:static ngx_http_module_t  ngx_http_header_filter_module_ctx = {
./src/http/ngx_http_postpone_filter_module.c:static ngx_http_module_t  ngx_http_postpone_filter_module_ctx = {
./src/http/ngx_http_upstream.c:static ngx_http_module_t  ngx_http_upstream_module_ctx = {
./src/http/ngx_http_write_filter_module.c:static ngx_http_module_t  ngx_http_write_filter_module_ctx = {
./src/http/v2/ngx_http_v2_filter_module.c:static ngx_http_module_t  ngx_http_v2_filter_module_ctx = {
./src/http/v2/ngx_http_v2_module.c:static ngx_http_module_t  ngx_http_v2_module_ctx = {
./src/luam/t/data/fake-delayed-load-module/ngx_http_lua_fake_delayed_load_module.c:static ngx_http_module_t ngx_http_lua_fake_delayed_load_module_ctx = {
./src/luam/t/data/fake-module/ngx_http_fake_module.c:static ngx_http_module_t  ngx_http_fake_module_ctx = {
./src/luam/t/data/fake-shm-module/ngx_http_lua_fake_shm_module.c:static ngx_http_module_t  ngx_http_lua_fake_shm_module_ctx = {
src/hsfm/ngx_http_subs_filter_module.c:static ngx_http_module_t ngx_http_subs_filter_module_ctx
src/http/modules/ngx_http_access_module.c:static ngx_http_module_t  ngx_http_access_module_ctx = {
src/http/modules/ngx_http_addition_filter_module.c:static ngx_http_module_t  ngx_http_addition_filter_module_ctx = {
src/http/modules/ngx_http_auth_basic_module.c:static ngx_http_module_t  ngx_http_auth_basic_module_ctx = {
src/http/modules/ngx_http_auth_request_module.c:static ngx_http_module_t  ngx_http_auth_request_module_ctx = {
src/http/modules/ngx_http_autoindex_module.c:static ngx_http_module_t  ngx_http_autoindex_module_ctx = {
src/http/modules/ngx_http_browser_module.c:static ngx_http_module_t  ngx_http_browser_module_ctx = {
src/http/modules/ngx_http_charset_filter_module.c:static ngx_http_module_t  ngx_http_charset_filter_module_ctx = {
src/http/modules/ngx_http_chunked_filter_module.c:static ngx_http_module_t  ngx_http_chunked_filter_module_ctx = {
src/http/modules/ngx_http_dav_module.c:static ngx_http_module_t  ngx_http_dav_module_ctx = {
src/http/modules/ngx_http_degradation_module.c:static ngx_http_module_t  ngx_http_degradation_module_ctx = {
src/http/modules/ngx_http_empty_gif_module.c:static ngx_http_module_t  ngx_http_empty_gif_module_ctx = {
src/http/modules/ngx_http_fastcgi_module.c:static ngx_http_module_t  ngx_http_fastcgi_module_ctx = {
src/http/modules/ngx_http_flv_module.c:static ngx_http_module_t  ngx_http_flv_module_ctx = {
src/http/modules/ngx_http_geo_module.c:static ngx_http_module_t  ngx_http_geo_module_ctx = {
src/http/modules/ngx_http_geoip_module.c:static ngx_http_module_t  ngx_http_geoip_module_ctx = {
src/http/modules/ngx_http_grpc_module.c:static ngx_http_module_t  ngx_http_grpc_module_ctx = {
src/http/modules/ngx_http_gunzip_filter_module.c:static ngx_http_module_t  ngx_http_gunzip_filter_module_ctx = {
src/http/modules/ngx_http_gzip_filter_module.c:static ngx_http_module_t  ngx_http_gzip_filter_module_ctx = {
src/http/modules/ngx_http_gzip_static_module.c:static ngx_http_module_t  ngx_http_gzip_static_module_ctx = {
src/http/modules/ngx_http_headers_filter_module.c:static ngx_http_module_t  ngx_http_headers_filter_module_ctx = {
src/http/modules/ngx_http_image_filter_module.c:static ngx_http_module_t  ngx_http_image_filter_module_ctx = {
src/http/modules/ngx_http_index_module.c:static ngx_http_module_t  ngx_http_index_module_ctx = {
src/http/modules/ngx_http_limit_conn_module.c:static ngx_http_module_t  ngx_http_limit_conn_module_ctx = {
src/http/modules/ngx_http_limit_req_module.c:static ngx_http_module_t  ngx_http_limit_req_module_ctx = {
src/http/modules/ngx_http_log_module.c:static ngx_http_module_t  ngx_http_log_module_ctx = {
src/http/modules/ngx_http_map_module.c:static ngx_http_module_t  ngx_http_map_module_ctx = {
src/http/modules/ngx_http_memcached_module.c:static ngx_http_module_t  ngx_http_memcached_module_ctx = {
src/http/modules/ngx_http_mirror_module.c:static ngx_http_module_t  ngx_http_mirror_module_ctx = {
src/http/modules/ngx_http_mp4_module.c:static ngx_http_module_t  ngx_http_mp4_module_ctx = {
src/http/modules/ngx_http_not_modified_filter_module.c:static ngx_http_module_t  ngx_http_not_modified_filter_module_ctx = {
src/http/modules/ngx_http_proxy_module.c:static ngx_http_module_t  ngx_http_proxy_module_ctx = {
src/http/modules/ngx_http_random_index_module.c:static ngx_http_module_t  ngx_http_random_index_module_ctx = {
src/http/modules/ngx_http_range_filter_module.c:static ngx_http_module_t  ngx_http_range_header_filter_module_ctx = {
src/http/modules/ngx_http_range_filter_module.c:static ngx_http_module_t  ngx_http_range_body_filter_module_ctx = {
src/http/modules/ngx_http_realip_module.c:static ngx_http_module_t  ngx_http_realip_module_ctx = {
src/http/modules/ngx_http_referer_module.c:static ngx_http_module_t  ngx_http_referer_module_ctx = {
src/http/modules/ngx_http_rewrite_module.c:static ngx_http_module_t  ngx_http_rewrite_module_ctx = {
src/http/modules/ngx_http_scgi_module.c:static ngx_http_module_t ngx_http_scgi_module_ctx = {
src/http/modules/ngx_http_secure_link_module.c:static ngx_http_module_t  ngx_http_secure_link_module_ctx = {
src/http/modules/ngx_http_slice_filter_module.c:static ngx_http_module_t  ngx_http_slice_filter_module_ctx = {
src/http/modules/ngx_http_split_clients_module.c:static ngx_http_module_t  ngx_http_split_clients_module_ctx = {
src/http/modules/ngx_http_ssi_filter_module.c:static ngx_http_module_t  ngx_http_ssi_filter_module_ctx = {
src/http/modules/ngx_http_ssl_module.c:static ngx_http_module_t  ngx_http_ssl_module_ctx = {
src/http/modules/ngx_http_static_module.c:static ngx_http_module_t  ngx_http_static_module_ctx = {
src/http/modules/ngx_http_stub_status_module.c:static ngx_http_module_t  ngx_http_stub_status_module_ctx = {
src/http/modules/ngx_http_sub_filter_module.c:static ngx_http_module_t  ngx_http_sub_filter_module_ctx = {
src/http/modules/ngx_http_try_files_module.c:static ngx_http_module_t  ngx_http_try_files_module_ctx = {
src/http/modules/ngx_http_upstream_hash_module.c:static ngx_http_module_t  ngx_http_upstream_hash_module_ctx = {
src/http/modules/ngx_http_upstream_ip_hash_module.c:static ngx_http_module_t  ngx_http_upstream_ip_hash_module_ctx = {
src/http/modules/ngx_http_upstream_keepalive_module.c:static ngx_http_module_t  ngx_http_upstream_keepalive_module_ctx = {
src/http/modules/ngx_http_upstream_least_conn_module.c:static ngx_http_module_t  ngx_http_upstream_least_conn_module_ctx = {
src/http/modules/ngx_http_upstream_random_module.c:static ngx_http_module_t  ngx_http_upstream_random_module_ctx = {
src/http/modules/ngx_http_upstream_zone_module.c:static ngx_http_module_t  ngx_http_upstream_zone_module_ctx = {
src/http/modules/ngx_http_userid_filter_module.c:static ngx_http_module_t  ngx_http_userid_filter_module_ctx = {
src/http/modules/ngx_http_uwsgi_module.c:static ngx_http_module_t ngx_http_uwsgi_module_ctx = {
src/http/modules/ngx_http_xslt_filter_module.c:static ngx_http_module_t  ngx_http_xslt_filter_module_ctx = {
src/http/modules/perl/ngx_http_perl_module.c:static ngx_http_module_t  ngx_http_perl_module_ctx = {
src/http/ngx_http_copy_filter_module.c:static ngx_http_module_t  ngx_http_copy_filter_module_ctx = {
src/http/ngx_http_core_module.c:static ngx_http_module_t  ngx_http_core_module_ctx = {
src/http/ngx_http_header_filter_module.c:static ngx_http_module_t  ngx_http_header_filter_module_ctx = {
src/http/ngx_http_postpone_filter_module.c:static ngx_http_module_t  ngx_http_postpone_filter_module_ctx = {
src/http/ngx_http_upstream.c:static ngx_http_module_t  ngx_http_upstream_module_ctx = {
src/http/ngx_http_write_filter_module.c:static ngx_http_module_t  ngx_http_write_filter_module_ctx = {
src/http/v2/ngx_http_v2_filter_module.c:static ngx_http_module_t  ngx_http_v2_filter_module_ctx = {
src/http/v2/ngx_http_v2_module.c:static ngx_http_module_t  ngx_http_v2_module_ctx = {
src/luam/t/data/fake-delayed-load-module/ngx_http_lua_fake_delayed_load_module.c:static ngx_http_module_t ngx_http_lua_fake_delayed_load_module_ctx = {
src/luam/t/data/fake-module/ngx_http_fake_module.c:static ngx_http_module_t  ngx_http_fake_module_ctx = {
src/luam/t/data/fake-shm-module/ngx_http_lua_fake_shm_module.c:static ngx_http_module_t  ngx_http_lua_fake_shm_module_ctx = {

你可能感兴趣的:(nginx,ngx_http_module)