loc_conf          539 http/modules/ngx_http_rewrite_module.c     ctx->loc_conf = ngx_pcalloc(cf->pool, sizeof(void *) * ngx_http_max_module);
loc_conf          540 http/modules/ngx_http_rewrite_module.c     if (ctx->loc_conf == NULL) {
loc_conf          558 http/modules/ngx_http_rewrite_module.c             ctx->loc_conf[ngx_modules[i]->ctx_index] = mconf;
loc_conf          562 http/modules/ngx_http_rewrite_module.c     pclcf = pctx->loc_conf[ngx_http_core_module.ctx_index];
loc_conf          564 http/modules/ngx_http_rewrite_module.c     clcf = ctx->loc_conf[ngx_http_core_module.ctx_index];
loc_conf          565 http/modules/ngx_http_rewrite_module.c     clcf->loc_conf = ctx->loc_conf;
loc_conf          589 http/modules/ngx_http_rewrite_module.c     nlcf = ctx->loc_conf[ngx_http_rewrite_module.ctx_index];
loc_conf          597 http/modules/ngx_http_rewrite_module.c         if_code->loc_conf = NULL;
loc_conf          601 http/modules/ngx_http_rewrite_module.c         if_code->loc_conf = ctx->loc_conf;
loc_conf           33 http/ngx_http.c     ngx_queue_t *locations, void **loc_conf, ngx_http_module_t *module,
loc_conf          176 http/ngx_http.c     ctx->loc_conf = ngx_pcalloc(cf->pool, sizeof(void *) * ngx_http_max_module);
loc_conf          177 http/ngx_http.c     if (ctx->loc_conf == NULL) {
loc_conf          210 http/ngx_http.c             ctx->loc_conf[mi] = module->create_loc_conf(cf);
loc_conf          211 http/ngx_http.c             if (ctx->loc_conf[mi] == NULL) {
loc_conf          280 http/ngx_http.c         clcf = cscfp[s]->ctx->loc_conf[ngx_http_core_module.ctx_index];
loc_conf          594 http/ngx_http.c             ctx->loc_conf = cscfp[s]->ctx->loc_conf;
loc_conf          596 http/ngx_http.c             rv = module->merge_loc_conf(cf, saved.loc_conf[ctx_index],
loc_conf          597 http/ngx_http.c                                         cscfp[s]->ctx->loc_conf[ctx_index]);
loc_conf          604 http/ngx_http.c             clcf = cscfp[s]->ctx->loc_conf[ngx_http_core_module.ctx_index];
loc_conf          607 http/ngx_http.c                                           cscfp[s]->ctx->loc_conf,
loc_conf          625 http/ngx_http.c     void **loc_conf, ngx_http_module_t *module, ngx_uint_t ctx_index)
loc_conf          647 http/ngx_http.c         ctx->loc_conf = clcf->loc_conf;
loc_conf          649 http/ngx_http.c         rv = module->merge_loc_conf(cf, loc_conf[ctx_index],
loc_conf          650 http/ngx_http.c                                     clcf->loc_conf[ctx_index]);
loc_conf          655 http/ngx_http.c         rv = ngx_http_merge_locations(cf, clcf->locations, clcf->loc_conf,
loc_conf         1742 http/ngx_http.c     clcf = cscf->ctx->loc_conf[ngx_http_core_module.ctx_index];
loc_conf           19 http/ngx_http_config.h     void        **loc_conf;
loc_conf           51 http/ngx_http_config.h #define NGX_HTTP_LOC_CONF_OFFSET   offsetof(ngx_http_conf_ctx_t, loc_conf)
loc_conf           57 http/ngx_http_config.h #define ngx_http_get_module_loc_conf(r, module)  (r)->loc_conf[module.ctx_index]
loc_conf           65 http/ngx_http_config.h     ((ngx_http_conf_ctx_t *) cf->ctx)->loc_conf[module.ctx_index]
loc_conf         1040 http/ngx_http_core_module.c     r->loc_conf = cscf->ctx->loc_conf;
loc_conf         1390 http/ngx_http_core_module.c         r->loc_conf = clcf->limit_except_loc_conf;
loc_conf         1524 http/ngx_http_core_module.c                 r->loc_conf = (*clcfp)->loc_conf;
loc_conf         1589 http/ngx_http_core_module.c                 r->loc_conf = node->inclusive->loc_conf;
loc_conf         1609 http/ngx_http_core_module.c                 r->loc_conf = node->exact->loc_conf;
loc_conf         1613 http/ngx_http_core_module.c                 r->loc_conf = node->inclusive->loc_conf;
loc_conf         1622 http/ngx_http_core_module.c             r->loc_conf = (node->exact) ? node->exact->loc_conf:
loc_conf         1623 http/ngx_http_core_module.c                                           node->inclusive->loc_conf;
loc_conf         2210 http/ngx_http_core_module.c     sr->loc_conf = cscf->ctx->loc_conf;
loc_conf         2332 http/ngx_http_core_module.c     r->loc_conf = cscf->ctx->loc_conf;
loc_conf         2380 http/ngx_http_core_module.c             r->loc_conf = (*clcfp)->loc_conf;
loc_conf         2468 http/ngx_http_core_module.c     ctx->loc_conf = ngx_pcalloc(cf->pool, sizeof(void *) * ngx_http_max_module);
loc_conf         2469 http/ngx_http_core_module.c     if (ctx->loc_conf == NULL) {
loc_conf         2495 http/ngx_http_core_module.c             ctx->loc_conf[ngx_modules[i]->ctx_index] = mconf;
loc_conf         2583 http/ngx_http_core_module.c     ctx->loc_conf = ngx_pcalloc(cf->pool, sizeof(void *) * ngx_http_max_module);
loc_conf         2584 http/ngx_http_core_module.c     if (ctx->loc_conf == NULL) {
loc_conf         2596 http/ngx_http_core_module.c             ctx->loc_conf[ngx_modules[i]->ctx_index] =
loc_conf         2598 http/ngx_http_core_module.c             if (ctx->loc_conf[ngx_modules[i]->ctx_index] == NULL) {
loc_conf         2604 http/ngx_http_core_module.c     clcf = ctx->loc_conf[ngx_http_core_module.ctx_index];
loc_conf         2605 http/ngx_http_core_module.c     clcf->loc_conf = ctx->loc_conf;
loc_conf         2689 http/ngx_http_core_module.c     pclcf = pctx->loc_conf[ngx_http_core_module.ctx_index];
loc_conf         3924 http/ngx_http_core_module.c     ctx->loc_conf = ngx_pcalloc(cf->pool, sizeof(void *) * ngx_http_max_module);
loc_conf         3925 http/ngx_http_core_module.c     if (ctx->loc_conf == NULL) {
loc_conf         3943 http/ngx_http_core_module.c             ctx->loc_conf[ngx_modules[i]->ctx_index] = mconf;
loc_conf         3948 http/ngx_http_core_module.c     clcf = ctx->loc_conf[ngx_http_core_module.ctx_index];
loc_conf         3949 http/ngx_http_core_module.c     pclcf->limit_except_loc_conf = ctx->loc_conf;
loc_conf         3950 http/ngx_http_core_module.c     clcf->loc_conf = ctx->loc_conf;
loc_conf          314 http/ngx_http_core_module.h     void        **loc_conf;
loc_conf          392 http/ngx_http_request.c     r->loc_conf = cscf->ctx->loc_conf;
loc_conf         1767 http/ngx_http_request.c     r->loc_conf = cscf->ctx->loc_conf;
loc_conf          354 http/ngx_http_request.h     void                            **loc_conf;
loc_conf         1399 http/ngx_http_script.c         if (code->loc_conf) {
loc_conf         1400 http/ngx_http_script.c             e->request->loc_conf = code->loc_conf;
loc_conf          187 http/ngx_http_script.h     void                      **loc_conf;
loc_conf         3995 http/ngx_http_upstream.c     ctx->loc_conf = ngx_pcalloc(cf->pool, sizeof(void *) * ngx_http_max_module);
loc_conf         3996 http/ngx_http_upstream.c     if (ctx->loc_conf == NULL) {
loc_conf         4022 http/ngx_http_upstream.c             ctx->loc_conf[ngx_modules[m]->ctx_index] = mconf;