Home
last modified time | relevance | path

Searched refs:NTF_NET_JOIN_GAME_BAD_NAME (Results 1 – 4 of 4) sorted by relevance

/dports/games/pokerth/pokerth-1.1.2-rc/src/net/
H A Dsocket_msg.h131 #define NTF_NET_JOIN_GAME_BAD_NAME 217 macro
/dports/games/pokerth/pokerth-1.1.2-rc/src/net/common/
H A Dserverlobbythread.cpp1370 SendJoinGameFailed(session, gameId, NTF_NET_JOIN_GAME_BAD_NAME); in HandleNetPacketCreateGame()
1374 SendJoinGameFailed(session, gameId, NTF_NET_JOIN_GAME_BAD_NAME); in HandleNetPacketCreateGame()
2145 case NTF_NET_JOIN_GAME_BAD_NAME : in SendJoinGameFailed()
H A Dclientstate.cpp1317 failureCode = NTF_NET_JOIN_GAME_BAD_NAME; in InternalHandlePacket()
/dports/games/pokerth/pokerth-1.1.2-rc/src/gui/qt/startwindow/
H A Dstartwindowimpl.cpp1082 case NTF_NET_JOIN_GAME_BAD_NAME: { in networkNotification()