Searched defs:bottom (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/lib/dns/
H A Dzone.c2054 dns_name_t *bottom; local
2061 bottom = dns_fixedname_name(&fixedbottom);
2079 (dns_name_countlabels(bottom) > 0 &&
2080 dns_name_issubdomain(name, bottom)))
2094 * Remember bottom of zone.
2096 dns_name_copy(name, bottom, NULL);
4244 dns_name_t *newname, isc_boolean_t bottom)
4258 if (bottom && dns_name_issubdomain(newname, oldname) &&
4324 dns_dbnode_t *node, dns_ttl_t ttl, isc_boolean_t bottom,
4336 CHECK(next_active(db, version, name, next, bottom));
4243 next_active(dns_db_t *db, dns_dbversion_t *version, dns_name_t *oldname, dns_name_t *newname, isc_boolean_t bottom) argument
4323 add_nsec(dns_db_t *db, dns_dbversion_t *version, dns_name_t *name, dns_dbnode_t *node, dns_ttl_t ttl, isc_boolean_t bottom, dns_diff_t *diff) argument
4377 isc_boolean_t bottom; local
[all...]

Completed in 40 milliseconds