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

/bind-9.11.3/lib/dns/
H A Djournal.c2092 unsigned int copy_length; local
2198 copy_length = j1->header.end.offset - best_guess.offset;
2200 if (copy_length != 0) {
2205 if (copy_length < size)
2206 size = copy_length;
2215 for (i = 0; i < copy_length; i += size) {
2216 unsigned int len = (copy_length - i) > size ? size :
2217 (copy_length - i);
2230 j2->header.end.offset = indexend + copy_length;

Completed in 18 milliseconds