Lines Matching defs:nexttime
1290 isc_stdtime_t lastchange, dstime, nexttime = now;
1324 nexttime = lastchange + dst_key_getttl(key->key) +
1333 nexttime = lastchange + dst_key_getttl(key->key) +
1337 nexttime = now;
1364 nexttime = lastchange + ttlsig +
1379 nexttime += dns_kasp_signdelay(kasp);
1383 nexttime = now;
1414 nexttime = now + 3600;
1416 nexttime =
1428 nexttime = now + 3600;
1430 nexttime =
1437 nexttime = now;
1446 *when = nexttime;
1456 isc_stdtime_t *nexttime, bool secure_to_insecure) {
1576 if (*nexttime == 0 || *nexttime > when) {
1577 *nexttime = when;
1726 bool rollover, isc_stdtime_t now, isc_stdtime_t *nexttime,
1768 if (*nexttime == 0 || prepub < *nexttime) {
1769 *nexttime = prepub;
2036 dns_kasp_t *kasp, isc_stdtime_t now, isc_stdtime_t *nexttime) {
2053 *nexttime = 0;
2233 nexttime, mctx));
2248 keymgr_update(keyring, kasp, now, nexttime, secure_to_insecure);
2687 isc_stdtime_t *nexttime) {
2692 *nexttime = 0;
2795 if ((*nexttime == 0 || *nexttime > nextchange) &&
2798 *nexttime = nextchange;