ngx_http_create_locations_tree   47 src/http/ngx_http.c     ngx_http_create_locations_tree(ngx_conf_t *cf, ngx_queue_t *locations,
ngx_http_create_locations_tree  836 src/http/ngx_http.c     pclcf->static_locations = ngx_http_create_locations_tree(cf, locations, 0);
ngx_http_create_locations_tree 1112 src/http/ngx_http.c     node->left = ngx_http_create_locations_tree(cf, locations, prefix);
ngx_http_create_locations_tree 1123 src/http/ngx_http.c     node->right = ngx_http_create_locations_tree(cf, &tail, prefix);
ngx_http_create_locations_tree 1134 src/http/ngx_http.c     node->tree = ngx_http_create_locations_tree(cf, &lq->list, prefix + len);