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

/macosx-10.10/curl-83.1.2/curl/lib/
H A Dconnect.c88 static bool verifyconnect(curl_socket_t sockfd, int *error);
471 * verifyconnect() returns TRUE if the connect really has happened.
473 static bool verifyconnect(curl_socket_t sockfd, int *error) function
755 (void)verifyconnect(conn->tempsock[i], NULL);
775 if(verifyconnect(conn->tempsock[i], &error)) {
809 (void)verifyconnect(conn->tempsock[i], &error);

Completed in 122 milliseconds