Lines Matching defs:next_length
561 size_t next_length;
591 next_length = sizeof(nexthash);
592 CHECK(dns_nsec3_hashname(&fixed, nexthash, &next_length,
619 next_length = nsec3.next_length;
620 INSIST(next_length <= sizeof(nexthash));
621 memmove(nexthash, nsec3.next, next_length);
701 old_length = nsec3.next_length;
712 nsec3.next_length = next_length;
735 salt, salt_length, nexthash, next_length,
766 CHECK(dns_nsec3_hashname(&fixed, nexthash, &next_length,
820 old_length = nsec3.next_length;
831 nsec3.next_length = next_length;
857 nexthash, next_length, nsec3buf,
1023 size_t next_length;
1047 next_length = sizeof(nexthash);
1048 CHECK(dns_nsec3_hashname(&fixed, nexthash, &next_length,
1076 next_length = nsec3.next_length;
1077 INSIST(next_length <= sizeof(nexthash));
1078 memmove(nexthash, nsec3.next, next_length);
1122 nsec3.next_length = next_length;
1154 CHECK(dns_nsec3_hashname(&fixed, nexthash, &next_length,
1177 next_length = nsec3.next_length;
1178 INSIST(next_length <= sizeof(nexthash));
1179 memmove(nexthash, nsec3.next, next_length);
1220 nsec3.next_length = next_length;
1545 if (isc_buffer_usedlength(&buffer) != nsec3.next_length)
1552 scope = memcmp(owner, nsec3.next, nsec3.next_length);
1570 if (length != nsec3.next_length) {
1573 length, nsec3.next_length);