Searched defs:connect (Results 1 - 2 of 2) sorted by relevance
/httpd/modules/proxy/ |
H A D | mod_proxy_ftp.c | 1002 int connect = 0, use_port = 0; local 1025 * Break up the URL to determine the host to connect to 1179 * We have determined who to connect to. Now make the connection. 1494 "EPSV attempt to connect to %pI failed - " 1498 "EPSV attempt to connect to %pI failed - firewall/NAT?", 1504 connect = 1; 1511 if (!connect) { 1590 "PASV attempt to connect to %pI failed - Firewall/NAT?", pasv_addr); 1593 "PASV attempt to connect to %pI failed - firewall/NAT?", 1597 connect [all...] |
/httpd/support/ |
H A D | ab.c | 63 ** - Enabled non-blocking connect()s. 216 STATE_CONNECTING, /* TCP connect initiated, but we don't 219 STATE_CONNECTED, /* we know TCP connect completed */ 241 connect, /* Connected, start writing */ member in struct:connection 255 apr_interval_time_t ctime; /* time to connect */ 513 (SSL_in_connect_init((SSL*)s) ? "connect" : "-"), 721 c->connect = tnow; 728 else if (tnow > c->connect + aprtimeout) { 1022 /* Sorted on total connect times */ 1364 s->ctime = ap_max(0, c->connect [all...] |
Completed in 15 milliseconds