Lines Matching defs:offset
219 unsigned int offset, count, length, nlabels;
230 offset = 0;
233 while (offset != length) {
237 if (offsets != NULL && offsets[nlabels] != offset)
241 offset += count + 1;
243 if (offset > length)
250 if (nlabels != name->labels || offset != name->length)
1760 unsigned int offset, count, length, nlabels;
1766 offset = 0;
1769 while (ISC_LIKELY(offset != length)) {
1771 offsets[nlabels++] = offset;
1774 offset += count + 1;
1776 INSIST(offset <= length);
1786 set_name->length = offset;
1793 INSIST(offset == name->length);
1974 isc_uint16_t offset;
1977 isc_uint16_t go; /* Global compression offset */
2005 offset = target->used; /*XXX*/
2016 * If the offset is too high for 14 bit global compression, we're
2042 dns_compress_add(cctx, name, &gp, offset);
2052 dns_compress_add(cctx, name, name, offset);