Searched refs:fetch_connect (Results 1 – 4 of 4) sorted by relevance
/freebsd/lib/libfetch/ |
H A D | common.h | 116 conn_t *fetch_connect(const char *, int, int, int);
|
H A D | ftp.c | 978 conn = fetch_connect(purl->host, purl->port, af, verbose); in ftp_connect() 981 conn = fetch_connect(url->host, url->port, af, verbose); in ftp_connect()
|
H A D | common.c | 588 fetch_connect(const char *host, int port, int af, int verbose) in fetch_connect() function
|
H A D | http.c | 1407 if ((conn = fetch_connect(curl->host, curl->port, af, verbose)) == NULL) in http_connect()
|