Searched refs:escaped_url (Results 1 – 1 of 1) sorted by relevance
47 _cleanup_free_ char *escaped_url = xescape(url, FILENAME_ESCAPE); in pull_find_old_etags() local48 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() local138 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()