Searched refs:ngx_http_create_locations_tree (Results 1 – 1 of 1) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http.c | 47 ngx_http_create_locations_tree(ngx_conf_t *cf, ngx_queue_t *locations, 833 pclcf->static_locations = ngx_http_create_locations_tree(cf, locations, 0); in ngx_http_init_static_location_trees() 1068 ngx_http_create_locations_tree(ngx_conf_t *cf, ngx_queue_t *locations, in ngx_http_create_locations_tree() function 1109 node->left = ngx_http_create_locations_tree(cf, locations, prefix); in ngx_http_create_locations_tree() 1120 node->right = ngx_http_create_locations_tree(cf, &tail, prefix); in ngx_http_create_locations_tree() 1131 node->tree = ngx_http_create_locations_tree(cf, &lq->list, prefix + len); in ngx_http_create_locations_tree()
|