Home
last modified time | relevance | path

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

/external/curl/docs/examples/
Dsendrecv.c32 static int wait_on_socket(curl_socket_t sockfd, int for_recv, long timeout_ms) in wait_on_socket() function
104 if(!wait_on_socket(sockfd, 0, 60000L)) { in main()
124 wait_on_socket(sockfd, 1, 60000L); in main()