|
Groonga 3.0.9 Source Code Document
|
#include <ngx_http_ssi_filter_module.h>

Data Fields | |
| ngx_str_t | name |
| ngx_http_ssi_command_pt | handler |
| ngx_http_ssi_param_t * | params |
| unsigned | conditional:2 |
| unsigned | block:1 |
| unsigned | flush:1 |
Definition at line 100 of file ngx_http_ssi_filter_module.h.
| unsigned block |
Definition at line 106 of file ngx_http_ssi_filter_module.h.
| unsigned conditional |
Definition at line 105 of file ngx_http_ssi_filter_module.h.
| unsigned flush |
Definition at line 107 of file ngx_http_ssi_filter_module.h.
| ngx_http_ssi_command_pt handler |
Definition at line 102 of file ngx_http_ssi_filter_module.h.
| ngx_str_t name |
Definition at line 101 of file ngx_http_ssi_filter_module.h.
| ngx_http_ssi_param_t* params |
Definition at line 103 of file ngx_http_ssi_filter_module.h.
1.8.1.2