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

/bind-9.6-ESV-R11/lib/dns/
H A Drdata.c1113 unsigned int tl; local
1122 tl = region.length;
1128 if (tl < 1)
1131 tl--;
1134 if (tl < 4)
1141 tl -= 4;
1146 if (tl < 2)
1149 tl--;
1151 if (tl < 1)
1154 tl
1257 unsigned int tl; local
[all...]
H A Dzone.c2018 unsigned int rdl = rdata->length, i = 0, tl, len; local
2021 len = tl = *data;
2024 INSIST(tl <= rdl);
2029 data += tl;
2030 rdl -= tl;

Completed in 542 milliseconds