Home
last modified time | relevance | path

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

/third_party/curl/lib/
Dconnect.c86 static bool verifyconnect(curl_socket_t sockfd, int *error);
493 static bool verifyconnect(curl_socket_t sockfd, int *error) in verifyconnect() function
914 (void)verifyconnect(conn->tempsock[i], NULL); in Curl_is_connected()
938 if(verifyconnect(conn->tempsock[i], &error)) { in Curl_is_connected()
967 (void)verifyconnect(conn->tempsock[i], &error); in Curl_is_connected()