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.c795 struct url *fetch_url; local
799 fetch_url = fetchParseURL (url);
800 if (fetch_url == NULL) {
805 if ((in = fetchXGet (fetch_url, &us, "")) == NULL) {
810 fetchFreeURL (fetch_url);
820 fetchFreeURL (fetch_url);
828 fetchFreeURL (fetch_url);
832 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).