Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/mail/
H A Dngx_mail.h26 } ngx_mail_conf_ctx_t; typedef
35 ngx_mail_conf_ctx_t *ctx;
56 ngx_mail_conf_ctx_t *ctx;
129 ngx_mail_conf_ctx_t *ctx;
354 #define NGX_MAIL_MAIN_CONF_OFFSET offsetof(ngx_mail_conf_ctx_t, main_conf)
355 #define NGX_MAIL_SRV_CONF_OFFSET offsetof(ngx_mail_conf_ctx_t, srv_conf)
368 ((ngx_mail_conf_ctx_t *) cf->ctx)->main_conf[module.ctx_index]
370 ((ngx_mail_conf_ctx_t *) cf->ctx)->srv_conf[module.ctx_index]
H A Dngx_mail.c75 ngx_mail_conf_ctx_t *ctx; in ngx_mail_block()
79 if (*(ngx_mail_conf_ctx_t **) conf) { in ngx_mail_block()
85 ctx = ngx_pcalloc(cf->pool, sizeof(ngx_mail_conf_ctx_t)); in ngx_mail_block()
90 *(ngx_mail_conf_ctx_t **) conf = ctx; in ngx_mail_block()
H A Dngx_mail_core_module.c240 ngx_mail_conf_ctx_t *ctx, *mail_ctx; in ngx_mail_core_server()
244 ctx = ngx_pcalloc(cf->pool, sizeof(ngx_mail_conf_ctx_t)); in ngx_mail_core_server()