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

/bind-9.11.3/lib/dns/
H A Dname.c943 unsigned int firstoffset, endoffset; local
959 firstoffset = source->length;
965 firstoffset = p - source->ndata;
978 target->ndata = &source->ndata[firstoffset];
979 target->length = endoffset - firstoffset;

Completed in 24 milliseconds