|
Groonga 3.0.9 Source Code Document
|
#include <ngx_http_config.h>
Data Fields | |
| ngx_int_t(* | preconfiguration )(ngx_conf_t *cf) |
| ngx_int_t(* | postconfiguration )(ngx_conf_t *cf) |
| void *(* | create_main_conf )(ngx_conf_t *cf) |
| char *(* | init_main_conf )(ngx_conf_t *cf, void *conf) |
| void *(* | create_srv_conf )(ngx_conf_t *cf) |
| char *(* | merge_srv_conf )(ngx_conf_t *cf, void *prev, void *conf) |
| void *(* | create_loc_conf )(ngx_conf_t *cf) |
| char *(* | merge_loc_conf )(ngx_conf_t *cf, void *prev, void *conf) |
Definition at line 24 of file ngx_http_config.h.
| void*(* create_loc_conf)(ngx_conf_t *cf) |
Definition at line 34 of file ngx_http_config.h.
| void*(* create_main_conf)(ngx_conf_t *cf) |
Definition at line 28 of file ngx_http_config.h.
| void*(* create_srv_conf)(ngx_conf_t *cf) |
Definition at line 31 of file ngx_http_config.h.
| char*(* init_main_conf)(ngx_conf_t *cf, void *conf) |
Definition at line 29 of file ngx_http_config.h.
| char*(* merge_loc_conf)(ngx_conf_t *cf, void *prev, void *conf) |
Definition at line 35 of file ngx_http_config.h.
| char*(* merge_srv_conf)(ngx_conf_t *cf, void *prev, void *conf) |
Definition at line 32 of file ngx_http_config.h.
| ngx_int_t(* postconfiguration)(ngx_conf_t *cf) |
Definition at line 26 of file ngx_http_config.h.
| ngx_int_t(* preconfiguration)(ngx_conf_t *cf) |
Definition at line 25 of file ngx_http_config.h.
1.8.1.2