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

Data Fields | |
| ngx_mail_protocol_t * | protocol |
| 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) |
Definition at line 340 of file ngx_mail.h.
| void*(* create_main_conf)(ngx_conf_t *cf) |
Definition at line 343 of file ngx_mail.h.
| void*(* create_srv_conf)(ngx_conf_t *cf) |
Definition at line 346 of file ngx_mail.h.
| char*(* init_main_conf)(ngx_conf_t *cf, void *conf) |
Definition at line 344 of file ngx_mail.h.
| char*(* merge_srv_conf)(ngx_conf_t *cf, void *prev, void *conf) |
Definition at line 347 of file ngx_mail.h.
| ngx_mail_protocol_t* protocol |
Definition at line 341 of file ngx_mail.h.
1.8.1.2