Lines Matching +defs:val +defs:current
1971 * Store the current time before the zone is loaded, so that if the
3320 dns_nsec3chain_t *nsec3chain, *current;
3428 for (current = ISC_LIST_HEAD(zone->nsec3chain);
3429 current != NULL;
3430 current = ISC_LIST_NEXT(current, link)) {
3431 if (current->db == db &&
3432 current->nsec3param.hash == nsec3param->hash &&
3433 current->nsec3param.iterations == nsec3param->iterations &&
3434 current->nsec3param.salt_length == nsec3param->salt_length
3435 && !memcmp(current->nsec3param.salt, nsec3param->salt,
3437 current->done = ISC_TRUE;
3728 * of the set (current timer, keydata->refresh, keydata->addhd,
4046 * Merge it into the current pending journal entry.
5895 * If it will change then kill off any current refresh in progress
7547 * On the first pass we need to check if the current node
8122 * On error roll back the current nsec3chain.
8434 * On the first pass we need to check if the current node
9134 * Validate the dnskeyset against the current trusted keys.
9195 * If we were not able to verify the answer using the current
9202 "with current keys", namebuf);
10554 dns_zone_setminrefreshtime(dns_zone_t *zone, isc_uint32_t val) {
10556 REQUIRE(val > 0);
10558 zone->minrefresh = val;
10562 dns_zone_setmaxrefreshtime(dns_zone_t *zone, isc_uint32_t val) {
10564 REQUIRE(val > 0);
10566 zone->maxrefresh = val;
10570 dns_zone_setminretrytime(dns_zone_t *zone, isc_uint32_t val) {
10572 REQUIRE(val > 0);
10574 zone->minretry = val;
10578 dns_zone_setmaxretrytime(dns_zone_t *zone, isc_uint32_t val) {
10580 REQUIRE(val > 0);
10582 zone->maxretry = val;
10593 dns_zone_setmaxrecords(dns_zone_t *zone, isc_uint32_t val) {
10596 zone->maxrecords = val;
11086 * the current soa so as to force a refresh query.
13106 * against the zones serial and return if <= current serial
13110 * We will perform a new refresh check when the current one
13245 * can perform a refresh check when the current one completes
14145 * the current serial number of the raw zone.
17315 dns_signing_t *current;
17346 for (current = ISC_LIST_HEAD(zone->signing);
17347 current != NULL;
17348 current = ISC_LIST_NEXT(current, link)) {
17349 if (current->db == signing->db &&
17350 current->algorithm == signing->algorithm &&
17351 current->keyid == signing->keyid) {
17352 if (current->deleteit != signing->deleteit)
17353 current->done = ISC_TRUE;
17407 /* Called once; *timep should be set to the current time. */
18813 * parameters are supposed to replace the current ones or if we are