Searched defs:ngx_http_location_tree_node_s (Results 1 – 1 of 1) sorted by relevance
458 struct ngx_http_location_tree_node_s { struct459 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];