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

/bionic/libc/dns/
H A Dgethnamaddr.c1210 int needsort = 0; local
1222 if (needsort == 0 && i > 0 && j < aval[i-1])
1223 needsort = i;
1225 if (!needsort)
1228 while (needsort < num) {
1229 for (j = needsort - 1; j >= 0; j--) {
1243 needsort++;

Completed in 31 milliseconds