Home
last modified time | relevance | path

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

/minix3/external/bsd/pkg_install/dist/lib/
H A Dpkg_io.c144 f->url = fetchCopyURL(url); in open_archive_by_url()
261 *best_url = fetchCopyURL(ue.urls + i); in find_best_package_int()
/minix3/external/bsd/fetch/dist/libfetch/
H A Dfetch.h150 struct url *fetchCopyURL(const struct url *);
H A Dfetch.c338 fetchCopyURL(const struct url *src) in fetchCopyURL() function
H A Dcommon.c320 conn->cache_url = fetchCopyURL(url); in fetch_connect()
H A Dhttp.c1467 cache->location = fetchCopyURL(url); in fetchListHTTP()