Lines Matching defs:reader
1155 /* scan data reader routine for child process */
1159 static void reader (SnapScan_Scanner *pss)
1161 static char me[] = "Child reader process";
1262 reader (pss);
1772 DBG (DL_MINOR_INFO, "%s: starting the reader process.\n", me);
1870 /* signal the reader, if any */
1940 "%s: no reader child; must use blocking mode.\n",
1970 "%s: no reader child; cannot provide select file descriptor.\n",
2562 * Also, I again close the STDERR_FILENO in the reader child and
2571 * in the reader child and the sane_snapscan_read function. I've
2608 * Now have the child reader process and pipe stuff working, and