Home
last modified time | relevance | path

Searched refs:expired (Results 1 – 25 of 48) sorted by relevance

12

/openbsd/src/gnu/llvm/llvm/bindings/python/llvm/
Dobject.py190 self.expired = False
198 if self.expired:
206 if self.expired:
213 if self.expired:
226 if self.expired:
233 if self.expired:
247 if self.expired:
287 self.expired = True
297 self.expired = False
307 if self.expired:
[all …]
/openbsd/src/regress/lib/libcrypto/certs/
DREADME86 signed by an expired root certificate and an intermediate, which
94 is signed by a second root that has expired (should verify with one
100 8a. An expired leaf certificate signed by an intermediate that is then
103 9a. A leaf certificate signed by an expired intermediate, which is
108 having expired (should verify with one chain).
114 signed by one root certificate and an expired intermediate, which
121 root certificate and cross signed as an expired intermediate, by a
125 expired root certificate and cross signed as an intermediate, by a
/openbsd/src/gnu/usr.bin/perl/cpan/Memoize/t/
Dexpmod_t.t32 # returned the old value or expired the cache entry.
56 # cached value, so cache shouldn't have expired
62 # not cached value, so any cache should have have expired
86 # cache expired; record value of new cache
Dexpmod.t49 is_deeply \%CALLS, {0=>1,1=>2,2=>1,3=>1}, 'memoized function called for expired argument';
57 is_deeply \%CALLS, {0=>1,1=>2,2=>2,3=>1}, 'memoized function called for other expired argument';
/openbsd/src/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect/
Dpxssh.py202 expired = 0.0
205 while expired < total_timeout:
208 expired = time.time() - begin # updated total time expired
/openbsd/src/usr.sbin/unbound/daemon/
Dremote.c1757 time_t expired; member
1786 if(d->ttl > inf->expired) { in infra_del_host()
1787 d->ttl = inf->expired; in infra_del_host()
1815 inf.expired = *worker->env.now; in do_flush_infra()
1816 inf.expired -= 3; /* handle 3 seconds skew between threads */ in do_flush_infra()
1846 if(d->ttl > inf->expired) { in zone_del_rrset()
1847 d->ttl = inf->expired; in zone_del_rrset()
1862 if(d->ttl > inf->expired) { in zone_del_msg()
1863 d->ttl = inf->expired; in zone_del_msg()
1864 d->prefetch_ttl = inf->expired; in zone_del_msg()
[all …]
/openbsd/src/usr.bin/tmux/
Dtty-keys.c606 size_t *size, int expired) in tty_keys_next1() argument
616 (int)len, buf, expired); in tty_keys_next1()
625 if (tk->next != NULL && !expired) in tty_keys_next1()
636 if (!expired) in tty_keys_next1()
734 int delay, expired = 0, n; in tty_keys_next() local
838 n = tty_keys_next1(tty, buf, len, &key, &size, expired); in tty_keys_next()
850 n = tty_keys_next1(tty, buf + 1, len - 1, &key, &size, expired); in tty_keys_next()
924 expired = 1; in tty_keys_next()
/openbsd/src/usr.sbin/unbound/util/
Dconfiglexer.lex408 serve-expired{COLON} { YDVAR(1, VAR_SERVE_EXPIRED) }
409 serve-expired-ttl{COLON} { YDVAR(1, VAR_SERVE_EXPIRED_TTL) }
410 serve-expired-ttl-reset{COLON} { YDVAR(1, VAR_SERVE_EXPIRED_TTL_RESET) }
411 serve-expired-reply-ttl{COLON} { YDVAR(1, VAR_SERVE_EXPIRED_REPLY_TTL) }
412 serve-expired-client-timeout{COLON} { YDVAR(1, VAR_SERVE_EXPIRED_CLIENT_TIMEOUT) }
413 ede-serve-expired{COLON} { YDVAR(1, VAR_EDE_SERVE_EXPIRED) }
570 cachedb-check-when-serve-expired{COLON} { YDVAR(1, VAR_CACHEDB_CHECK_WHEN_SERVE_EXPIRED) }
/openbsd/src/sbin/unwind/libunbound/util/
Dconfiglexer.lex408 serve-expired{COLON} { YDVAR(1, VAR_SERVE_EXPIRED) }
409 serve-expired-ttl{COLON} { YDVAR(1, VAR_SERVE_EXPIRED_TTL) }
410 serve-expired-ttl-reset{COLON} { YDVAR(1, VAR_SERVE_EXPIRED_TTL_RESET) }
411 serve-expired-reply-ttl{COLON} { YDVAR(1, VAR_SERVE_EXPIRED_REPLY_TTL) }
412 serve-expired-client-timeout{COLON} { YDVAR(1, VAR_SERVE_EXPIRED_CLIENT_TIMEOUT) }
413 ede-serve-expired{COLON} { YDVAR(1, VAR_EDE_SERVE_EXPIRED) }
570 cachedb-check-when-serve-expired{COLON} { YDVAR(1, VAR_CACHEDB_CHECK_WHEN_SERVE_EXPIRED) }
/openbsd/src/gnu/gcc/libstdc++-v3/include/tr1/
Dboost_shared_ptr.h848 if (expired()) in lock()
865 return expired() ? __shared_ptr<element_type, _Lp>() in lock()
876 expired() const // never throws in expired() function
1085 if (this->expired()) in lock()
1097 return this->expired() ? shared_ptr<_Tp>() in lock()
/openbsd/src/usr.sbin/unbound/doc/
Dexample.conf.in608 # if yes, perform prefetching of almost expired message cache entries.
716 # Serve expired responses from cache, with serve-expired-reply-ttl in
718 # serve-expired: no
720 # Limit serving of expired responses to configured seconds after
722 # serve-expired-ttl: 0
724 # Set the TTL of expired records to the serve-expired-ttl value after a
726 # that the expired records will be served as long as there are queries
728 # serve-expired-ttl-reset: no
730 # TTL value to use when replying with expired data.
731 # serve-expired-reply-ttl: 30
[all …]
DChangelog225 - Fix for #1064: Fix that cachedb expired messages are considered
279 - Fix cachedb with serve-expired-client-timeout disabled. The edns
281 stores a result, and serve-expired is enabled, so that the global
284 - Add unit tests for cachedb and subnet cache expired data.
321 - Fix cachedb for serve-expired with serve-expired-client-timeout.
322 - Fixup unit test for cachedb server expired client timeout with
324 - Fixup cachedb to not refetch when serve-expired-client-timeout is
328 - Implement cachedb-check-when-serve-expired: yes option, default
329 is enabled. When serve expired is enabled with cachedb, it first
330 checks cachedb before serving the expired response.
[all …]
DTODO62 compared to the absolute time, and now-expired items can be dealt with.
/openbsd/src/usr.sbin/amd/amd/
Dmap.c1011 int expired = 0; in timeout_mp() local
1018 expired = 1; in timeout_mp()
1046 if (!mp->am_child && mf->mf_error >= 0 && expired) { in timeout_mp()
/openbsd/src/gnu/llvm/lldb/include/lldb/Breakpoint/
DBreakpointResolver.h64 auto breakpoint_sp = m_breakpoint.expired() ? lldb::BreakpointSP() : in GetBreakpoint()
/openbsd/src/usr.sbin/nsd/
Ddifffile.h139 const struct dname* z, int expired);
/openbsd/src/sbin/unwind/libunbound/services/cache/
Drrset.c474 int expired = (now > data->ttl); in rrset_cache_remove_above() local
476 if(expired) in rrset_cache_remove_above()
Dinfra.c683 int needtoinsert = 0, expired = 0; in infra_rtt_update() local
693 expired = 1; in infra_rtt_update()
698 if(needtoinsert || expired) { in infra_rtt_update()
/openbsd/src/usr.sbin/unbound/services/cache/
Drrset.c474 int expired = (now > data->ttl); in rrset_cache_remove_above() local
476 if(expired) in rrset_cache_remove_above()
Dinfra.c683 int needtoinsert = 0, expired = 0; in infra_rtt_update() local
693 expired = 1; in infra_rtt_update()
698 if(needtoinsert || expired) { in infra_rtt_update()
/openbsd/src/usr.sbin/unbound/testcode/
Dfake_event.c749 time_t expired = runtime->now_secs; in do_expire_message() local
750 expired -= 3; in do_expire_message()
751 rep->ttl = expired; in do_expire_message()
752 rep->prefetch_ttl = expired; in do_expire_message()
753 rep->serve_expired_ttl = expired; in do_expire_message()
/openbsd/src/gnu/llvm/lldb/source/Symbol/
DTypeSystem.cpp246 assert(!pos->second->weak_from_this().expired()); in GetTypeSystemForLanguage()
/openbsd/src/distrib/miniroot/
Ddot.profile129 # Begin the automatic installation if the timeout has expired.
/openbsd/src/usr.bin/calendar/calendars/
Dcalendar.openbsd23 Feb 14 GNU RCS expired from source tree, replaced with OpenRCS, 2007
/openbsd/src/sys/uvm/
Duvm_addr.c1119 goto expired; /* Pivot is invalid (null or expired). */ in uaddr_pivot_select()
1149 expired: in uaddr_pivot_select()

12