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

/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dportlist.c106 unsigned int xtry = len / 2; local
112 if (list[xtry].port == port)
113 return (&list[xtry]);
114 if (port > list[xtry].port) {
115 if (xtry == max)
117 min = xtry;
118 xtry = xtry + (max - xtry + 1) / 2;
119 INSIST(xtry <
[all...]

Completed in 90 milliseconds