Home
last modified time | relevance | path

Searched refs:next_save (Results 1 – 12 of 12) sorted by relevance

/dports/devel/upnp/pupnp-release-1.14.12/upnp/src/uuid/
H A Duuid.c156 static uuid_time_t next_save; in write_state() local
159 next_save = timestamp; in write_state()
166 if (timestamp >= next_save) { in write_state()
168 next_save = timestamp + (10 * 10 * 1000 * 1000); in write_state()
/dports/games/adonthell/adonthell-0.3.8/src/
H A Dgamedata.h264 static gamedata* next_save ();
H A Ddata_screen.cc117 while ((gdata = gamedata::next_save ()) != NULL) in init()
H A Dgamedata.cc521 gamedata* gamedata::next_save () in next_save() function in gamedata
H A Dpy_adonthell_wrap.cc29636 result = (gamedata *)gamedata::next_save(); in _wrap_gamedata_next_save()
/dports/devel/p5-Data-UUID/Data-UUID-1.226/
H A DUUID.xs363 RETVAL->next_save = timestamp;
418 if (timestamp > self->next_save ) {
427 self->next_save = timestamp + (10 * 10 * 1000 * 1000);
H A DUUID.h137 perl_uuid_time_t next_save; member
/dports/news/sabnzbdplus/SABnzbd-3.3.0/sabnzbd/
H A Dnzbqueue.py761 if file_done and (nzo.next_save is None or time.time() > nzo.next_save):
765 nzo.next_save = None
767 nzo.next_save = time.time() + nzo.save_timeout
H A Dnzbstuff.py719 self.next_save = None
/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Ddinit.c872 ACL *aclp, *next_save; in dinit_intr_call() local
914 next_save = ict->next; in dinit_intr_call()
928 aclp->next = next_save; in dinit_intr_call()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/netcache/
H A Dnc_storage.cpp4611 int next_save = s_LastRecNoSaveTime + s_MinRecNoSavePeriod; in ExecuteSlice() local
4613 next_save = cur_time + s_MinRecNoSavePeriod; in ExecuteSlice()
4615 next_save = cur_time; in ExecuteSlice()
4617 if (cur_time < next_save) { in ExecuteSlice()
4619 RunAfter(next_save - cur_time); in ExecuteSlice()
/dports/games/adonthell/adonthell-0.3.8/src/modules/
H A Dadonthell.py4195 next_save = staticmethod(_adonthell.gamedata_next_save) variable in gamedata