Searched refs:zone_buf (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/bsd/nsd/dist/ |
| H A D | xfr-inspect.c | 90 char zone_buf[3072]; in inspect_header() local 118 !xi_diff_read_str(in, zone_buf, sizeof(zone_buf)) || in inspect_header() 137 printf("zone: %s\n", zone_buf); in inspect_header() 339 char zone_buf[3072]; in list_header() local 367 !xi_diff_read_str(in, zone_buf, sizeof(zone_buf)) || in list_header() 386 printf("; zone: %s\n", zone_buf); in list_header()
|
| H A D | difffile.c | 1281 char zone_buf[3072]; in apply_ixfr_for_zone() local 1316 !diff_read_str(in, zone_buf, sizeof(zone_buf)) || in apply_ixfr_for_zone() 1323 if(strcmp(zone_buf, domain_to_string(zone->apex)) != 0) { in apply_ixfr_for_zone() 1325 zone_buf, domain_to_string(zone->apex)); in apply_ixfr_for_zone() 1330 log_msg(LOG_ERR, "diff file %s was not committed", zone_buf); in apply_ixfr_for_zone() 1333 log_msg(LOG_ERR, "diff file %s was corrupt", zone_buf); in apply_ixfr_for_zone() 1336 log_msg(LOG_ERR, "diff file %s was inconsistent", zone_buf); in apply_ixfr_for_zone() 1339 log_msg(LOG_INFO, "diff file %s already verified", zone_buf); in apply_ixfr_for_zone() 1345 log_msg(LOG_ERR, "diff file %s was not completed", zone_buf); in apply_ixfr_for_zone() 1348 if(check_for_bad_serial(nsd->db, zone_buf, old_serial)) { in apply_ixfr_for_zone() [all …]
|