Home
last modified time | relevance | path

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

/systemd-251/src/import/
Dpull-common.c47 _cleanup_free_ char *escaped_url = xescape(url, FILENAME_ESCAPE); in pull_find_old_etags() local
48 if (!escaped_url) in pull_find_old_etags()
78 a = startswith(a, escaped_url); in pull_find_old_etags()
129 _cleanup_free_ char *escaped_url = NULL, *escaped_etag = NULL; in pull_make_path() local
138 escaped_url = xescape(url, FILENAME_ESCAPE); in pull_make_path()
139 if (!escaped_url) in pull_make_path()
148 path = strjoin(image_root, "/", strempty(prefix), escaped_url, escaped_etag ? "." : "", in pull_make_path()