Searched refs:waitconnect (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/curl-7.21.7/lib/
H A Dconnect.c190 * waitconnect() waits for a TCP connect on the given socket for the specified
201 int waitconnect(struct connectdata *conn, function
690 rc = waitconnect(conn, sockfd, 0);
980 rc = waitconnect(conn, sockfd, timeout_ms);
995 /* The 'WAITCONN_TIMEOUT == rc' comes from the waitconnect(), and not from
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/curl-7.21.7/lib/
H A Dconnect.c190 * waitconnect() waits for a TCP connect on the given socket for the specified
201 int waitconnect(struct connectdata *conn, function
690 rc = waitconnect(conn, sockfd, 0);
980 rc = waitconnect(conn, sockfd, timeout_ms);
995 /* The 'WAITCONN_TIMEOUT == rc' comes from the waitconnect(), and not from
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/curl-7.21.7/lib/
H A Dconnect.c190 * waitconnect() waits for a TCP connect on the given socket for the specified
201 int waitconnect(struct connectdata *conn, function
690 rc = waitconnect(conn, sockfd, 0);
980 rc = waitconnect(conn, sockfd, timeout_ms);
995 /* The 'WAITCONN_TIMEOUT == rc' comes from the waitconnect(), and not from

Completed in 69 milliseconds