Home
last modified time | relevance | path

Searched refs:root_length (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_core_module.h497 size_t *root_length, size_t reserved);
H A Dngx_http_core_module.c1792 size_t *root_length, size_t reserved) in ngx_http_map_uri_to_path() argument
1811 *root_length = clcf->root.len; in ngx_http_map_uri_to_path()
1844 *root_length = path->len - reserved; in ngx_http_map_uri_to_path()
1845 last = path->data + *root_length; in ngx_http_map_uri_to_path()