Function ngx_http_map_uri_to_path

Source
pub unsafe extern "C" fn ngx_http_map_uri_to_path(
    r: *mut ngx_http_request_s,
    name: *mut ngx_str_t,
    root_length: *mut usize,
    reserved: usize,
) -> *mut u8