Lines Matching refs:started
1376 if ( s->started ) {
1534 * a scan has been started (sane_start() has been called) and the
1539 * Calling this function before a scan has actually started allows,
1561 /* started? get param data from image header */
1562 if(s->started){
1621 /* not started? get param data from user input */
1677 * Called by SANE when a page acquisition operation is to be started.
1683 * hence, we spend a lot of time playing with s->started, etc.
1693 DBG (15, "started=%d, source=%d\n", s->started, s->u_source);
1696 if(s->started){
1772 s->started=1;
1807 DBG (15, "started=%d, source=%d\n", s->started, s->u_source);
2236 if(!s->started){
2237 DBG (5, "sane_read: not started, call sane_start\n");
2451 s->started = 0;