Lines Matching defs:pipeline
159 * closes the pipeline
240 * receives data from the scanner and stuff it into the pipeline
1694 int pipeline[2];
1704 if (pipe(pipeline) < 0) {
1717 close (pipeline[0]);
1726 _exit (reader_process (hndl, pipeline[1]));
1730 close (pipeline[1]);
1732 hndl->pipe = pipeline[0];
1742 * receives data from pipeline and passes it to the caller
1891 * returns the pipeline fd for direct reading
1895 * can read from the pipeline itself