Searched refs:copy_length (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/lib/dns/
H A Djournal.c2018 unsigned int copy_length; local
2122 copy_length = j->header.end.offset - best_guess.offset;
2124 if (copy_length != 0) {
2129 if (copy_length < size)
2130 size = copy_length;
2139 for (i = 0; i < copy_length; i += size) {
2140 unsigned int len = (copy_length - i) > size ? size :
2141 (copy_length - i);
2154 new->header.end.offset = indexend + copy_length;

Completed in 399 milliseconds