Home
last modified time | relevance | path

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

/dports/games/nexuiz/Nexuiz/sources/darkplaces/
H A Dnetconn.c266 static qboolean _ServerList_CompareInt( int A, serverlist_maskop_t op, int B ) in _ServerList_CompareInt() function
336 if( !_ServerList_CompareInt( info->ping, mask->tests[SLIF_PING], mask->info.ping ) ) in _ServerList_Entry_Mask()
338 …if( !_ServerList_CompareInt( info->maxplayers, mask->tests[SLIF_MAXPLAYERS], mask->info.maxplayers… in _ServerList_Entry_Mask()
340 …if( !_ServerList_CompareInt( info->numplayers, mask->tests[SLIF_NUMPLAYERS], mask->info.numplayers… in _ServerList_Entry_Mask()
342 if( !_ServerList_CompareInt( info->numbots, mask->tests[SLIF_NUMBOTS], mask->info.numbots ) ) in _ServerList_Entry_Mask()
344 if( !_ServerList_CompareInt( info->numhumans, mask->tests[SLIF_NUMHUMANS], mask->info.numhumans ) ) in _ServerList_Entry_Mask()
346 if( !_ServerList_CompareInt( info->freeslots, mask->tests[SLIF_FREESLOTS], mask->info.freeslots ) ) in _ServerList_Entry_Mask()
348 if( !_ServerList_CompareInt( info->protocol, mask->tests[SLIF_PROTOCOL], mask->info.protocol )) in _ServerList_Entry_Mask()
371 …if( !_ServerList_CompareInt( info->isfavorite, mask->tests[SLIF_ISFAVORITE], mask->info.isfavorite… in _ServerList_Entry_Mask()
/dports/games/xonotic/Xonotic/source/darkplaces/
H A Dnetconn.c301 static qboolean _ServerList_CompareInt( int A, serverlist_maskop_t op, int B ) in _ServerList_CompareInt() function
371 if( !_ServerList_CompareInt( info->ping, mask->tests[SLIF_PING], mask->info.ping ) ) in _ServerList_Entry_Mask()
373 …if( !_ServerList_CompareInt( info->maxplayers, mask->tests[SLIF_MAXPLAYERS], mask->info.maxplayers… in _ServerList_Entry_Mask()
375 …if( !_ServerList_CompareInt( info->numplayers, mask->tests[SLIF_NUMPLAYERS], mask->info.numplayers… in _ServerList_Entry_Mask()
377 if( !_ServerList_CompareInt( info->numbots, mask->tests[SLIF_NUMBOTS], mask->info.numbots ) ) in _ServerList_Entry_Mask()
379 if( !_ServerList_CompareInt( info->numhumans, mask->tests[SLIF_NUMHUMANS], mask->info.numhumans ) ) in _ServerList_Entry_Mask()
381 if( !_ServerList_CompareInt( info->freeslots, mask->tests[SLIF_FREESLOTS], mask->info.freeslots ) ) in _ServerList_Entry_Mask()
383 if( !_ServerList_CompareInt( info->protocol, mask->tests[SLIF_PROTOCOL], mask->info.protocol )) in _ServerList_Entry_Mask()
406 if( !_ServerList_CompareInt( info->category, mask->tests[SLIF_CATEGORY], mask->info.category ) ) in _ServerList_Entry_Mask()
408 …if( !_ServerList_CompareInt( info->isfavorite, mask->tests[SLIF_ISFAVORITE], mask->info.isfavorite… in _ServerList_Entry_Mask()
/dports/games/darkplaces/darkplaces/
H A Dnetconn.c301 static qboolean _ServerList_CompareInt( int A, serverlist_maskop_t op, int B ) in _ServerList_CompareInt() function
371 if( !_ServerList_CompareInt( info->ping, mask->tests[SLIF_PING], mask->info.ping ) ) in _ServerList_Entry_Mask()
373 …if( !_ServerList_CompareInt( info->maxplayers, mask->tests[SLIF_MAXPLAYERS], mask->info.maxplayers… in _ServerList_Entry_Mask()
375 …if( !_ServerList_CompareInt( info->numplayers, mask->tests[SLIF_NUMPLAYERS], mask->info.numplayers… in _ServerList_Entry_Mask()
377 if( !_ServerList_CompareInt( info->numbots, mask->tests[SLIF_NUMBOTS], mask->info.numbots ) ) in _ServerList_Entry_Mask()
379 if( !_ServerList_CompareInt( info->numhumans, mask->tests[SLIF_NUMHUMANS], mask->info.numhumans ) ) in _ServerList_Entry_Mask()
381 if( !_ServerList_CompareInt( info->freeslots, mask->tests[SLIF_FREESLOTS], mask->info.freeslots ) ) in _ServerList_Entry_Mask()
383 if( !_ServerList_CompareInt( info->protocol, mask->tests[SLIF_PROTOCOL], mask->info.protocol )) in _ServerList_Entry_Mask()
406 if( !_ServerList_CompareInt( info->category, mask->tests[SLIF_CATEGORY], mask->info.category ) ) in _ServerList_Entry_Mask()
408 …if( !_ServerList_CompareInt( info->isfavorite, mask->tests[SLIF_ISFAVORITE], mask->info.isfavorite… in _ServerList_Entry_Mask()