Searched refs:is_expired (Results 1 – 8 of 8) sorted by relevance
102 if not ignore_expires and c.is_expired(now):125 if not ignore_expires and cookie.is_expired(now):
73 if not ignore_expires and cookie.is_expired(now):161 if not ignore_expires and c.is_expired(now):
790 def is_expired(self, now=None): member in Cookie1119 if cookie.is_expired(self._now):1721 if cookie.is_expired(now):
306 def make_timestamp(age_limit, is_expired): argument322 if is_expired:
796 def is_expired(self, now=None): member in Cookie1125 if cookie.is_expired(self._now):1737 if cookie.is_expired(now):1875 if not ignore_expires and cookie.is_expired(now):1960 if not ignore_expires and c.is_expired(now):2064 if not ignore_expires and c.is_expired(now):2086 if not ignore_expires and cookie.is_expired(now):
197 static int is_expired(time_t now, struct crec* crecp) { in is_expired() function224 if (is_expired(now, crecp) || is_outdated_cname_pointer(crecp)) { in cache_scan_free()251 if (is_expired(now, crecp)) { in cache_scan_free()423 if (!is_expired(now, crecp) && !is_outdated_cname_pointer(crecp)) { in cache_find_by_name()496 if (!is_expired(now, crecp)) { in cache_find_by_addr()
661 :meth:`is_expired` method.730 .. method:: Cookie.is_expired([now=None])
654 :meth:`is_expired` method.721 .. method:: Cookie.is_expired(now=None)