Home
last modified time | relevance | path

Searched refs:InternalRegisterTimedBan (Results 1 – 2 of 2) sorted by relevance

/dports/games/pokerth/pokerth-1.1.2-rc/src/net/common/
H A Dserverbanmanager.cpp68 tmpBan.timer = InternalRegisterTimedBan(banId, durationHours); in BanPlayerName()
80 tmpBan.timer = InternalRegisterTimedBan(banId, durationHours); in BanPlayerRegex()
92 tmpBan.timer = InternalRegisterTimedBan(banId, durationHours); in BanIPAddress()
244 ServerBanManager::InternalRegisterTimedBan(unsigned timerId, unsigned durationHours) in InternalRegisterTimedBan() function in ServerBanManager
/dports/games/pokerth/pokerth-1.1.2-rc/src/net/
H A Dserverbanmanager.h85 …boost::shared_ptr<boost::asio::steady_timer> InternalRegisterTimedBan(unsigned timerId, unsigned d…