Home
last modified time | relevance | path

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

/dports/games/pokerth/pokerth-1.1.2-rc/src/net/
H A Dsocket_msg.h39 #define ERR_SOCK_CREATION_FAILED 4 macro
/dports/games/pokerth/pokerth-1.1.2-rc/src/gui/qt/startwindow/
H A Dstartwindowimpl.cpp729 case ERR_SOCK_CREATION_FAILED: { in networkError()
/dports/games/pokerth/pokerth-1.1.2-rc/src/net/common/
H A Dclientthread.cpp1016 throw ClientException(__FILE__, __LINE__, ERR_SOCK_CREATION_FAILED, 0); in CreateContextSession()