Lines Matching refs:nfd
219 if (ancil && ancil->nfd > 0 && ancil->close_fds_on_cleanup) {
222 pa_assert(ancil->nfd <= MAX_ANCIL_DATA_FDS);
224 for (i = 0; i < ancil->nfd; i++)
230 ancil->nfd = 0;
467 pa_assert(ancil_data->nfd == 0);
469 pa_assert(ancil_data->nfd > 0);
790 pa_assert(p->write_ancil_data->nfd == 0);
795 if ((r = pa_iochannel_write_with_fds(p->io, d, l, p->write_ancil_data->nfd, p->write_ancil_data->fds)) < 0)
909 if (b.nfd > 0) {
910 pa_assert(b.nfd <= MAX_ANCIL_DATA_FDS);
911 p->read_ancil_data.nfd = b.nfd;
912 memcpy(p->read_ancil_data.fds, b.fds, sizeof(int) * b.nfd);
1105 p->read_ancil_data.nfd = 0;