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

/bind-9.11.3/lib/dns/
H A Dzone.c3022 dns_name_t *bottom; local
3029 bottom = dns_fixedname_name(&fixedbottom);
3047 (dns_name_countlabels(bottom) > 0 &&
3048 dns_name_issubdomain(name, bottom)))
3062 * Remember bottom of zone due to NS.
3064 dns_name_copy(name, bottom, NULL);
3085 * Remember bottom of zone due to DNAME.
3087 dns_name_copy(name, bottom, NULL);
6646 dns_name_t *newname, isc_boolean_t bottom)
6660 if (bottom
6645 next_active(dns_db_t *db, dns_dbversion_t *version, dns_name_t *oldname, dns_name_t *newname, isc_boolean_t bottom) argument
6717 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
6756 isc_boolean_t bottom; local
[all...]

Completed in 58 milliseconds