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

/bind-9.11.3/lib/dns/
H A Dnsec3.c530 unsigned int old_length; local
667 old_length = nsec3.next_length;
686 INSIST(old_length <= sizeof(nexthash));
687 memmove(nexthash, old_next, old_length);
786 old_length = nsec3.next_length;
807 INSIST(old_length <= sizeof(nexthash));
808 memmove(nexthash, old_next, old_length);

Completed in 16 milliseconds