HomeSort by relevance Sort by last modified time
    Searched refs:Curl_ack_eintr (Results 1 - 3 of 3) sorted by null

  /external/curl/lib/
select.h 84 /* On non-DOS and non-Winsock platforms, when Curl_ack_eintr is set,
88 extern int Curl_ack_eintr;
select.c 57 int Curl_ack_eintr = 0;
58 #define error_not_EINTR (Curl_ack_eintr || error != EINTR)
easy.c 280 Curl_ack_eintr = 1;

Completed in 969 milliseconds