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 86 /* On non-DOS and non-Winsock platforms, when Curl_ack_eintr is set,
90 extern int Curl_ack_eintr;
select.c 56 int Curl_ack_eintr = 0;
57 #define ERROR_NOT_EINTR(error) (Curl_ack_eintr || error != EINTR)
easy.c 265 Curl_ack_eintr = 1;

Completed in 233 milliseconds