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

Data Fields | |
| ngx_str_t | name |
| ngx_uint_t | type |
| char *(* | set )(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) |
| ngx_uint_t | conf |
| ngx_uint_t | offset |
| void * | post |
Definition at line 78 of file ngx_conf_file.h.
| ngx_uint_t conf |
Definition at line 82 of file ngx_conf_file.h.
| ngx_str_t name |
Definition at line 79 of file ngx_conf_file.h.
| ngx_uint_t offset |
Definition at line 83 of file ngx_conf_file.h.
| void* post |
Definition at line 84 of file ngx_conf_file.h.
| char*(* set)(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) |
Definition at line 81 of file ngx_conf_file.h.
| ngx_uint_t type |
Definition at line 80 of file ngx_conf_file.h.
1.8.1.2