Home | History | Annotate | Download | only in orig

Lines Matching defs:sqlite3_interrupt_count

64414 SQLITE_API int sqlite3_interrupt_count = 0;
65475 if( sqlite3_interrupt_count>0 ){
65476 sqlite3_interrupt_count--;
65477 if( sqlite3_interrupt_count==0 ){