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

/bind-9.11.3/lib/dns/
H A Dportlist.c97 unsigned int xtry = len / 2; local
103 if (list[xtry].port == port)
104 return (&list[xtry]);
105 if (port > list[xtry].port) {
106 if (xtry == max)
108 min = xtry;
109 xtry = xtry + (max - xtry + 1) / 2;
110 INSIST(xtry <
[all...]

Completed in 18 milliseconds