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

  /external/quake/quake/src/QW/server/
server.h 172 int downloadsize; // total bytes member in struct:client_s
sv_user.c 529 r = host_client->downloadsize - host_client->downloadcount;
537 size = host_client->downloadsize;
544 if (host_client->downloadcount != host_client->downloadsize)
693 host_client->downloadsize = COM_FOpenFile (name, &host_client->download);
    [all...]

Completed in 11 milliseconds