Lines Matching defs:next_length
529 size_t next_length;
559 next_length = sizeof(nexthash);
560 CHECK(dns_nsec3_hashname(&fixed, nexthash, &next_length,
563 INSIST(next_length <= sizeof(nexthash));
588 next_length = nsec3.next_length;
589 INSIST(next_length <= sizeof(nexthash));
590 memmove(nexthash, nsec3.next, next_length);
667 old_length = nsec3.next_length;
678 nsec3.next_length = (unsigned char)next_length;
701 salt, salt_length, nexthash, next_length,
732 CHECK(dns_nsec3_hashname(&fixed, nexthash, &next_length,
786 old_length = nsec3.next_length;
797 nsec3.next_length = (unsigned char)next_length;
823 nexthash, next_length, nsec3buf,
1337 size_t next_length;
1361 next_length = sizeof(nexthash);
1362 CHECK(dns_nsec3_hashname(&fixed, nexthash, &next_length,
1390 next_length = nsec3.next_length;
1391 INSIST(next_length <= sizeof(nexthash));
1392 memmove(nexthash, nsec3.next, next_length);
1436 nsec3.next_length = (unsigned char)next_length;
1470 CHECK(dns_nsec3_hashname(&fixed, nexthash, &next_length,
1493 next_length = nsec3.next_length;
1494 INSIST(next_length <= sizeof(nexthash));
1495 memmove(nexthash, nsec3.next, next_length);
1536 nsec3.next_length = (unsigned char)next_length;
1950 if (isc_buffer_usedlength(&buffer) != nsec3.next_length)
1957 scope = isc_safe_memcompare(owner, nsec3.next, nsec3.next_length);
1975 if (length != nsec3.next_length) {
1978 length, nsec3.next_length);