ngx_http_create_locations_tree   46 http/ngx_http.c     ngx_http_create_locations_tree(ngx_conf_t *cf, ngx_queue_t *locations,
ngx_http_create_locations_tree  834 http/ngx_http.c     pclcf->static_locations = ngx_http_create_locations_tree(cf, locations, 0);
ngx_http_create_locations_tree 1107 http/ngx_http.c     node->left = ngx_http_create_locations_tree(cf, locations, prefix);
ngx_http_create_locations_tree 1118 http/ngx_http.c     node->right = ngx_http_create_locations_tree(cf, &tail, prefix);
ngx_http_create_locations_tree 1129 http/ngx_http.c     node->tree = ngx_http_create_locations_tree(cf, &lq->list, prefix + len);