clcfp             676 http/ngx_http.c     ngx_http_core_loc_conf_t   **clcfp;
clcfp             743 http/ngx_http.c         clcfp = ngx_palloc(cf->pool,
clcfp             745 http/ngx_http.c         if (clcfp == NULL) {
clcfp             749 http/ngx_http.c         cscf->named_locations = clcfp;
clcfp             757 http/ngx_http.c             *(clcfp++) = lq->exact;
clcfp             760 http/ngx_http.c         *clcfp = NULL;
clcfp             769 http/ngx_http.c         clcfp = ngx_palloc(cf->pool,
clcfp             771 http/ngx_http.c         if (clcfp == NULL) {
clcfp             775 http/ngx_http.c         pclcf->regex_locations = clcfp;
clcfp             783 http/ngx_http.c             *(clcfp++) = lq->exact;
clcfp             786 http/ngx_http.c         *clcfp = NULL;
clcfp            1484 http/ngx_http_core_module.c     ngx_http_core_loc_conf_t  *clcf, **clcfp;
clcfp            1516 http/ngx_http_core_module.c         for (clcfp = pclcf->regex_locations; *clcfp; clcfp++) {
clcfp            1519 http/ngx_http_core_module.c                            "test location: ~ \"%V\"", &(*clcfp)->name);
clcfp            1521 http/ngx_http_core_module.c             n = ngx_http_regex_exec(r, (*clcfp)->regex, &r->uri);
clcfp            1524 http/ngx_http_core_module.c                 r->loc_conf = (*clcfp)->loc_conf;
clcfp            2354 http/ngx_http_core_module.c     ngx_http_core_loc_conf_t   **clcfp;
clcfp            2363 http/ngx_http_core_module.c         for (clcfp = cscf->named_locations; *clcfp; clcfp++) {
clcfp            2366 http/ngx_http_core_module.c                            "test location: \"%V\"", &(*clcfp)->name);
clcfp            2368 http/ngx_http_core_module.c             if (name->len != (*clcfp)->name.len
clcfp            2369 http/ngx_http_core_module.c                 || ngx_strncmp(name->data, (*clcfp)->name.data, name->len) != 0)
clcfp            2380 http/ngx_http_core_module.c             r->loc_conf = (*clcfp)->loc_conf;