Home
last modified time | relevance | path

Searched refs:needsort (Results 1 – 1 of 1) sorted by relevance

/bionic/libc/dns/net/
Dgethnamaddr.c1129 int needsort = 0; in addrsort() local
1141 if (needsort == 0 && i > 0 && j < aval[i-1]) in addrsort()
1142 needsort = i; in addrsort()
1144 if (!needsort) in addrsort()
1147 while (needsort < num) { in addrsort()
1148 for (j = needsort - 1; j >= 0; j--) { in addrsort()
1162 needsort++; in addrsort()