Searched refs:WSAENOTCONN (Results 1 – 9 of 9) sorted by relevance
245 # if defined(WSAENOTCONN) in BIO_sock_non_fatal_error()246 case WSAENOTCONN: in BIO_sock_non_fatal_error()
1802 # if defined(WSAENOTCONN) in BIO_dgram_non_fatal_error()1803 case WSAENOTCONN: in BIO_dgram_non_fatal_error()
41 case WSAENOTCONN: in MapSystemError()
98 #define ENOTCONN WSAENOTCONN
40 # define ENOTCONN WSAENOTCONN
573 #define WSAENOTCONN (WSABASEERR+57) macro659 #define ENOTCONN WSAENOTCONN
133 MAP_ERR_TO_COND(WSAENOTCONN, not_connected);
439 #define ENOTCONN_compat WSAENOTCONN
100 EE(WSAENOTCONN,ENOTCONN,"socket is not connected") \