Searched refs:expired (Results 26 - 37 of 37) sorted by relevance

12

/macosx-10.9.5/libdispatch-339.92.1/src/
H A Dsource.c1749 bool expired = slowpath(_dispatch_timer_expired); local
1750 if (expired) {
1754 if (reconfigure || expired) {
1759 if (reconfigure || expired) {
1760 expired = _dispatch_timer_expired = _dispatch_timers_program(nows);
1761 expired = expired || _dispatch_mgr_q.dq_items_tail;
1765 return expired;
/macosx-10.9.5/ntp-88/include/
H A Dntp_request.h751 u_int32 expired; /* number of expired keys */ member in struct:info_auth
/macosx-10.9.5/BerkeleyDB-21/db/lock/
H A Dlock.c871 * First check to see if this txn has expired.
883 goto expired;
962 expired: ret = __lock_put_internal(lt, newl,
1722 /* Waiter may have aborted or expired. */
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/
H A DChanges445 every time the check period expired, regardless if the config
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/dnssec/
H A Dtests.sh1223 echo "I:checking expired signatures remain with "'"allow-update { none; };"'" and no keys available ($n)"
1225 $DIG $DIGOPTS +noauth expired.example. +dnssec @10.53.0.3 soa > dig.out.ns3.test$n || ret=1
1231 echo "I:checking expired signatures do not validate ($n)"
1233 $DIG $DIGOPTS +noauth expired.example. +dnssec @10.53.0.4 soa > dig.out.ns4.test$n || ret=1
1236 grep "expired.example .*: RRSIG has expired" ns4/named.run > /dev/null || ret=1
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dgnus-agent.el74 "Read articles older than this will be expired.
81 If nil, only read articles will be expired."
239 1) The last element of this list can not be expired as some
3104 ;; the process to generate the expired article alist.
3250 'externally-expired) ;; Can't find the cached
3256 ;; whether it's old enough to be expired.
3258 'expired)
3265 (when (memq type '(forced expired))
3273 (push "expired cached article" actions))
3610 ;; articles in that range have expired
[all...]
/macosx-10.9.5/ipsec-258.100.1/ipsec-tools/racoon/
H A Doakley.c1645 int expired = oakley_find_status_in_certchain(iph1->cert, CERT_STATUS_EXPIRED); local
1646 if (premature || expired) {
/macosx-10.9.5/ntp-88/ntpd/
H A Dntp_request.c2253 ia->expired = htonl((u_int32)authkeyexpired);
/macosx-10.9.5/ntp-88/ntpdc/
H A Dntpdc_ops.c2359 (void) fprintf(fp, "expired keys: %ld\n",
2360 (u_long)ntohl(ia->expired));
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/
H A DLog4perl.pm1498 interval has expired. If so, it will run a -M file check on the
1526 either by a signal or if the delay period expired and the change is
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/
H A DLog4perl.pm1727 interval has expired. If so, it will run a -M file check on the
1760 either by a signal or if the delay period expired and the change is
/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.c5623 ** then the BLOB handle is marked as "expired".
5627 ** an expired BLOB handle fail with a return code of [SQLITE_ABORT].
5731 ** ^An attempt to read from an expired [BLOB handle] fails with an
5765 ** ^An attempt to write to an expired [BLOB handle] fails with an
5767 ** before the [BLOB handle] expired are not rolled back by the
5769 ** have been overwritten by the statement that expired the BLOB handle
12846 u8 expired; /* True if the VM needs to be recompiled */ member in struct:Vdbe
[all...]

Completed in 419 milliseconds

12