main_conf         536 http/modules/ngx_http_rewrite_module.c     ctx->main_conf = pctx->main_conf;
main_conf         153 http/ngx_http.c     ctx->main_conf = ngx_pcalloc(cf->pool,
main_conf         155 http/ngx_http.c     if (ctx->main_conf == NULL) {
main_conf         196 http/ngx_http.c             ctx->main_conf[mi] = module->create_main_conf(cf);
main_conf         197 http/ngx_http.c             if (ctx->main_conf[mi] == NULL) {
main_conf         249 http/ngx_http.c     cmcf = ctx->main_conf[ngx_http_core_module.ctx_index];
main_conf         263 http/ngx_http.c             rv = module->init_main_conf(cf, ctx->main_conf[mi]);
main_conf          17 http/ngx_http_config.h     void        **main_conf;
main_conf          49 http/ngx_http_config.h #define NGX_HTTP_MAIN_CONF_OFFSET  offsetof(ngx_http_conf_ctx_t, main_conf)
main_conf          55 http/ngx_http_config.h     (r)->main_conf[module.ctx_index]
main_conf          61 http/ngx_http_config.h     ((ngx_http_conf_ctx_t *) cf->ctx)->main_conf[module.ctx_index]
main_conf          70 http/ngx_http_config.h             ->main_conf[module.ctx_index]:                                    \
main_conf        2208 http/ngx_http_core_module.c     sr->main_conf = cscf->ctx->main_conf;
main_conf        2457 http/ngx_http_core_module.c     ctx->main_conf = http_ctx->main_conf;
main_conf        2506 http/ngx_http_core_module.c     cmcf = ctx->main_conf[ngx_http_core_module.ctx_index];
main_conf        2580 http/ngx_http_core_module.c     ctx->main_conf = pctx->main_conf;
main_conf        3921 http/ngx_http_core_module.c     ctx->main_conf = pctx->main_conf;
main_conf         390 http/ngx_http_request.c     r->main_conf = cscf->ctx->main_conf;
main_conf         352 http/ngx_http_request.h     void                            **main_conf;
main_conf        3979 http/ngx_http_upstream.c     ctx->main_conf = http_ctx->main_conf;
main_conf         114 mail/ngx_mail.c     ctx->main_conf = ngx_pcalloc(cf->pool,
main_conf         116 mail/ngx_mail.c     if (ctx->main_conf == NULL) {
main_conf         146 mail/ngx_mail.c             ctx->main_conf[mi] = module->create_main_conf(cf);
main_conf         147 mail/ngx_mail.c             if (ctx->main_conf[mi] == NULL) {
main_conf         178 mail/ngx_mail.c     cmcf = ctx->main_conf[ngx_mail_core_module.ctx_index];
main_conf         194 mail/ngx_mail.c             rv = module->init_main_conf(cf, ctx->main_conf[mi]);
main_conf          23 mail/ngx_mail.h     void                  **main_conf;
main_conf         190 mail/ngx_mail.h     void                  **main_conf;
main_conf         345 mail/ngx_mail.h #define NGX_MAIL_MAIN_CONF_OFFSET  offsetof(ngx_mail_conf_ctx_t, main_conf)
main_conf         355 mail/ngx_mail.h     (s)->main_conf[module.ctx_index]
main_conf         359 mail/ngx_mail.h     ((ngx_mail_conf_ctx_t *) cf->ctx)->main_conf[module.ctx_index]
main_conf         222 mail/ngx_mail_core_module.c     ctx->main_conf = mail_ctx->main_conf;
main_conf         253 mail/ngx_mail_core_module.c     cmcf = ctx->main_conf[ngx_mail_core_module.ctx_index];
main_conf         123 mail/ngx_mail_handler.c     s->main_conf = addr_conf->ctx->main_conf;