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

  /external/quake/quake/src/WinQuake/
server.h 44 int lastcheck; // used by PF_checkclient member in struct:__anon12065
pr_cmds.cpp 763 sv.lastcheck = PF_newcheckclient (sv.lastcheck);
768 ent = EDICT_NUM(sv.lastcheck);
    [all...]
  /gdk/samples/quake/jni/
server.h 44 int lastcheck; // used by PF_checkclient member in struct:__anon17631
pr_cmds.cpp 763 sv.lastcheck = PF_newcheckclient (sv.lastcheck);
768 ent = EDICT_NUM(sv.lastcheck);
    [all...]
  /external/e2fsprogs/e2fsck/
unix.c 298 time_t lastcheck; local
309 lastcheck = fs->super->s_lastcheck;
310 if (lastcheck > ctx->now)
311 lastcheck -= ctx->time_fudge;
327 } else if (fs->super->s_checkinterval && (ctx->now < lastcheck)) {
332 ((ctx->now - lastcheck) >=
    [all...]
  /external/quake/quake/src/QW/server/
server.h 43 int lastcheck; // used by PF_checkclient member in struct:__anon11774
pr_cmds.c 640 sv.lastcheck = PF_newcheckclient (sv.lastcheck);
645 ent = EDICT_NUM(sv.lastcheck);

Completed in 102 milliseconds