Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_core_module.h63 typedef struct ngx_http_location_tree_node_s ngx_http_location_tree_node_t; typedef
324 ngx_http_location_tree_node_t *static_locations;
459 ngx_http_location_tree_node_t *left;
460 ngx_http_location_tree_node_t *right;
461 ngx_http_location_tree_node_t *tree;
H A Dngx_http.c46 static ngx_http_location_tree_node_t *
1067 static ngx_http_location_tree_node_t *
1074 ngx_http_location_tree_node_t *node; in ngx_http_create_locations_tree()
1082 offsetof(ngx_http_location_tree_node_t, name) + len); in ngx_http_create_locations_tree()
H A Dngx_http_core_module.c26 ngx_http_location_tree_node_t *node);
1390 ngx_http_location_tree_node_t *node) in ngx_http_core_find_static_location()