Home
last modified time | relevance | path

Searched refs:ngx_http_named_location (Results 1 – 6 of 6) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_try_files_module.c204 (void) ngx_http_named_location(r, &path); in ngx_http_try_files_handler()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_core_module.h509 ngx_int_t ngx_http_named_location(ngx_http_request_t *r, ngx_str_t *name);
H A Dngx_http_special_response.c623 return ngx_http_named_location(r, &uri); in ngx_http_send_error_page()
H A Dngx_http_request.c3531 ngx_http_named_location(r, &clcf->post_action); in ngx_http_post_action()
H A Dngx_http_core_module.c2469 ngx_http_named_location(ngx_http_request_t *r, ngx_str_t *name) in ngx_http_named_location() function
H A Dngx_http_upstream.c2761 ngx_http_named_location(r, &uri); in ngx_http_upstream_process_headers()