Home
last modified time | relevance | path

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

/dports/games/xonotic/Xonotic/source/darkplaces/
H A Dcrypto.c472 #define MAX_CRYPTOCONNECTS 16 macro
486 static server_cryptoconnect_t cryptoconnects[MAX_CRYPTOCONNECTS];
515 for(i = 0; i < MAX_CRYPTOCONNECTS; ++i) in Crypto_ServerFindInstance()
518 if(i < MAX_CRYPTOCONNECTS && (allow_create || cryptoconnects[i].crypto.data)) in Crypto_ServerFindInstance()
527 for(i = 1; i < MAX_CRYPTOCONNECTS; ++i) in Crypto_ServerFindInstance()
1032 for(i = 0; i < MAX_CRYPTOCONNECTS; ++i) in Crypto_Shutdown()
/dports/games/darkplaces/darkplaces/
H A Dcrypto.c472 #define MAX_CRYPTOCONNECTS 16 macro
486 static server_cryptoconnect_t cryptoconnects[MAX_CRYPTOCONNECTS];
515 for(i = 0; i < MAX_CRYPTOCONNECTS; ++i) in Crypto_ServerFindInstance()
518 if(i < MAX_CRYPTOCONNECTS && (allow_create || cryptoconnects[i].crypto.data)) in Crypto_ServerFindInstance()
527 for(i = 1; i < MAX_CRYPTOCONNECTS; ++i) in Crypto_ServerFindInstance()
1032 for(i = 0; i < MAX_CRYPTOCONNECTS; ++i) in Crypto_Shutdown()