Home
last modified time | relevance | path

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

/dports/games/pokerth/pokerth-1.1.2-rc/src/net/
H A Dsocket_msg.h62 #define ERR_SOCK_TRANSFER_SELECT_FAILED 27 macro
/dports/games/pokerth/pokerth-1.1.2-rc/src/net/common/
H A Dtransferhelper.cpp112 throw NetException(__FILE__, __LINE__, ERR_SOCK_TRANSFER_SELECT_FAILED, 0); in Process()
/dports/games/pokerth/pokerth-1.1.2-rc/src/gui/qt/startwindow/
H A Dstartwindowimpl.cpp852 case ERR_SOCK_TRANSFER_SELECT_FAILED: in networkError()