Searched refs:next_update (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/cups-408/cups/scheduler/
H A Dquotas.c124 if (curtime < q->next_update)
137 q->next_update = 0;
180 if (q->next_update == 0)
181 q->next_update = attr->values[0].integer + p->quota_period;
H A Dprinters.h34 time_t next_update; /* Next update time */ member in struct:__anon7009
/macosx-10.10.1/ntp-92/ntpd/
H A Dntp_timer.c304 u_long next_update = ~0UL, curr_update; local
311 if (curr_update < next_update)
312 next_update = curr_update;
316 return next_update;
H A Dntp_peer.c469 u_long next_update; local
507 next_update = get_dns_flags(dns_name, peer);
508 if (dns_timer == 0 || (dns_timer > next_update))
509 dns_timer = next_update;
/macosx-10.10.1/ruby-106/ruby/sample/openssl/
H A Dcrlstore.rb34 if crl.next_update < Time.now
/macosx-10.10.1/ruby-106/ruby/test/openssl/
H A Dtest_x509crl.rb37 assert_equal(now+1600, crl.next_update)
43 assert_equal(now+1600, crl.next_update)
H A Dutils.rb151 crl.next_update = nextup
/macosx-10.10.1/Heimdal-398.1.2/kdc/
H A Dpkinit.c88 time_t next_update; member in struct:__anon522
1579 if (ocsp.expire == 0 && ocsp.next_update > kdc_time) {
1587 ocsp.next_update = kdc_time + 60 * 5;
1639 ocsp.next_update = ocsp.expire;
1641 ocsp.next_update = kdc_time;

Completed in 130 milliseconds