Home | History | Annotate | Download | only in dist

Lines Matching refs:apex

122 	for(domain = zone->apex; domain && domain_is_subdomain(domain,
123 zone->apex); domain = domain_next(domain)) {
153 if(!spool_dname(out, domain_dname(zone->apex))) {
198 ixfrcr->zone_name_len = domain_dname(zone->apex)->name_size;
205 memmove(ixfrcr->zone_name, dname_name(domain_dname(zone->apex)),
276 /* read apex */
292 log_msg(LOG_ERR, "error file %s does not contain the correct zone apex",
799 for(domain = zone->apex; domain && domain_is_subdomain(domain,
800 zone->apex); domain = domain_next(domain)) {
1088 if(!zone->soa_rrset || !zone->apex)