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

  /external/quake/quake/src/QW/server/
server.h 173 int downloadcount; // bytes sent member in struct:client_s
sv_user.c 529 r = host_client->downloadsize - host_client->downloadcount;
536 host_client->downloadcount += r;
540 percent = host_client->downloadcount*100/size;
544 if (host_client->downloadcount != host_client->downloadsize)
694 host_client->downloadcount = 0;
    [all...]

Completed in 919 milliseconds