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

Go to the source code of this file.

Data Structures

struct  ngx_http_gzip_static_conf_t

Macros

#define NGX_HTTP_GZIP_STATIC_OFF   0
#define NGX_HTTP_GZIP_STATIC_ON   1
#define NGX_HTTP_GZIP_STATIC_ALWAYS   2

Variables

ngx_http_module_t ngx_http_gzip_static_module_ctx
ngx_module_t ngx_http_gzip_static_module

Macro Definition Documentation

#define NGX_HTTP_GZIP_STATIC_ALWAYS   2

Definition at line 15 of file ngx_http_gzip_static_module.c.

#define NGX_HTTP_GZIP_STATIC_OFF   0

Definition at line 13 of file ngx_http_gzip_static_module.c.

#define NGX_HTTP_GZIP_STATIC_ON   1

Definition at line 14 of file ngx_http_gzip_static_module.c.

Variable Documentation

ngx_module_t ngx_http_gzip_static_module
Initial value:
{
ngx_http_gzip_static_commands,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
}

Definition at line 66 of file ngx_http_gzip_static_module.c.

ngx_http_module_t ngx_http_gzip_static_module_ctx
Initial value:
{
NULL,
ngx_http_gzip_static_init,
NULL,
NULL,
NULL,
NULL,
ngx_http_gzip_static_create_conf,
ngx_http_gzip_static_merge_conf
}

Definition at line 51 of file ngx_http_gzip_static_module.c.