Home
last modified time | relevance | path

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

/external/curl/lib/
Dselect.c57 #define ERROR_NOT_EINTR(error) (Curl_ack_eintr || error != EINTR) macro
111 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()