Home
last modified time | relevance | path

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

/freebsd/contrib/tnftp/src/
H A Dfetch.c91 static int fetch_url(const char *, const char *, char *, char *);
478 fetch_url(const char *url, const char *proxyenv, char *proxyauth, char *wwwauth) in fetch_url() function
1034 rval = fetch_url(url, location, in fetch_url()
1082 rval = fetch_url(url, proxyenv, in fetch_url()
1754 return (fetch_url(url, NULL, NULL, NULL)); in go_fetch()
1763 return (fetch_url(url, NULL, NULL, NULL)); in go_fetch()
/freebsd/contrib/libucl/src/
H A Ducl_util.c793 struct url *fetch_url; local
797 fetch_url = fetchParseURL(url);
798 if (fetch_url == NULL) {
803 if ((in = fetchXGet(fetch_url, &us, "")) == NULL) {
808 fetchFreeURL(fetch_url);
818 fetchFreeURL(fetch_url);
826 fetchFreeURL(fetch_url);
830 fetchFreeURL(fetch_url);
/freebsd/contrib/tnftp/
H A DChangeLog186 - fetch_url(): ensure struct tm is zeroed before calling
517 - In fetch_url(), don't call freeaddrinfo(res0) too early, as
1405 - fix memory leak in fetch_url (no freeaddrinfo was there).