Searched refs:ERROR_NOT_EINTR (Results 1 – 1 of 1) sorted by relevance
57 #define ERROR_NOT_EINTR(error) (Curl_ack_eintr || error != EINTR) macro111 if(error && ERROR_NOT_EINTR(error)) in Curl_wait_ms()221 if(error && ERROR_NOT_EINTR(error)) in Curl_socket_check()337 if(error && ERROR_NOT_EINTR(error)) in Curl_socket_check()443 if(error && ERROR_NOT_EINTR(error)) in Curl_poll()531 if(error && ERROR_NOT_EINTR(error)) in Curl_poll()