Home
last modified time | relevance | path

Searched defs:arrived (Results 1 – 25 of 234) sorted by relevance

12345678910

/dports/news/inn/inn-2.6.4/expire/
H A Dgrephistory.c31 time_t arrived, posted, expires; in IhaveSendme() local
80 time_t arrived, posted, expires; in main() local
H A Dprunehistory.c81 time_t arrived, posted, expires; in main() local
/dports/news/inn-current/inn-2.7-20211226/expire/
H A Dgrephistory.c31 time_t arrived, posted, expires; in IhaveSendme() local
80 time_t arrived, posted, expires; in main() local
H A Dprunehistory.c79 time_t arrived, posted, expires; in main() local
/dports/sysutils/shlock/inn-2.6.4/expire/
H A Dgrephistory.c31 time_t arrived, posted, expires; in IhaveSendme() local
80 time_t arrived, posted, expires; in main() local
H A Dprunehistory.c81 time_t arrived, posted, expires; in main() local
/dports/news/inn-current/inn-2.7-20211226/history/hisv6/
H A Dhisv6.c97 time_t *arrived, time_t *posted, time_t *expires, TOKEN *token) in hisv6_splitline()
657 hisv6_lookup(void *history, const char *key, time_t *arrived, time_t *posted, in hisv6_lookup()
724 hisv6_formatline(char *s, const HASH *hash, time_t arrived, time_t posted, in hisv6_formatline()
812 hisv6_writeline(struct hisv6 *h, const HASH *hash, time_t arrived, in hisv6_writeline()
867 hisv6_write(void *history, const char *key, time_t arrived, time_t posted, in hisv6_write()
887 hisv6_remember(void *history, const char *key, time_t arrived, time_t posted) in hisv6_remember()
909 hisv6_replace(void *history, const char *key, time_t arrived, time_t posted, in hisv6_replace()
1001 time_t arrived, posted, expires; in hisv6_traverse() local
1072 time_t arrived, time_t posted, time_t expires, in hisv6_traversecb()
1111 hisv6_expirecb(struct hisv6 *h, void *cookie, const HASH *hash, time_t arrived, in hisv6_expirecb()
/dports/news/inn/inn-2.6.4/history/hisv6/
H A Dhisv6.c98 time_t *arrived, time_t *posted, time_t *expires, in hisv6_splitline()
662 hisv6_lookup(void *history, const char *key, time_t *arrived, in hisv6_lookup()
731 hisv6_formatline(char *s, const HASH *hash, time_t arrived, in hisv6_formatline()
825 hisv6_writeline(struct hisv6 *h, const HASH *hash, time_t arrived, in hisv6_writeline()
880 hisv6_write(void *history, const char *key, time_t arrived, in hisv6_write()
900 hisv6_remember(void *history, const char *key, time_t arrived, time_t posted) in hisv6_remember()
922 hisv6_replace(void *history, const char *key, time_t arrived, in hisv6_replace()
1015 time_t arrived, posted, expires; in hisv6_traverse() local
1087 time_t arrived, time_t posted, time_t expires, in hisv6_traversecb()
1129 time_t arrived, time_t posted, time_t expires, in hisv6_expirecb()
/dports/sysutils/shlock/inn-2.6.4/history/hisv6/
H A Dhisv6.c98 time_t *arrived, time_t *posted, time_t *expires, in hisv6_splitline()
662 hisv6_lookup(void *history, const char *key, time_t *arrived, in hisv6_lookup()
731 hisv6_formatline(char *s, const HASH *hash, time_t arrived, in hisv6_formatline()
825 hisv6_writeline(struct hisv6 *h, const HASH *hash, time_t arrived, in hisv6_writeline()
880 hisv6_write(void *history, const char *key, time_t arrived, in hisv6_write()
900 hisv6_remember(void *history, const char *key, time_t arrived, time_t posted) in hisv6_remember()
922 hisv6_replace(void *history, const char *key, time_t arrived, in hisv6_replace()
1015 time_t arrived, posted, expires; in hisv6_traverse() local
1087 time_t arrived, time_t posted, time_t expires, in hisv6_traversecb()
1129 time_t arrived, time_t posted, time_t expires, in hisv6_expirecb()
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/lucet-runtime/lucet-runtime-internals/src/
H A Dlock_testpoints.rs11 arrived: Arc<AtomicBool>, field
65 arrived: Arc<AtomicBool>, field
78 let arrived = Arc::clone(&self.arrived); in wait_at() localVariable
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/include/port/
H A Dpg_pthread.h28 int arrived; /* number of threads that have arrived */ member
/dports/databases/postgresql14-plperl/postgresql-14.1/src/include/port/
H A Dpg_pthread.h28 int arrived; /* number of threads that have arrived */ member
/dports/databases/postgresql14-server/postgresql-14.1/src/include/port/
H A Dpg_pthread.h28 int arrived; /* number of threads that have arrived */ member
/dports/databases/postgresql14-docs/postgresql-14.1/src/include/port/
H A Dpg_pthread.h28 int arrived; /* number of threads that have arrived */ member
/dports/databases/postgresql14-plpython/postgresql-14.1/src/include/port/
H A Dpg_pthread.h28 int arrived; /* number of threads that have arrived */ member
/dports/databases/postgresql14-client/postgresql-14.1/src/include/port/
H A Dpg_pthread.h28 int arrived; /* number of threads that have arrived */ member
/dports/databases/postgresql14-contrib/postgresql-14.1/src/include/port/
H A Dpg_pthread.h28 int arrived; /* number of threads that have arrived */ member
/dports/news/inn/inn-2.6.4/history/
H A Dhis.c213 HISlookup(struct history *h, const char *key, time_t *arrived, in HISlookup()
261 HISwrite(struct history *h, const char *key, time_t arrived, in HISwrite()
283 HISremember(struct history *h, const char *key, time_t arrived, time_t posted) in HISremember()
304 HISreplace(struct history *h, const char *key, time_t arrived, in HISreplace()
/dports/news/inn-current/inn-2.7-20211226/history/
H A Dhis.c218 HISlookup(struct history *h, const char *key, time_t *arrived, time_t *posted, in HISlookup()
266 HISwrite(struct history *h, const char *key, time_t arrived, time_t posted, in HISwrite()
288 HISremember(struct history *h, const char *key, time_t arrived, time_t posted) in HISremember()
309 HISreplace(struct history *h, const char *key, time_t arrived, time_t posted, in HISreplace()
/dports/sysutils/shlock/inn-2.6.4/history/
H A Dhis.c213 HISlookup(struct history *h, const char *key, time_t *arrived, in HISlookup()
261 HISwrite(struct history *h, const char *key, time_t arrived, in HISwrite()
283 HISremember(struct history *h, const char *key, time_t arrived, time_t posted) in HISremember()
304 HISreplace(struct history *h, const char *key, time_t arrived, in HISreplace()
/dports/games/ksirk/ksirk-21.12.3/ksirk/Sprites/
H A Danimspritesgroup.cpp85 emit arrived(this); in oneArrived() local
/dports/news/inn-current/inn-2.7-20211226/backends/
H A Dcvtbatch.c30 time_t arrived; in main() local
/dports/news/inn/inn-2.6.4/backends/
H A Dcvtbatch.c30 time_t arrived; in main() local
/dports/sysutils/shlock/inn-2.6.4/backends/
H A Dcvtbatch.c30 time_t arrived; in main() local
/dports/databases/postgresql11-client/postgresql-11.14/src/include/storage/
H A Dbarrier.h30 int arrived; /* the number of participants that have member

12345678910