Home
last modified time | relevance | path

Searched refs:valid_location (Results 1 – 5 of 5) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_request.h476 unsigned valid_location:1; member
H A Dngx_http_core_module.c842 r->valid_location = 1; in ngx_http_handler()
1802 if (alias && !r->valid_location) { in ngx_http_map_uri_to_path()
2392 sr->valid_location = r->valid_location; in ngx_http_subrequest()
H A Dngx_http_script.c1036 r->valid_location = 0; in ngx_http_script_regex_start_code()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_proxy_module.c1123 loc_len = (r->valid_location && ctx->vars.uri.len) ? plcf->location.len : 0; in ngx_http_proxy_create_key()
1142 if (r->valid_location) { in ngx_http_proxy_create_key()
1235 loc_len = (r->valid_location && ctx->vars.uri.len) ? in ngx_http_proxy_create_request()
1359 if (r->valid_location) { in ngx_http_proxy_create_request()
/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2.c3084 r->valid_location = 1; in ngx_http_v2_create_stream()