Home
last modified time | relevance | path

Searched defs:ngx_http_location_tree_node_s (Results 1 – 1 of 1) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_core_module.h458 struct ngx_http_location_tree_node_s { struct
459 ngx_http_location_tree_node_t *left;
460 ngx_http_location_tree_node_t *right;
461 ngx_http_location_tree_node_t *tree;
463 ngx_http_core_loc_conf_t *exact;
464 ngx_http_core_loc_conf_t *inclusive;
466 u_char auto_redirect;
467 u_char len;
468 u_char name[1];