Groonga 3.0.9 Source Code Document
|
Go to the source code of this file.
Data Structures | |
struct | ngx_http_ssi_main_conf_t |
struct | ngx_http_ssi_ctx_t |
struct | ngx_http_ssi_param_t |
struct | ngx_http_ssi_command_t |
Macros | |
#define | NGX_HTTP_SSI_MAX_PARAMS 16 |
#define | NGX_HTTP_SSI_COMMAND_LEN 32 |
#define | NGX_HTTP_SSI_PARAM_LEN 32 |
#define | NGX_HTTP_SSI_PARAMS_N 4 |
#define | NGX_HTTP_SSI_COND_IF 1 |
#define | NGX_HTTP_SSI_COND_ELSE 2 |
#define | NGX_HTTP_SSI_NO_ENCODING 0 |
#define | NGX_HTTP_SSI_URL_ENCODING 1 |
#define | NGX_HTTP_SSI_ENTITY_ENCODING 2 |
Typedefs | |
typedef ngx_int_t(* | ngx_http_ssi_command_pt )(ngx_http_request_t *r, ngx_http_ssi_ctx_t *ctx, ngx_str_t **) |
Variables | |
ngx_module_t | ngx_http_ssi_filter_module |
#define NGX_HTTP_SSI_COMMAND_LEN 32 |
Definition at line 19 of file ngx_http_ssi_filter_module.h.
#define NGX_HTTP_SSI_COND_ELSE 2 |
Definition at line 25 of file ngx_http_ssi_filter_module.h.
#define NGX_HTTP_SSI_COND_IF 1 |
Definition at line 24 of file ngx_http_ssi_filter_module.h.
#define NGX_HTTP_SSI_ENTITY_ENCODING 2 |
Definition at line 30 of file ngx_http_ssi_filter_module.h.
#define NGX_HTTP_SSI_MAX_PARAMS 16 |
Definition at line 17 of file ngx_http_ssi_filter_module.h.
#define NGX_HTTP_SSI_NO_ENCODING 0 |
Definition at line 28 of file ngx_http_ssi_filter_module.h.
#define NGX_HTTP_SSI_PARAM_LEN 32 |
Definition at line 20 of file ngx_http_ssi_filter_module.h.
#define NGX_HTTP_SSI_PARAMS_N 4 |
Definition at line 21 of file ngx_http_ssi_filter_module.h.
#define NGX_HTTP_SSI_URL_ENCODING 1 |
Definition at line 29 of file ngx_http_ssi_filter_module.h.
typedef ngx_int_t(* ngx_http_ssi_command_pt)(ngx_http_request_t *r, ngx_http_ssi_ctx_t *ctx, ngx_str_t **) |
Definition at line 87 of file ngx_http_ssi_filter_module.h.
ngx_module_t ngx_http_ssi_filter_module |
Definition at line 185 of file ngx_http_ssi_filter_module.c.