Home
last modified time | relevance | path

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

/openssl/include/internal/
H A Dsockets.h168 # define get_last_socket_error_is_eintr() (get_last_socket_error() == EINTR) macro
173 # undef get_last_socket_error_is_eintr
176 # define get_last_socket_error_is_eintr() (get_last_socket_error() == WSAEINTR) macro
/openssl/ssl/quic/
H A Dquic_reactor.c233 } while (pres == -1 && get_last_socket_error_is_eintr()); in poll_two_fds()
284 } while (pres == -1 && get_last_socket_error_is_eintr()); in poll_two_fds()

Completed in 11 milliseconds