pclcf             526 http/modules/ngx_http_rewrite_module.c     ngx_http_core_loc_conf_t     *clcf, *pclcf;
pclcf             562 http/modules/ngx_http_rewrite_module.c     pclcf = pctx->loc_conf[ngx_http_core_module.ctx_index];
pclcf             566 http/modules/ngx_http_rewrite_module.c     clcf->name = pclcf->name;
pclcf             569 http/modules/ngx_http_rewrite_module.c     if (ngx_http_add_location(cf, &pclcf->locations, clcf) != NGX_OK) {
pclcf             596 http/modules/ngx_http_rewrite_module.c     if (pclcf->name.len == 0) {
pclcf              36 http/ngx_http.c     ngx_http_core_srv_conf_t *cscf, ngx_http_core_loc_conf_t *pclcf);
pclcf              38 http/ngx_http.c     ngx_http_core_loc_conf_t *pclcf);
pclcf             670 http/ngx_http.c     ngx_http_core_loc_conf_t *pclcf)
pclcf             682 http/ngx_http.c     locations = pclcf->locations;
pclcf             775 http/ngx_http.c         pclcf->regex_locations = clcfp;
pclcf             799 http/ngx_http.c     ngx_http_core_loc_conf_t *pclcf)
pclcf             805 http/ngx_http.c     locations = pclcf->locations;
pclcf             834 http/ngx_http.c     pclcf->static_locations = ngx_http_create_locations_tree(cf, locations, 0);
pclcf             835 http/ngx_http.c     if (pclcf->static_locations == NULL) {
pclcf            1480 http/ngx_http_core_module.c     ngx_http_core_loc_conf_t  *pclcf;
pclcf            1489 http/ngx_http_core_module.c     pclcf = ngx_http_get_module_loc_conf(r, ngx_http_core_module);
pclcf            1491 http/ngx_http_core_module.c     rc = ngx_http_core_find_static_location(r, pclcf->static_locations);
pclcf            1514 http/ngx_http_core_module.c     if (noregex == 0 && pclcf->regex_locations) {
pclcf            1516 http/ngx_http_core_module.c         for (clcfp = pclcf->regex_locations; *clcfp; clcfp++) {
pclcf            2572 http/ngx_http_core_module.c     ngx_http_core_loc_conf_t  *clcf, *pclcf;
pclcf            2689 http/ngx_http_core_module.c     pclcf = pctx->loc_conf[ngx_http_core_module.ctx_index];
pclcf            2691 http/ngx_http_core_module.c     if (pclcf->name.len) {
pclcf            2696 http/ngx_http_core_module.c         clcf->prev_location = pclcf;
pclcf            2699 http/ngx_http_core_module.c         if (pclcf->exact_match) {
pclcf            2703 http/ngx_http_core_module.c                                &clcf->name, &pclcf->name);
pclcf            2707 http/ngx_http_core_module.c         if (pclcf->named) {
pclcf            2711 http/ngx_http_core_module.c                                &clcf->name, &pclcf->name);
pclcf            2723 http/ngx_http_core_module.c         len = pclcf->name.len;
pclcf            2727 http/ngx_http_core_module.c             && ngx_strncmp(clcf->name.data, pclcf->name.data, len) != 0)
pclcf            2729 http/ngx_http_core_module.c         if (ngx_strncmp(clcf->name.data, pclcf->name.data, len) != 0)
pclcf            2734 http/ngx_http_core_module.c                                &clcf->name, &pclcf->name);
pclcf            2739 http/ngx_http_core_module.c     if (ngx_http_add_location(cf, &pclcf->locations, clcf) != NGX_OK) {
pclcf            3874 http/ngx_http_core_module.c     ngx_http_core_loc_conf_t *pclcf = conf;
pclcf            3886 http/ngx_http_core_module.c     if (pclcf->limit_except) {
pclcf            3890 http/ngx_http_core_module.c     pclcf->limit_except = 0xffffffff;
pclcf            3898 http/ngx_http_core_module.c                 pclcf->limit_except &= name->method;
pclcf            3911 http/ngx_http_core_module.c     if (!(pclcf->limit_except & NGX_HTTP_GET)) {
pclcf            3912 http/ngx_http_core_module.c         pclcf->limit_except &= (uint32_t) ~NGX_HTTP_HEAD;
pclcf            3949 http/ngx_http_core_module.c     pclcf->limit_except_loc_conf = ctx->loc_conf;
pclcf            3951 http/ngx_http_core_module.c     clcf->name = pclcf->name;
pclcf            3955 http/ngx_http_core_module.c     if (ngx_http_add_location(cf, &pclcf->locations, clcf) != NGX_OK) {