Searched refs:base_path_end (Results 1 – 1 of 1) sorted by relevance
198 const char *keep, *base_path_end; in ff_make_absolute_url2() local272 base_path_end = ub.url_component_end_path; in ff_make_absolute_url2()274 while (base_path_end > ub.path && !strchr(base_separators, base_path_end[-1])) in ff_make_absolute_url2()275 base_path_end--; in ff_make_absolute_url2()292 ret = append_path(path, out_end, &out, ub.path, base_path_end); in ff_make_absolute_url2()303 COPY(ub.path, base_path_end); in ff_make_absolute_url2()