Home | History | Annotate | Download | only in jni

Lines Matching refs:clients

77 Make sure the event gets sent to all clients
252 client = svs.clients + clientnum;
320 if (!svs.clients[i].active)
323 Sys_Error ("Host_CheckForNewClients: no free clients");
325 svs.clients[i].netconnection = ret;
762 for (i=0, host_client = svs.clients ; i<svs.maxclients ; i++, host_client++)
766 for (j=0, client = svs.clients ; j<svs.maxclients ; j++, client++)
779 for (j=0, client = svs.clients ; j<svs.maxclients ; j++, client++)
827 for (i=0, host_client = svs.clients ; i<svs.maxclients ; i++, host_client++)
982 Tell all the clients that the server is changing levels
1021 for (i=0, host_client = svs.clients ; i<svs.maxclients ; i++, host_client++)
1062 // tell all connected clients that we are going to a new level
1115 // leave slots at start for clients only
1120 svs.clients[i].edict = ent;
1193 // send serverinfo to all connected clients
1194 for (i=0,host_client = svs.clients ; i<svs.maxclients ; i++, host_client++)