Home
last modified time | relevance | path

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

/bionic/libc/dns/net/
Dgethnamaddr.c1098 int needsort = 0; in addrsort() local
1110 if (needsort == 0 && i > 0 && j < aval[i-1]) in addrsort()
1111 needsort = i; in addrsort()
1113 if (!needsort) in addrsort()
1116 while (needsort < num) { in addrsort()
1117 for (j = needsort - 1; j >= 0; j--) { in addrsort()
1131 needsort++; in addrsort()