Home
last modified time | relevance | path

Searched refs:ngx_mail_core_module (Results 1 – 11 of 11) sorted by relevance

/f-stack/app/nginx-1.16.1/src/mail/
H A Dngx_mail_handler.c137 cscf = ngx_mail_get_module_srv_conf(s, ngx_mail_core_module); in ngx_mail_init_connection()
218 cscf = ngx_mail_get_module_srv_conf(s, ngx_mail_core_module); in ngx_mail_ssl_init_connection()
246 cscf = ngx_mail_get_module_srv_conf(s, ngx_mail_core_module); in ngx_mail_ssl_handshake_handler()
292 cscf = ngx_mail_get_module_srv_conf(s, ngx_mail_core_module); in ngx_mail_verify_cert()
313 cscf = ngx_mail_get_module_srv_conf(s, ngx_mail_core_module); in ngx_mail_verify_cert()
341 cscf = ngx_mail_get_module_srv_conf(s, ngx_mail_core_module); in ngx_mail_init_session()
694 cscf = ngx_mail_get_module_srv_conf(s, ngx_mail_core_module); in ngx_mail_send()
735 cscf = ngx_mail_get_module_srv_conf(s, ngx_mail_core_module); in ngx_mail_read_command()
796 cscf = ngx_mail_get_module_srv_conf(s, ngx_mail_core_module); in ngx_mail_session_internal_server_error()
H A Dngx_mail_smtp_handler.c61 cscf = ngx_mail_get_module_srv_conf(s, ngx_mail_core_module); in ngx_mail_smtp_init_session()
159 cscf = ngx_mail_get_module_srv_conf(s, ngx_mail_core_module); in ngx_mail_smtp_resolve_name()
251 cscf = ngx_mail_get_module_srv_conf(s, ngx_mail_core_module); in ngx_mail_smtp_greeting()
293 cscf = ngx_mail_get_module_srv_conf(s, ngx_mail_core_module); in ngx_mail_smtp_invalid_pipelining()
646 cscf = ngx_mail_get_module_srv_conf(s, ngx_mail_core_module); in ngx_mail_smtp_auth()
H A Dngx_mail_core_module.c112 ngx_module_t ngx_mail_core_module = { variable
278 cscf = ctx->srv_conf[ngx_mail_core_module.ctx_index]; in ngx_mail_core_server()
281 cmcf = ctx->main_conf[ngx_mail_core_module.ctx_index]; in ngx_mail_core_server()
343 cmcf = ngx_mail_conf_get_module_main_conf(cf, ngx_mail_core_module); in ngx_mail_core_listen()
H A Dngx_mail_imap_handler.c41 cscf = ngx_mail_get_module_srv_conf(s, ngx_mail_core_module); in ngx_mail_imap_init_session()
393 cscf = ngx_mail_get_module_srv_conf(s, ngx_mail_core_module); in ngx_mail_imap_authenticate()
H A Dngx_mail.c162 cmcf = ctx->main_conf[ngx_mail_core_module.ctx_index]; in ngx_mail_block()
329 cscf = addr->opt.ctx->srv_conf[ngx_mail_core_module.ctx_index]; in ngx_mail_optimize_servers()
H A Dngx_mail_smtp_module.c166 cscf = ngx_mail_conf_get_module_srv_conf(cf, ngx_mail_core_module); in ngx_mail_smtp_merge_srv_conf()
H A Dngx_mail.h414 extern ngx_module_t ngx_mail_core_module;
H A Dngx_mail_pop3_handler.c40 cscf = ngx_mail_get_module_srv_conf(s, ngx_mail_core_module); in ngx_mail_pop3_init_session()
H A Dngx_mail_proxy_module.c125 cscf = ngx_mail_get_module_srv_conf(s, ngx_mail_core_module); in ngx_mail_proxy_init()
496 cscf = ngx_mail_get_module_srv_conf(s, ngx_mail_core_module); in ngx_mail_proxy_smtp_handler()
H A Dngx_mail_auth_http_module.c880 cscf = ngx_mail_get_module_srv_conf(s, ngx_mail_core_module); in ngx_mail_auth_sleep_handler()
1210 cscf = ngx_mail_get_module_srv_conf(s, ngx_mail_core_module); in ngx_mail_auth_http_create_request()
/f-stack/app/nginx-1.16.1/auto/
H A Dmodules950 ngx_module_name="ngx_mail_module ngx_mail_core_module"
954 src/mail/ngx_mail_core_module.c \