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

/sssd/src/resolv/
H A Dasync_resolv.c2166 int *totals; local
2176 totals = talloc_array(NULL, int, len);
2177 if (!totals) {
2209 memset(totals, -1, sizeof(int) * len);
2211 totals[i] = r->weight + total;
2212 total = totals[i];
2222 if (totals[i] >= selected)
2228 if (r == NULL || totals[i] == -1) {
2258 talloc_free(totals);

Completed in 237 milliseconds