Home
last modified time | relevance | path

Searched refs:IsValidCountry (Results 1 – 6 of 6) sorted by relevance

/dports/net-im/nextcloud-spreed-signaling/nextcloud-spreed-signaling-0.2.0/src/signaling/
H A Dclient.go61 func IsValidCountry(country string) bool { func
H A Dmcu_proxy.go648 if country = msg.Hello.Server.Country; country != "" && !IsValidCountry(country) {
1430 if IsValidCountry(connCountry) {
1474 if country := initiator.Country(); IsValidCountry(country) {
H A Dhub.go260 } else if !IsValidCountry(value) {
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/Lobby2/PGSQL/
H A DLobby2Message_PGSQL.h39 bool IsValidCountry(RakNet::RakString string, bool *countryHasStates, PostgreSQLInterface *pgsql);
H A DLobby2Message_PGSQL.cpp142 bool RakNet::IsValidCountry(RakNet::RakString string, bool *countryHasStates, PostgreSQLInterface *… in IsValidCountry() function in RakNet
385 if (IsValidCountry(createAccountParameters.homeCountry, &hasStates, pgsql)==false) in CreateAccountParametersFailed()
404 if (IsValidCountry(createAccountParameters.billingCountry, &hasStates, pgsql)==false) in CreateAccountParametersFailed()
/dports/net-im/nextcloud-spreed-signaling/nextcloud-spreed-signaling-0.2.0/src/proxy/
H A Dproxy_server.go161 if signaling.IsValidCountry(country) {