Searched refs:firstoffset (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/lib/dns/
H A Dname.c909 unsigned int firstoffset, endoffset; local
925 firstoffset = source->length;
927 firstoffset = offsets[first];
934 target->ndata = &source->ndata[firstoffset];
935 target->length = endoffset - firstoffset;

Completed in 13 milliseconds