Lines Matching defs:offset
70 if ((node->offset & 0x8000) != 0)
137 * If match is found return ISC_TRUE. prefix, suffix and offset are updated.
142 dns_name_t *prefix, isc_uint16_t *offset)
150 REQUIRE(offset != NULL);
196 *offset = (node->offset & 0x7fff);
209 const dns_name_t *prefix, isc_uint16_t offset)
231 if (offset >= 0x4000)
260 toffset = (isc_uint16_t)(offset + (length - tlength));
281 node->offset = toffset;
296 dns_compress_rollback(dns_compress_t *cctx, isc_uint16_t offset) {
316 while (node != NULL && (node->offset & 0x7fff) >= offset) {
318 if ((node->offset & 0x8000) != 0)