Lines Matching +defs:update +defs:limit
33 uint32_t stime; /* schedule limit (a month before transition) */
40 vint64 update; /* time of information update */
168 vint64 ttime, limit;
178 limit = ntpcal_date_to_ntp64(&build);
180 memset(&limit, 0, sizeof(limit));
195 pt->head.update = strtouv64(cp, &ep, 10);
208 if (ucmpv64(&ttime, &limit) >= 0) {
561 vint64 limit;
564 limit = ntpcal_ntp_to_ntp(when, tpiv);
565 return ucmpv64(&limit, &pt->head.expire) >= 0;
575 vint64 limit;
578 limit = ntpcal_ntp_to_ntp(when, tpiv);
579 limit = subv64(&pt->head.expire, &limit);
580 return ntpcal_daysplit(&limit).hi;
657 /* If there's already data in the table, check if an update is
683 /* Here we can proceed. Calculate the delta update. */
758 /* invalidate the cached limit data -- we might have news ;-)
891 * limits, but it does not update any global state and provides just the
979 * leap second update via authenticated network packet.