Searched refs:http_connect (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_http.c154 http_connect(const char *address, u_short port) function
421 fd = http_connect("127.0.0.1", port);
447 fd = http_connect("127.0.0.1", port2);
470 fd = http_connect("127.0.0.1", port2);
610 fd = http_connect("127.0.0.1", port);
642 fd = http_connect("127.0.0.1", port2);
727 fd = http_connect("127.0.0.1", port);
810 fd = http_connect("127.0.0.1", port);
872 fd1 = http_connect("127.0.0.1", port);
894 fd2 = http_connect("127.
[all...]
/freebsd-11-stable/lib/libfetch/
H A Dhttp.c1378 http_connect(struct url *URL, struct url *purl, const char *flags) function
1604 if ((conn = http_connect(url, purl, flags)) == NULL)

Completed in 126 milliseconds