Searched refs:verifyconnect (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.c114 static bool verifyconnect(curl_socket_t sockfd, int *error);
210 (void)verifyconnect(sockfd, NULL);
432 * verifyconnect() returns TRUE if the connect really has happened.
434 static bool verifyconnect(curl_socket_t sockfd, int *error) function
703 if(verifyconnect(sockfd, &error)) {
724 (void)verifyconnect(sockfd, &error);
1005 isconnected = verifyconnect(sockfd, &error);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/curl-7.21.7/lib/
H A Dconnect.c114 static bool verifyconnect(curl_socket_t sockfd, int *error);
210 (void)verifyconnect(sockfd, NULL);
432 * verifyconnect() returns TRUE if the connect really has happened.
434 static bool verifyconnect(curl_socket_t sockfd, int *error) function
703 if(verifyconnect(sockfd, &error)) {
724 (void)verifyconnect(sockfd, &error);
1005 isconnected = verifyconnect(sockfd, &error);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/curl-7.21.7/lib/
H A Dconnect.c114 static bool verifyconnect(curl_socket_t sockfd, int *error);
210 (void)verifyconnect(sockfd, NULL);
432 * verifyconnect() returns TRUE if the connect really has happened.
434 static bool verifyconnect(curl_socket_t sockfd, int *error) function
703 if(verifyconnect(sockfd, &error)) {
724 (void)verifyconnect(sockfd, &error);
1005 isconnected = verifyconnect(sockfd, &error);

Completed in 176 milliseconds