Home
last modified time | relevance | path

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

/dports/games/pokerth/pokerth-1.1.2-rc/src/net/common/
H A Dtransferhelper.cpp63 throw NetException(__FILE__, __LINE__, ERR_SOCK_TRANSFER_INIT_FAILED, 0); in Init()
66 throw NetException(__FILE__, __LINE__, ERR_SOCK_TRANSFER_INIT_FAILED, 0); in Init()
77 throw NetException(__FILE__, __LINE__, ERR_SOCK_TRANSFER_INIT_FAILED, 0); in Init()
/dports/games/pokerth/pokerth-1.1.2-rc/src/net/
H A Dsocket_msg.h59 #define ERR_SOCK_TRANSFER_INIT_FAILED 24 macro
/dports/games/pokerth/pokerth-1.1.2-rc/src/gui/qt/startwindow/
H A Dstartwindowimpl.cpp851 case ERR_SOCK_TRANSFER_INIT_FAILED: in networkError()