Home
last modified time | relevance | path

Searched refs:SYS_timecmp (Results 1 – 3 of 3) sorted by relevance

/dports/security/distcache/distcache-1.5.1/libsys/
H A Dsys.c173 int SYS_timecmp(const struct timeval *a, const struct timeval *b)
272 if(SYS_timecmp(a, b) > 0) { in SYS_msecs_between()
/dports/security/distcache/distcache-1.5.1/include/libsys/
H A Dpost.h180 #define SYS_timecmp(a,b) \ macro
239 int SYS_timecmp(const struct timeval *a, const struct timeval *b);
/dports/security/distcache/distcache-1.5.1/libdistcacheserver/
H A Ddc_server_default.c187 while((idx < cache->items_used) && (SYS_timecmp(now, in int_expire()
351 if(SYS_timecmp(&item->expiry, &expiry) <= 0) { in cache_add_session()