Home
last modified time | relevance | path

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

/external/curl/lib/
Dconnect.c86 static bool verifyconnect(curl_socket_t sockfd, int *error);
473 static bool verifyconnect(curl_socket_t sockfd, int *error) in verifyconnect() function
760 (void)verifyconnect(conn->tempsock[i], NULL); in Curl_is_connected()
780 if(verifyconnect(conn->tempsock[i], &error)) { in Curl_is_connected()
813 (void)verifyconnect(conn->tempsock[i], &error); in Curl_is_connected()