Searched refs:connect (Results 1 - 11 of 11) sorted by relevance

/httpd/test/
H A Dtest-writev.c76 if( connect( s, (struct sockaddr *)&server_addr, sizeof( server_addr ) )
78 perror("connect");
H A Dtest_limits.c122 /* connect */
137 if (connect(sd, (struct sockaddr *)&sin, sizeof(sin)) == -1) {
138 perror("connect");
H A Dmake_sni.sh198 SSLRandomSeed connect builtin
/httpd/build/pkg/
H A Dbuildpkg.sh74 --enable-proxy --enable-proxy-connect \
/httpd/support/
H A Dctlogconfig25 cxn = sqlite3.connect(db_name)
310 cxn = sqlite3.connect(db_name)
H A Dlogresolve.pl.in51 # 980417 - use 'sockaddr_un' for bind/connect to make the script work
119 $response = connect($CHILDSOCK{$child}, sockaddr_un($filename));
H A Dctauditscts145 cxn = sqlite3.connect(sys.argv[2])
H A Dab.c63 ** - 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...]
/httpd/modules/proxy/
H A Dmod_proxy_ftp.c1002 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...]
H A Dproxy_util.c796 "connect to remote machine %s blocked: name %s "
821 "connect to remote machine %s blocked: "
2140 "%s: fam %d socket created to connect to %s",
2160 "%s: attempt to connect to %pI (%s) failed",
2251 * Break up the URL to determine the host to connect to
2675 rv = connect(rawsock, (struct sockaddr*)sa, addrlen);
2740 "%s: attempt to connect to Unix domain socket "
2816 "%s: fam %d socket created to connect to %s",
2839 "%s: attempt to connect to %pI (%s) failed",
2881 "%s: attempt to connect t
[all...]
/httpd/modules/generators/
H A Dmod_cgid.c154 * httpd process will get ECONNREFUSED when trying to connect.
160 /* DEFAULT_CONNECT_ATTEMPTS controls how many times we'll try to connect
166 * Set this to 0 to continually retry until the connect works or Apache
1222 if (connect(sd, (struct sockaddr *)server_addr, server_addr_len) < 0) {
1231 "connect #%d to cgi daemon failed, sleeping before retry",
1242 "unable to connect to cgi daemon after multiple tries");

Completed in 2691 milliseconds