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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-common/
H A Dsimple-watch.c71 int n_pollfds, max_pollfds, rebuild_pollfds; member in struct:AvahiSimplePoll
346 s->max_pollfds = s->n_pollfds = 0;
393 if (s->n_watches+1 > s->max_pollfds) {
396 s->max_pollfds = s->n_watches + 10;
398 if (!(n = avahi_realloc(s->pollfds, sizeof(struct pollfd) * s->max_pollfds)))
416 assert(w->idx < s->max_pollfds);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-common/
H A Dsimple-watch.c71 int n_pollfds, max_pollfds, rebuild_pollfds; member in struct:AvahiSimplePoll
346 s->max_pollfds = s->n_pollfds = 0;
393 if (s->n_watches+1 > s->max_pollfds) {
396 s->max_pollfds = s->n_watches + 10;
398 if (!(n = avahi_realloc(s->pollfds, sizeof(struct pollfd) * s->max_pollfds)))
416 assert(w->idx < s->max_pollfds);

Completed in 130 milliseconds