Searched refs:fetch_connect (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/lib/libfetch/
H A Dcommon.h81 conn_t *fetch_connect(const char *, int, int, int);
H A Dftp.c978 conn = fetch_connect(purl->host, purl->port, af, verbose);
981 conn = fetch_connect(url->host, url->port, af, verbose);
987 /* fetch_connect() has already set an error code */
H A Dcommon.c341 fetch_connect(const char *host, int port, int af, int verbose) function
H A Dhttp.c1405 if ((conn = fetch_connect(curl->host, curl->port, af, verbose)) == NULL)
1406 /* fetch_connect() has already set an error code */

Completed in 129 milliseconds