Home
last modified time | relevance | path

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

/external/curl/lib/
Dconnect.c89 static bool verifyconnect(curl_socket_t sockfd, int *error);
487 static bool verifyconnect(curl_socket_t sockfd, int *error) in verifyconnect() function
777 (void)verifyconnect(conn->tempsock[i], NULL); in Curl_is_connected()
799 if(verifyconnect(conn->tempsock[i], &error)) { in Curl_is_connected()
834 (void)verifyconnect(conn->tempsock[i], &error); in Curl_is_connected()