Home
last modified time | relevance | path

Searched refs:ngx_http_split_args (Results 1 – 4 of 4) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http.h112 void ngx_http_split_args(ngx_http_request_t *r, ngx_str_t *uri,
H A Dngx_http_special_response.c608 ngx_http_split_args(r, &uri, &args); in ngx_http_send_error_page()
H A Dngx_http_parse.c2111 ngx_http_split_args(ngx_http_request_t *r, ngx_str_t *uri, ngx_str_t *args) in ngx_http_split_args() function
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_try_files_module.c207 ngx_http_split_args(r, &path, &args); in ngx_http_try_files_handler()