Searched refs:pclcf (Results 1 – 3 of 3) sorted by relevance
1315 ngx_http_core_loc_conf_t *pclcf; in ngx_http_core_find_location() local1349 if (noregex == 0 && pclcf->regex_locations) { in ngx_http_core_find_location()2877 ngx_http_core_loc_conf_t *clcf, *pclcf; in ngx_http_core_location() local3001 clcf->prev_location = pclcf; in ngx_http_core_location()3004 if (pclcf->exact_match) { in ngx_http_core_location()3012 if (pclcf->named) { in ngx_http_core_location()3028 len = pclcf->name.len; in ngx_http_core_location()4366 ngx_http_core_loc_conf_t *pclcf = conf; in ngx_http_core_limit_except() local4378 if (pclcf->limit_except) { in ngx_http_core_limit_except()4382 pclcf->limit_except = 0xffffffff; in ngx_http_core_limit_except()[all …]
37 ngx_http_core_srv_conf_t *cscf, ngx_http_core_loc_conf_t *pclcf);39 ngx_http_core_loc_conf_t *pclcf);669 ngx_http_core_loc_conf_t *pclcf) in ngx_http_init_locations() argument681 locations = pclcf->locations; in ngx_http_init_locations()774 pclcf->regex_locations = clcfp; in ngx_http_init_locations()798 ngx_http_core_loc_conf_t *pclcf) in ngx_http_init_static_location_trees() argument804 locations = pclcf->locations; in ngx_http_init_static_location_trees()833 pclcf->static_locations = ngx_http_create_locations_tree(cf, locations, 0); in ngx_http_init_static_location_trees()834 if (pclcf->static_locations == NULL) { in ngx_http_init_static_location_trees()
537 ngx_http_core_loc_conf_t *clcf, *pclcf; in ngx_http_rewrite_if() local573 pclcf = pctx->loc_conf[ngx_http_core_module.ctx_index]; in ngx_http_rewrite_if()577 clcf->name = pclcf->name; in ngx_http_rewrite_if()580 if (ngx_http_add_location(cf, &pclcf->locations, clcf) != NGX_OK) { in ngx_http_rewrite_if()