OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:zone_buf
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/nsd/dist/
xfr-inspect.c
90
char
zone_buf
[3072];
local
118
!xi_diff_read_str(in,
zone_buf
, sizeof(
zone_buf
)) ||
137
printf("zone: %s\n",
zone_buf
);
339
char
zone_buf
[3072];
local
367
!xi_diff_read_str(in,
zone_buf
, sizeof(
zone_buf
)) ||
386
printf("; zone: %s\n",
zone_buf
);
difffile.c
1377
char
zone_buf
[3072];
local
1411
!diff_read_str(in,
zone_buf
, sizeof(
zone_buf
)) ||
1418
if(strcmp(
zone_buf
, domain_to_string(zone->apex)) != 0) {
1420
zone_buf
, domain_to_string(zone->apex));
1425
log_msg(LOG_ERR, "diff file %s was not committed",
zone_buf
);
1428
log_msg(LOG_ERR, "diff file %s was corrupt",
zone_buf
);
1431
log_msg(LOG_ERR, "diff file %s was inconsistent",
zone_buf
);
1434
log_msg(LOG_INFO, "diff file %s already verified",
zone_buf
);
1440
log_msg(LOG_ERR, "diff file %s was not completed",
zone_buf
);
[
all
...]
Completed in 17 milliseconds
Indexes created Sat Jun 13 00:24:39 UTC 2026