Home
last modified time | relevance | path

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

/external/quake/quake/src/QW/server/
Dsv_user.c529 r = host_client->downloadsize - host_client->downloadcount; in SV_NextDownload_f()
536 host_client->downloadcount += r; in SV_NextDownload_f()
540 percent = host_client->downloadcount*100/size; in SV_NextDownload_f()
544 if (host_client->downloadcount != host_client->downloadsize) in SV_NextDownload_f()
694 host_client->downloadcount = 0; in SV_BeginDownload_f()
Dserver.h173 int downloadcount; // bytes sent member