Home
last modified time | relevance | path

Searched refs:LeashTime (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/krb5/src/windows/leash/
H A DLeashView.cpp452 time_t CLeashView::LeashTime() in LeashTime() function in CLeashView
483 m_ticketTimeLeft = ti.valid_until - LeashTime(); in UpdateTicketTime()
949 time_t now = LeashTime(); in AddDisplayItem()
1022 return LeashTime() > info->valid_until ? TRUE : FALSE; in IsExpired()
1027 return LeashTime() > ticket->valid_until ? TRUE : FALSE; in IsExpired()
2073 (ticketinfo.Krb5.renew_until - LeashTime() > 20 * 60)) in PreTranslateMessage()
H A DLeashView.h192 static time_t LeashTime();