Searched refs:ngx_mail_conf_ctx_t (Results 1 – 3 of 3) sorted by relevance
26 } ngx_mail_conf_ctx_t; typedef35 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]
75 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()
240 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()