Home
last modified time | relevance | path

Searched refs:birth_time (Results 1 – 25 of 85) sorted by relevance

1234

/dports/net/libexosip2/libexosip2-5.3.0/src/
H A Dmisc.c99 if (inc_tr->birth_time > out_tr->birth_time) in _eXosip_find_last_transaction()
169 if (inc_tr->birth_time > out_tr->birth_time) in _eXosip_find_last_invite()
291 if (inc_tr->birth_time > out_tr->birth_time) in _eXosip_find_previous_invite()
H A DeXosip.c847 } else if (jr->r_reg_period != 0 && now - jr->r_last_tr->birth_time > 900) { in eXosip_automatic_action()
851 … != 0 && (now - jr->r_last_tr->birth_time > jr->r_reg_period - (jr->r_reg_period / 10) || now - jr… in eXosip_automatic_action()
859 } else if (now - jr->r_last_tr->birth_time < 120 && jr->r_last_tr->orig_request != NULL && in eXosip_automatic_action()
943 … NICT_COMPLETED) && (now - out_tr->birth_time > js->s_reg_period - (js->s_reg_period / 10) || now … in eXosip_automatic_action()
993 if (jpub->p_period != 0 && now - jpub->p_last_tr->birth_time > 900) { in eXosip_automatic_action()
1005 } else if (now - jpub->p_last_tr->birth_time < 120 && jpub->p_last_tr->orig_request != NULL && in eXosip_automatic_action()
1014 } else if (now - jpub->p_last_tr->birth_time < 120 && jpub->p_last_tr->orig_request != NULL && in eXosip_automatic_action()
1502 jr->r_last_tr->birth_time -= jr->r_reg_period; in _eXosip_mark_all_registrations_expired()
1606 jr->r_last_tr->birth_time = now - 120; /* after a failure, always make it exactly now-120 */ in _eXosip_mark_registration_expired()
1609 …jr->r_last_tr->birth_time = now - 900; /* after a success, a new REGISTER is always sent after 900… in _eXosip_mark_registration_expired()
[all …]
H A Dudp.c1232 if (now - js->s_out_tr->birth_time > 64) { in _eXosip_process_newrequest()
2030 if (tr->birth_time + 180 < now) { /* Wait a max of 2 minutes */ in _eXosip_pendingosip_transaction_exist()
2043 if (tr->birth_time + 180 < now) { /* Wait a max of 2 minutes */ in _eXosip_pendingosip_transaction_exist()
2056 if (tr->birth_time + 180 < now) { /* Wait a max of 2 minutes */ in _eXosip_pendingosip_transaction_exist()
2072 if (tr->birth_time + 180 < now) { /* Wait a max of 2 minutes */ in _eXosip_pendingosip_transaction_exist()
2085 if (tr->birth_time + 180 < now) { /* Wait a max of 2 minutes */ in _eXosip_pendingosip_transaction_exist()
2389 } else if (tr->birth_time + 180 < now) { /* Wait a max of 3 minutes */ in _eXosip_release_terminated_calls()
2408 if (now - jr->r_last_tr->birth_time > 75) { in _eXosip_release_terminated_registrations()
2437 if (now - jpub->p_last_tr->birth_time > 75) { in _eXosip_release_terminated_publications()
2538 if (js->s_out_tr != NULL && js->s_out_tr->birth_time + 64 < now) { /* Wait a max of 64 sec */ in _eXosip_release_terminated_subscriptions()
[all …]
/dports/games/supertux2/SuperTux-v0.6.3-Source/src/object/
H A Dcustom_particle_system.cpp566 if (particle->birth_time > dt_sec) { in update()
584 particle->birth_time -= dt_sec; in update()
585 } else if (particle->birth_time > 0.f) { in update()
586 particle->birth_time = 0.f; in update()
604 if (particle->birth_time <= 0.f && particle->lifetime <= 0.f) { in update()
680 particle->birth_time = 0.f; in update()
711 particle->birth_time = 0.f; in update()
1147 particle->birth_time = particle->total_birth - life_elapsed; in add_particle()
1148 if (particle->birth_time < 0.f) { in add_particle()
1149 life_elapsed = -particle->birth_time; in add_particle()
[all …]
H A Dcustom_particle_system.hpp186 float lifetime, birth_time, death_time, member in CustomParticleSystem::CustomParticle
209 birth_time(), in CustomParticle()
/dports/games/supertux2/SuperTux-v0.6.3-Source/src/scripting/
H A Dcustom_particles.hpp94 void set_birth_time(float birth_time);
95 void fade_birth_time(float birth_time, float time);
96 void ease_birth_time(float birth_time, float time, std::string easing);
H A Dcustom_particles.cpp419 void CustomParticles::set_birth_time(float birth_time) in set_birth_time() argument
422 object.m_particle_birth_time = birth_time; in set_birth_time()
425 void CustomParticles::fade_birth_time(float birth_time, float time) in fade_birth_time() argument
428 …object.ease_value(&object.m_particle_birth_time, birth_time, time, getEasingByName(EasingMode::Eas… in fade_birth_time()
431 void CustomParticles::ease_birth_time(float birth_time, float time, std::string easing) in ease_birth_time() argument
434 …object.ease_value(&object.m_particle_birth_time, birth_time, time, getEasingByName(EasingMode_from… in ease_birth_time()
/dports/devel/py-proxmoxer/proxmoxer-1.2.0/proxmoxer/backends/
H A Dhttps.py91 self.birth_time = get_time()
103 if (get_time() - self.birth_time) >= self.renew_age:
104 logger.debug("refreshing ticket (age {0})".format(get_time() - self.birth_time))
123 self.birth_time = get_time()
/dports/benchmarks/httperf/httperf-568322e/src/stat/
H A Dsess_stat.c86 Time birth_time; /* when this session got created */ member
125 priv->birth_time = timer_now (); in sess_created()
140 delta = (now - priv->birth_time); in sess_destroyed()
/dports/sysutils/R-cran-fs/fs/R/
H A Dfile.R58 res$birth_time <- .POSIXct(res$birth_time)
/dports/games/dungeoncrawl/dc400b26-src/source/
H A Dhiscores.cc597 if (se.birth_time > 0) in hiscores_format_single_long()
600 hiscore_date_string( se.birth_time, scratch ); in hiscores_format_single_long()
889 && !hiscore_same_day( se.birth_time, se.death_time )) in hiscores_format_single_long()
1033 && !hiscore_same_day( se.birth_time, se.death_time )) in hiscores_format_single_long()
1241 dest.birth_time = 0; in hs_init()
1283 dest.birth_time = src.birth_time; in hs_copy()
1474 se.birth_time = hs_nextdate(inbuf); in hs_parse_numeric()
1513 make_date_string( se.birth_time, buff ); in hs_write()
1607 se.birth_time = 0; in hs_parse_string()
H A Dexterns.h325 time_t birth_time; // start time of game member
545 time_t birth_time; // start time of character member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/net/
H A Dreferrer.h42 base::Time birth_time() const { return birth_time_; } in birth_time() function
H A Dreferrer.cc92 int64_t lifetime = (kNow - it->second.birth_time()).InMilliseconds(); in DeleteLeastUseful()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/net/
H A Dreferrer.h42 base::Time birth_time() const { return birth_time_; } in birth_time() function
H A Dreferrer.cc92 int64_t lifetime = (kNow - it->second.birth_time()).InMilliseconds(); in DeleteLeastUseful()
/dports/sysutils/R-cran-fs/fs/man/
H A Dfile_touch.Rd23 file_info("foo")[c("access_time", "modification_time", "change_time", "birth_time")]
/dports/graphics/blender/blender-2.91.0/intern/cycles/blender/
H A Dblender_particles.cpp73 pa.age = b_scene.frame_current() - b_pa.birth_time(); in sync_dupli_particle()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dhiscores.cc770 birth_time = se.birth_time; in init_from()
1083 birth_time = _parse_time(fields->str_field("start")); in init_with_fields()
1178 fields->add_field("start", "%s", make_date_string(birth_time).c_str()); in set_base_xlog_fields()
1533 birth_time = 0; in reset()
1759 birth_time = you.birth_time; // start time of game in init()
1992 ASSERT(birth_time); in character_description()
1994 desc += _hiscore_date_string(birth_time); in character_description()
2055 && !_hiscore_same_day(birth_time, death_time)) in death_place()
2719 && !_hiscore_same_day(birth_time, death_time)) in death_description()
H A Dhiscores.h116 time_t birth_time; // start time of character variable
/dports/www/shttpd/shttpd-1.42/src/
H A Dlog.c79 localtime(&c->birth_time)); in _shttpd_log_access()
/dports/x11-wm/herbstluftwm/herbstluftwm-0.9.2/src/
H A Drules.h146 time_t birth_time; // timestamp of at creation
/dports/games/gigalomania/gigalomaniasrc/
H A Dsector.h41 int birth_time; variable
56 return this->birth_time; in getBirthTime()
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/vboxsf/
H A Dshfl_hostintf.h283 struct shfl_timespec birth_time; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/vboxsf/
H A Dshfl_hostintf.h283 struct shfl_timespec birth_time; member

1234