Lines Matching defs:the_pipe
71 static int the_pipe[2] = {-1, -1};
138 (void) pa_write(the_pipe[1], &c, sizeof(c), NULL);
164 pa_assert(fd == the_pipe[0]);
168 (void) pa_read(the_pipe[0], &c, sizeof(c), NULL);
179 pa_assert(the_pipe[0] == -1);
180 pa_assert(the_pipe[1] == -1);
186 if (pa_pipe_cloexec(the_pipe) < 0) {
191 pa_make_fd_nonblock(the_pipe[0]);
192 pa_make_fd_nonblock(the_pipe[1]);
195 io_event = api->io_new(m, the_pipe[0], PA_IO_EVENT_INPUT, callback, NULL);
227 pa_close_pipe(the_pipe);