Searched defs:totals (Results 1 - 1 of 1) sorted by relevance

/sssd-io/src/resolv/
H A Dasync_resolv.c2164 int *totals; local
2174 totals = talloc_array(NULL, int, len);
2175 if (!totals) {
2207 memset(totals, -1, sizeof(int) * len);
2209 totals[i] = r->weight + total;
2210 total = totals[i];
2220 if (totals[i] >= selected)
2226 if (r == NULL || totals[i] == -1) {
2263 talloc_free(totals);

Completed in 37 milliseconds