Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/fetch/dist/libfetch/
H A Dcommon.h105 conn_t *fetch_cache_get(const struct url *, int);
H A Dcommon.c378 fetch_cache_get(const struct url *url, int af) in fetch_cache_get() function
H A Dftp.c1071 while ((conn = fetch_cache_get(url, af)) != NULL) { in ftp_connect()