Searched defs:is_expired (Results 1 – 10 of 10) sorted by relevance
39 fn is_expired(&self) -> bool { in is_expired() method
308 def make_timestamp(age_limit, is_expired): argument
251 bool is_expired = (now_function_() >= expiration_time); in SendQuery() local
392 bool is_expired, in ForTesting()
148 fn is_expired(&self, global_epoch: Epoch) -> bool { in is_expired() method
197 static int is_expired(time_t now, struct crec* crecp) { in is_expired() function
656 const bool is_expired; member
810 def is_expired(self, now=None): member in Cookie