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

/macosx-10.9.5/cups-372.4/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:__anon7232
/macosx-10.9.5/ntp-88/ntpd/
H A Dntp_timer.c283 u_long next_update = ~0UL, curr_update; local
290 if (curr_update < next_update)
291 next_update = curr_update;
295 return next_update;
H A Dntp_peer.c468 u_long next_update; local
505 next_update = get_dns_flags(dns_name, peer);
506 if (dns_timer == 0 || (dns_timer > next_update))
507 dns_timer = next_update;
/macosx-10.9.5/ruby-104/ruby/sample/openssl/
H A Dcrlstore.rb34 if crl.next_update < Time.now
/macosx-10.9.5/ruby-104/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.9.5/Heimdal-323.92.1/kdc/
H A Dpkinit.c88 time_t next_update; member in struct:__anon749
1518 if (ocsp.expire == 0 && ocsp.next_update > kdc_time) {
1526 ocsp.next_update = kdc_time + 60 * 5;
1578 ocsp.next_update = ocsp.expire;
1580 ocsp.next_update = kdc_time;

Completed in 892 milliseconds