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

/bind-9.6-ESV-R11/lib/isc/
H A Dbitstring.c85 unsigned int tlast; local
102 tlast = tbitpos + n;
109 REQUIRE(tlast <= target->size);
111 if (tlast > target->length)
112 target->length = tlast;

Completed in 8 milliseconds