Home
last modified time | relevance | path

Searched refs:ngx_mail_smtp_srv_conf_t (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/nginx-1.16.1/src/mail/
H A Dngx_mail_smtp_module.c62 offsetof(ngx_mail_smtp_srv_conf_t, client_buffer_size),
69 offsetof(ngx_mail_smtp_srv_conf_t, greeting_delay),
76 offsetof(ngx_mail_smtp_srv_conf_t, capabilities),
83 offsetof(ngx_mail_smtp_srv_conf_t, auth_methods),
120 ngx_mail_smtp_srv_conf_t *sscf; in ngx_mail_smtp_create_srv_conf()
122 sscf = ngx_pcalloc(cf->pool, sizeof(ngx_mail_smtp_srv_conf_t)); in ngx_mail_smtp_create_srv_conf()
143 ngx_mail_smtp_srv_conf_t *prev = parent; in ngx_mail_smtp_merge_srv_conf()
144 ngx_mail_smtp_srv_conf_t *conf = child; in ngx_mail_smtp_merge_srv_conf()
H A Dngx_mail_smtp_module.h33 } ngx_mail_smtp_srv_conf_t; typedef
H A Dngx_mail_smtp_handler.c246 ngx_mail_smtp_srv_conf_t *sscf; in ngx_mail_smtp_greeting()
280 ngx_mail_smtp_srv_conf_t *sscf; in ngx_mail_smtp_invalid_pipelining()
368 ngx_mail_smtp_srv_conf_t *sscf; in ngx_mail_smtp_create_buffer()
537 ngx_mail_smtp_srv_conf_t *sscf; in ngx_mail_smtp_helo()
598 ngx_mail_smtp_srv_conf_t *sscf; in ngx_mail_smtp_auth()
680 ngx_mail_smtp_srv_conf_t *sscf; in ngx_mail_smtp_mail()