Searched refs:t (Results 1 – 5 of 5) sorted by relevance
61 time_t t = time (NULL); in dbg_log() local64 localtime_r (&t, &now); in dbg_log()
70 time_t t = time (NULL); in cache_addserv() local96 timeout = dh->timeout = t + db->postimeout; in cache_addserv()
82 time_t t = time (NULL); in cache_addpw() local108 timeout = dh->timeout = t + db->postimeout; in cache_addpw()
76 time_t t = time (NULL); in cache_addgr() local102 timeout = dh->timeout = t + db->postimeout; in cache_addgr()
98 time_t t = time (NULL); in cache_addhst() local124 timeout = dh->timeout = t + dh->ttl; in cache_addhst()
Completed in 12 milliseconds