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

/bind-9.11.3/lib/dns/
H A Dcompress.c219 isc_uint16_t toffset; local
260 toffset = (isc_uint16_t)(offset + (length - tlength));
261 if (toffset >= 0x4000)
280 toffset |= 0x8000;
281 node->offset = toffset;

Completed in 9 milliseconds