Home
last modified time | relevance | path

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

/openssl/include/internal/
H A Dsockets.h168 # define get_last_socket_error_is_eintr() (get_last_socket_error() == EINTR) macro
176 # define get_last_socket_error_is_eintr() (get_last_socket_error() == WSAEINTR) macro

Completed in 7 milliseconds