Lines Matching refs:pollfd2
49 struct pollfd *pollfd, *pollfd2;
97 p->pollfd2 = pa_xnew(struct pollfd, p->n_pollfd_alloc);
119 p->pollfd2 = pa_xrealloc(p->pollfd2, p->n_pollfd_alloc * sizeof(struct pollfd));
123 e = p->pollfd2;
142 pa_assert((unsigned) (e - p->pollfd2) == p->n_pollfd_used);
144 p->pollfd = p->pollfd2;
145 p->pollfd2 = t;
148 p->pollfd2 = pa_xrealloc(p->pollfd2, p->n_pollfd_alloc * sizeof(struct pollfd));
175 pa_xfree(p->pollfd2);