Home
last modified time | relevance | path

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

/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/Lobby2/PGSQL/
H A DLobby2Message_PGSQL.cpp2319 if (emailIdsOnly) in ServerDBImpl()
2344 if (emailIdsOnly) in ServerDBImpl()
2401 if (emailIdsOnly==false) in ServerDBImpl()
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/Lobby2/
H A DLobby2Message.h1769 Emails_Get() {unreadEmailsOnly=false; emailIdsOnly=false;} in Emails_Get()
1781 bool emailIdsOnly; //When this is set only the emailIds are filled out and no data is returned. member
H A DLobby2Message.cpp1133 bitStream->Serialize(writeToBitstream,emailIdsOnly); in Serialize()