HomeSort by relevance Sort by last modified time
    Searched refs:client_s (Results 1 - 5 of 5) sorted by null

  /external/quake/quake/src/WinQuake/
server.h 26 struct client_s *clients; // [maxclients]
78 typedef struct client_s struct
host.cpp 196 svs.clients = (client_s*) Hunk_AllocName (svs.maxclientslimit*sizeof(client_t), "clients");
  /gdk/samples/quake/jni/
server.h 26 struct client_s *clients; // [maxclients]
78 typedef struct client_s struct
host.cpp 201 svs.clients = (client_s*) Hunk_AllocName (svs.maxclientslimit*sizeof(client_t), "clients");
  /external/quake/quake/src/QW/server/
server.h 117 typedef struct client_s struct

Completed in 190 milliseconds