Home
last modified time | relevance | path

Searched refs:ngx_mail_auth_http_module (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/nginx-1.16.1/src/mail/
H A Dngx_mail_auth_http_module.c132 ngx_module_t ngx_mail_auth_http_module = { variable
186 ahcf = ngx_mail_get_module_srv_conf(s, ngx_mail_auth_http_module); in ngx_mail_auth_http_init()
195 ngx_mail_set_ctx(s, ctx, ngx_mail_auth_http_module); in ngx_mail_auth_http_init()
247 ctx = ngx_mail_get_module_ctx(s, ngx_mail_auth_http_module); in ngx_mail_auth_http_write_handler()
293 ahcf = ngx_mail_get_module_srv_conf(s, ngx_mail_auth_http_module); in ngx_mail_auth_http_write_handler()
313 ctx = ngx_mail_get_module_ctx(s, ngx_mail_auth_http_module); in ngx_mail_auth_http_read_handler()
1114 ctx = ngx_mail_get_module_ctx(s, ngx_mail_auth_http_module); in ngx_mail_auth_http_block_read()
/f-stack/app/nginx-1.16.1/auto/
H A Dmodules1000 ngx_module_name=ngx_mail_auth_http_module
1002 ngx_module_srcs=src/mail/ngx_mail_auth_http_module.c