srv_conf          537 http/modules/ngx_http_rewrite_module.c     ctx->srv_conf = pctx->srv_conf;
srv_conf          165 http/ngx_http.c     ctx->srv_conf = ngx_pcalloc(cf->pool, sizeof(void *) * ngx_http_max_module);
srv_conf          166 http/ngx_http.c     if (ctx->srv_conf == NULL) {
srv_conf          203 http/ngx_http.c             ctx->srv_conf[mi] = module->create_srv_conf(cf);
srv_conf          204 http/ngx_http.c             if (ctx->srv_conf[mi] == NULL) {
srv_conf          580 http/ngx_http.c         ctx->srv_conf = cscfp[s]->ctx->srv_conf;
srv_conf          583 http/ngx_http.c             rv = module->merge_srv_conf(cf, saved.srv_conf[ctx_index],
srv_conf          584 http/ngx_http.c                                         cscfp[s]->ctx->srv_conf[ctx_index]);
srv_conf           18 http/ngx_http_config.h     void        **srv_conf;
srv_conf           50 http/ngx_http_config.h #define NGX_HTTP_SRV_CONF_OFFSET   offsetof(ngx_http_conf_ctx_t, srv_conf)
srv_conf           56 http/ngx_http_config.h #define ngx_http_get_module_srv_conf(r, module)  (r)->srv_conf[module.ctx_index]
srv_conf           63 http/ngx_http_config.h     ((ngx_http_conf_ctx_t *) cf->ctx)->srv_conf[module.ctx_index]
srv_conf         2209 http/ngx_http_core_module.c     sr->srv_conf = cscf->ctx->srv_conf;
srv_conf         2461 http/ngx_http_core_module.c     ctx->srv_conf = ngx_pcalloc(cf->pool, sizeof(void *) * ngx_http_max_module);
srv_conf         2462 http/ngx_http_core_module.c     if (ctx->srv_conf == NULL) {
srv_conf         2486 http/ngx_http_core_module.c             ctx->srv_conf[ngx_modules[i]->ctx_index] = mconf;
srv_conf         2502 http/ngx_http_core_module.c     cscf = ctx->srv_conf[ngx_http_core_module.ctx_index];
srv_conf         2581 http/ngx_http_core_module.c     ctx->srv_conf = pctx->srv_conf;
srv_conf         3922 http/ngx_http_core_module.c     ctx->srv_conf = pctx->srv_conf;
srv_conf          391 http/ngx_http_request.c     r->srv_conf = cscf->ctx->srv_conf;
srv_conf         1766 http/ngx_http_request.c     r->srv_conf = cscf->ctx->srv_conf;
srv_conf          353 http/ngx_http_request.h     void                            **srv_conf;
srv_conf         3983 http/ngx_http_upstream.c     ctx->srv_conf = ngx_pcalloc(cf->pool, sizeof(void *) * ngx_http_max_module);
srv_conf         3984 http/ngx_http_upstream.c     if (ctx->srv_conf == NULL) {
srv_conf         3988 http/ngx_http_upstream.c     ctx->srv_conf[ngx_http_upstream_module.ctx_index] = uscf;
srv_conf         3990 http/ngx_http_upstream.c     uscf->srv_conf = ctx->srv_conf;
srv_conf         4013 http/ngx_http_upstream.c             ctx->srv_conf[ngx_modules[m]->ctx_index] = mconf;
srv_conf          105 http/ngx_http_upstream.h     void                           **srv_conf;
srv_conf          337 http/ngx_http_upstream.h     uscf->srv_conf[module.ctx_index]
srv_conf          126 mail/ngx_mail.c     ctx->srv_conf = ngx_pcalloc(cf->pool, sizeof(void *) * ngx_mail_max_module);
srv_conf          127 mail/ngx_mail.c     if (ctx->srv_conf == NULL) {
srv_conf          153 mail/ngx_mail.c             ctx->srv_conf[mi] = module->create_srv_conf(cf);
srv_conf          154 mail/ngx_mail.c             if (ctx->srv_conf[mi] == NULL) {
srv_conf          209 mail/ngx_mail.c                                             ctx->srv_conf[mi],
srv_conf          210 mail/ngx_mail.c                                             cscfp[s]->ctx->srv_conf[mi]);
srv_conf           24 mail/ngx_mail.h     void                  **srv_conf;
srv_conf          191 mail/ngx_mail.h     void                  **srv_conf;
srv_conf          346 mail/ngx_mail.h #define NGX_MAIL_SRV_CONF_OFFSET   offsetof(ngx_mail_conf_ctx_t, srv_conf)
srv_conf          356 mail/ngx_mail.h #define ngx_mail_get_module_srv_conf(s, module)  (s)->srv_conf[module.ctx_index]
srv_conf          361 mail/ngx_mail.h     ((ngx_mail_conf_ctx_t *) cf->ctx)->srv_conf[module.ctx_index]
srv_conf          226 mail/ngx_mail_core_module.c     ctx->srv_conf = ngx_pcalloc(cf->pool, sizeof(void *) * ngx_mail_max_module);
srv_conf          227 mail/ngx_mail_core_module.c     if (ctx->srv_conf == NULL) {
srv_conf          244 mail/ngx_mail_core_module.c             ctx->srv_conf[ngx_modules[m]->ctx_index] = mconf;
srv_conf          250 mail/ngx_mail_core_module.c     cscf = ctx->srv_conf[ngx_mail_core_module.ctx_index];
srv_conf          124 mail/ngx_mail_handler.c     s->srv_conf = addr_conf->ctx->srv_conf;