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

Go to the source code of this file.

Data Structures

struct  ngx_http_sub_loc_conf_t
struct  ngx_http_sub_ctx_t

Enumerations

enum  ngx_http_sub_state_e { sub_start_state = 0, sub_match_state }

Variables

ngx_module_t ngx_http_sub_filter_module

Enumeration Type Documentation

Enumerator:
sub_start_state 
sub_match_state 

Definition at line 25 of file ngx_http_sub_filter_module.c.

Variable Documentation

ngx_module_t ngx_http_sub_filter_module
Initial value:
{
&ngx_http_sub_filter_module_ctx,
ngx_http_sub_filter_commands,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
}

Definition at line 111 of file ngx_http_sub_filter_module.c.