regex_locations   775 http/ngx_http.c         pclcf->regex_locations = clcfp;
regex_locations  1514 http/ngx_http_core_module.c     if (noregex == 0 && pclcf->regex_locations) {
regex_locations  1516 http/ngx_http_core_module.c         for (clcfp = pclcf->regex_locations; *clcfp; clcfp++) {
regex_locations   310 http/ngx_http_core_module.h     ngx_http_core_loc_conf_t       **regex_locations;