Lines Matching refs:started
3671 if ( s->started ) {
4829 * a scan has been started (sane_start() has been called) and the
4834 * Calling this function before a scan has actually started allows,
4848 if(!s->started){
5314 * Called by SANE when a page acquisition operation is to be started.
5319 * hence, we spend a lot of time playing with s->started, etc.
5328 DBG (15, "started=%d, side=%d, source=%d\n",
5329 s->started, s->side, s->u.source);
5338 if (s->started && !s->u.eof[s->side]) {
5344 if(!s->started){
5504 s->started = 1;
5583 DBG (15, "started=%d, side=%d, source=%d\n",
5584 s->started, s->side, s->u.source);
5637 s->started = 0;
5989 if(!s->started){
5990 DBG (5, "sane_read: not started, call sane_start\n");
6055 s->started = 0;
7960 /* checks started and cancelled flags in scanner struct,
7970 if(s->started && s->cancelled){
7995 s->started = 0;