| /src/external/mpl/bind/dist/bin/tests/system/ksr/ |
| tests_ksr.py | 275 next_bundle = end + 1 284 if between(published, inception, next_bundle): 285 next_bundle = published 288 if between(removed, inception, next_bundle): 289 next_bundle = removed 304 inception = next_bundle 332 next_bundle = end + 1 variable 348 next_bundle = sigend + refresh variable 366 if between(published, inception, next_bundle): 367 next_bundle = publishe variable 377 next_bundle = removed variable 393 next_bundle = published variable 397 next_bundle = removed variable 439 next_bundle = published variable 443 next_bundle = removed variable 490 next_bundle = published variable 494 next_bundle = removed variable [all...] |
| tests_ksr.py | 275 next_bundle = end + 1 284 if between(published, inception, next_bundle): 285 next_bundle = published 288 if between(removed, inception, next_bundle): 289 next_bundle = removed 304 inception = next_bundle 332 next_bundle = end + 1 variable 348 next_bundle = sigend + refresh variable 366 if between(published, inception, next_bundle): 367 next_bundle = publishe variable 377 next_bundle = removed variable 393 next_bundle = published variable 397 next_bundle = removed variable 439 next_bundle = published variable 443 next_bundle = removed variable 490 next_bundle = published variable 494 next_bundle = removed variable [all...] |
| /src/external/mpl/bind/dist/bin/dnssec/ |
| dnssec-ksr.c | 565 isc_stdtime_t next_bundle = next_inception; local 586 if (pub > 0 && pub > inception && pub < next_bundle) { 587 next_bundle = pub; 589 if (del > 0 && del > inception && del < next_bundle) { 590 next_bundle = del; 642 return next_bundle; 651 isc_stdtime_t next_bundle = expiration; local 702 next_bundle = between(pub, inception, next_bundle); 703 next_bundle = between(act, inception, next_bundle) 753 isc_stdtime_t next_bundle = next_inception; local 906 isc_stdtime_t next_bundle = next_inception; local [all...] |
| dnssec-ksr.c | 565 isc_stdtime_t next_bundle = next_inception; local 586 if (pub > 0 && pub > inception && pub < next_bundle) { 587 next_bundle = pub; 589 if (del > 0 && del > inception && del < next_bundle) { 590 next_bundle = del; 642 return next_bundle; 651 isc_stdtime_t next_bundle = expiration; local 702 next_bundle = between(pub, inception, next_bundle); 703 next_bundle = between(act, inception, next_bundle) 753 isc_stdtime_t next_bundle = next_inception; local 906 isc_stdtime_t next_bundle = next_inception; local [all...] |