Searched refs:max_pollfds (Results 1 – 1 of 1) sorted by relevance
69 int n_pollfds, max_pollfds, rebuild_pollfds; member344 s->max_pollfds = s->n_pollfds = 0; in avahi_simple_poll_new()391 if (s->n_watches+1 > s->max_pollfds) { in rebuild()394 s->max_pollfds = s->n_watches + 10; in rebuild()396 if (!(n = avahi_realloc(s->pollfds, sizeof(struct pollfd) * s->max_pollfds))) in rebuild()414 assert(w->idx < s->max_pollfds); in rebuild()