Home
last modified time | relevance | path

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

/third_party/boost/boost/system/detail/
Dsystem_category_win32.hpp305 case WSAEALREADY_: return make_error_condition( connection_already_in_progress ); in system_category_default_error_condition_win32()
/third_party/boost/boost/winapi/
Derror_codes.hpp2634 BOOST_CONSTEXPR_OR_CONST DWORD_ WSAEALREADY_ = 10037; variable