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);
484 static bool verifyconnect(curl_socket_t sockfd, int *error) in verifyconnect() function
770 (void)verifyconnect(conn->tempsock[i], NULL); in Curl_is_connected()
791 if(verifyconnect(conn->tempsock[i], &error)) { in Curl_is_connected()
826 (void)verifyconnect(conn->tempsock[i], &error); in Curl_is_connected()