Lines Matching defs:fds
49 int fds[2];
64 f->fds[0] = f->fds[1] = -1;
68 if (pa_pipe_cloexec(f->fds) < 0) {
94 f->fds[0] = f->fds[1] = -1;
115 f->fds[0] = f->fds[1] = -1;
134 pa_close_pipe(f->fds);
161 if ((r = pa_read(f->fds[0], &x, sizeof(x), NULL)) <= 0) {
193 if ((r = pa_write(f->fds[1], &x, 1, &f->write_type)) != 1) {
231 if ((r = pa_read(f->fds[0], &x, sizeof(x), NULL)) <= 0) {
261 return f->fds[0];