|
Groonga 3.0.9 Source Code Document
|

Go to the source code of this file.
Data Structures | |
| struct | ngx_mail_ssl_conf_t |
Macros | |
| #define | NGX_MAIL_STARTTLS_OFF 0 |
| #define | NGX_MAIL_STARTTLS_ON 1 |
| #define | NGX_MAIL_STARTTLS_ONLY 2 |
Variables | |
| ngx_module_t | ngx_mail_ssl_module |
| #define NGX_MAIL_STARTTLS_OFF 0 |
Definition at line 17 of file ngx_mail_ssl_module.h.
| #define NGX_MAIL_STARTTLS_ON 1 |
Definition at line 18 of file ngx_mail_ssl_module.h.
| #define NGX_MAIL_STARTTLS_ONLY 2 |
Definition at line 19 of file ngx_mail_ssl_module.h.
| ngx_module_t ngx_mail_ssl_module |
Definition at line 141 of file ngx_mail_ssl_module.c.
1.8.1.2