Home | History | Annotate | Download | only in mDNSCore

Lines Matching refs:bestcount

7773 //seen so far (given in bestcount).
7778 int bestcount)
7782 if (namecount < newcount || newcount < bestcount) return -1;
7787 // If we find a match and the number of labels is the same as bestcount, then
7791 // If we find a match and the number of labels is more than bestcount, then we
7794 // Note: newcount can either be equal or greater than bestcount beause of the
7798 return bestcount == newcount ? 0 : 1;