Home
last modified time | relevance | path

Searched refs:pclcf (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_core_module.c1315 ngx_http_core_loc_conf_t *pclcf; in ngx_http_core_find_location() local
1349 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() local
3001 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() local
4378 if (pclcf->limit_except) { in ngx_http_core_limit_except()
4382 pclcf->limit_except = 0xffffffff; in ngx_http_core_limit_except()
[all …]
H A Dngx_http.c37 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() argument
681 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() argument
804 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()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_rewrite_module.c537 ngx_http_core_loc_conf_t *clcf, *pclcf; in ngx_http_rewrite_if() local
573 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()