Groonga 3.0.9 Source Code Document
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Variables
ngx_modules.c File Reference
#include <ngx_config.h>
#include <ngx_core.h>
Include dependency graph for ngx_modules.c:

Go to the source code of this file.

Variables

ngx_module_t ngx_core_module
ngx_module_t ngx_errlog_module
ngx_module_t ngx_conf_module
ngx_module_t ngx_events_module
ngx_module_t ngx_event_core_module
ngx_module_t ngx_epoll_module
ngx_module_t ngx_regex_module
ngx_module_t ngx_http_module
ngx_module_t ngx_http_core_module
ngx_module_t ngx_http_log_module
ngx_module_t ngx_http_upstream_module
ngx_module_t ngx_http_static_module
ngx_module_t ngx_http_autoindex_module
ngx_module_t ngx_http_index_module
ngx_module_t ngx_http_auth_basic_module
ngx_module_t ngx_http_access_module
ngx_module_t ngx_http_limit_conn_module
ngx_module_t ngx_http_limit_req_module
ngx_module_t ngx_http_geo_module
ngx_module_t ngx_http_map_module
ngx_module_t ngx_http_split_clients_module
ngx_module_t ngx_http_referer_module
ngx_module_t ngx_http_rewrite_module
ngx_module_t ngx_http_proxy_module
ngx_module_t ngx_http_fastcgi_module
ngx_module_t ngx_http_uwsgi_module
ngx_module_t ngx_http_scgi_module
ngx_module_t ngx_http_memcached_module
ngx_module_t ngx_http_empty_gif_module
ngx_module_t ngx_http_browser_module
ngx_module_t ngx_http_upstream_ip_hash_module
ngx_module_t ngx_http_upstream_least_conn_module
ngx_module_t ngx_http_upstream_keepalive_module
ngx_module_t ngx_http_groonga_module
ngx_module_t ngx_http_write_filter_module
ngx_module_t ngx_http_header_filter_module
ngx_module_t ngx_http_chunked_filter_module
ngx_module_t ngx_http_range_header_filter_module
ngx_module_t ngx_http_gzip_filter_module
ngx_module_t ngx_http_postpone_filter_module
ngx_module_t ngx_http_ssi_filter_module
ngx_module_t ngx_http_charset_filter_module
ngx_module_t ngx_http_userid_filter_module
ngx_module_t ngx_http_headers_filter_module
ngx_module_t ngx_http_copy_filter_module
ngx_module_t ngx_http_range_body_filter_module
ngx_module_t ngx_http_not_modified_filter_module
ngx_module_tngx_modules []

Variable Documentation

ngx_module_t ngx_conf_module

Definition at line 32 of file ngx_conf_file.c.

ngx_module_t ngx_core_module

Definition at line 171 of file nginx.c.

ngx_module_t ngx_epoll_module

Definition at line 172 of file ngx_epoll_module.c.

ngx_module_t ngx_errlog_module

Definition at line 35 of file ngx_log.c.

ngx_module_t ngx_event_core_module

Definition at line 186 of file ngx_event.c.

ngx_module_t ngx_events_module

Definition at line 103 of file ngx_event.c.

ngx_module_t ngx_http_access_module

Definition at line 91 of file ngx_http_access_module.c.

ngx_module_t ngx_http_auth_basic_module

Definition at line 79 of file ngx_http_auth_basic_module.c.

ngx_module_t ngx_http_autoindex_module

Definition at line 103 of file ngx_http_autoindex_module.c.

ngx_module_t ngx_http_browser_module

Definition at line 131 of file ngx_http_browser_module.c.

ngx_module_t ngx_http_charset_filter_module

Definition at line 196 of file ngx_http_charset_filter_module.c.

ngx_module_t ngx_http_chunked_filter_module

Definition at line 37 of file ngx_http_chunked_filter_module.c.

ngx_module_t ngx_http_copy_filter_module

Definition at line 61 of file ngx_http_copy_filter_module.c.

ngx_module_t ngx_http_core_module

Definition at line 811 of file ngx_http_core_module.c.

ngx_module_t ngx_http_empty_gif_module

Definition at line 93 of file ngx_http_empty_gif_module.c.

ngx_module_t ngx_http_fastcgi_module
Initial value:
{
&ngx_http_fastcgi_module_ctx,
ngx_http_fastcgi_commands,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
}

Definition at line 489 of file ngx_http_fastcgi_module.c.

ngx_module_t ngx_http_geo_module

Definition at line 141 of file ngx_http_geo_module.c.

ngx_module_t ngx_http_groonga_module

Definition at line 77 of file ngx_http_groonga_module.c.

ngx_module_t ngx_http_gzip_filter_module

Definition at line 215 of file ngx_http_gzip_filter_module.c.

ngx_module_t ngx_http_header_filter_module

Definition at line 33 of file ngx_http_header_filter_module.c.

ngx_module_t ngx_http_headers_filter_module

Definition at line 126 of file ngx_http_headers_filter_module.c.

ngx_module_t ngx_http_index_module

Definition at line 70 of file ngx_http_index_module.c.

ngx_module_t ngx_http_limit_conn_module

Definition at line 139 of file ngx_http_limit_conn_module.c.

ngx_module_t ngx_http_limit_req_module

Definition at line 142 of file ngx_http_limit_req_module.c.

ngx_module_t ngx_http_log_module

Definition at line 193 of file ngx_http_log_module.c.

ngx_module_t ngx_http_map_module

Definition at line 91 of file ngx_http_map_module.c.

ngx_module_t ngx_http_memcached_module

Definition at line 131 of file ngx_http_memcached_module.c.

ngx_module_t ngx_http_module

Definition at line 102 of file ngx_http.c.

ngx_module_t ngx_http_not_modified_filter_module

Definition at line 35 of file ngx_http_not_modified_filter_module.c.

ngx_module_t ngx_http_postpone_filter_module

Definition at line 33 of file ngx_http_postpone_filter_module.c.

ngx_module_t ngx_http_proxy_module
Initial value:
{
&ngx_http_proxy_module_ctx,
ngx_http_proxy_commands,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
}

Definition at line 535 of file ngx_http_proxy_module.c.

ngx_module_t ngx_http_range_body_filter_module

Definition at line 126 of file ngx_http_range_filter_module.c.

ngx_module_t ngx_http_range_header_filter_module

Definition at line 95 of file ngx_http_range_filter_module.c.

ngx_module_t ngx_http_referer_module

Definition at line 94 of file ngx_http_referer_module.c.

ngx_module_t ngx_http_rewrite_module

Definition at line 120 of file ngx_http_rewrite_module.c.

ngx_module_t ngx_http_scgi_module
Initial value:
{
&ngx_http_scgi_module_ctx,
ngx_http_scgi_commands,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
}

Definition at line 341 of file ngx_http_scgi_module.c.

ngx_module_t ngx_http_split_clients_module

Definition at line 58 of file ngx_http_split_clients_module.c.

ngx_module_t ngx_http_ssi_filter_module

Definition at line 185 of file ngx_http_ssi_filter_module.c.

ngx_module_t ngx_http_static_module

Definition at line 32 of file ngx_http_static_module.c.

ngx_module_t ngx_http_upstream_ip_hash_module

Definition at line 64 of file ngx_http_upstream_ip_hash_module.c.

ngx_module_t ngx_http_upstream_keepalive_module

Definition at line 107 of file ngx_http_upstream_keepalive_module.c.

ngx_module_t ngx_http_upstream_least_conn_module

Definition at line 68 of file ngx_http_upstream_least_conn_module.c.

ngx_module_t ngx_http_upstream_module

Definition at line 321 of file ngx_http_upstream.c.

ngx_module_t ngx_http_userid_filter_module

Definition at line 174 of file ngx_http_userid_filter_module.c.

ngx_module_t ngx_http_uwsgi_module
Initial value:
{
&ngx_http_uwsgi_module_ctx,
ngx_http_uwsgi_commands,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
}

Definition at line 375 of file ngx_http_uwsgi_module.c.

ngx_module_t ngx_http_write_filter_module

Definition at line 31 of file ngx_http_write_filter_module.c.

ngx_module_t* ngx_modules[]

Definition at line 55 of file ngx_modules.c.

ngx_module_t ngx_regex_module

Definition at line 52 of file ngx_regex.c.