Home
last modified time | relevance | path

Searched refs:SetStartData (Results 1 – 8 of 8) sorted by relevance

/dports/games/pokerth/pokerth-1.1.2-rc/src/net/
H A Dservergame.h188 void SetStartData(const StartData &startData);
H A Dclientthread.h235 void SetStartData(const StartData &startData);
/dports/lang/nbc/
H A DmwGenericLex.pas285 procedure SetStartData(Ptr: Pointer; aLen: Integer); procedure
1107 procedure TmwGenLex.SetStartData(Ptr: Pointer; aLen: Integer); procedure
/dports/games/pokerth/pokerth-1.1.2-rc/src/net/common/
H A Dservergame.cpp342 SetStartData(startData); in InternalStartGame()
1121 ServerGame::SetStartData(const StartData &startData) in SetStartData() function in ServerGame
H A Dclientstate.cpp1509 client->SetStartData(startData); in InternalHandlePacket()
1531 client->SetStartData(startData); in InternalHandlePacket()
H A Dclientthread.cpp1088 ClientThread::SetStartData(const StartData &startData) in SetStartData() function in ClientThread
/dports/lang/nbc/NXT/
H A DuPreprocess.pas363 Lex.SetStartData(@tokenstring[1], Length(tokenstring));
665 Lex.SetStartData(Stream.Memory, Integer(Stream.Size));
H A DuNXCComp.pas4915 Lex.SetStartData(@asmStr[1], len);