Searched refs:_fetch_connect (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/share/examples/refuse/ian/libfetch/ |
| D | common.h | 80 conn_t *_fetch_connect(const char *, int, int, int);
|
| D | ftp.c | 979 conn = _fetch_connect(purl->host, purl->port, af, verbose); in _ftp_connect() 982 conn = _fetch_connect(url->host, url->port, af, verbose); in _ftp_connect()
|
| D | common.c | 258 _fetch_connect(const char *host, int port, int af, int verbose) in _fetch_connect() function
|
| D | http.c | 708 if ((conn = _fetch_connect(URL->host, URL->port, af, verbose)) == NULL) in _http_connect()
|