Lines Matching defs:isInterrupted
9770 volatile int isInterrupted; /* True if sqlite3_interrupt has been called */
60706 }else if( db->u1.isInterrupted ){
63139 db->u1.isInterrupted = 0;
64407 ** each instruction in the VDBE. When it reaches zero, the u1.isInterrupted
64902 if( db->u1.isInterrupted ) goto abort_due_to_interrupt;
71167 assert( db->u1.isInterrupted );
111935 db->u1.isInterrupted = 0;
111964 if( db->u1.isInterrupted ){
113502 db->u1.isInterrupted = 1;