Searched refs:SQLITE_Interrupt (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libsqlite/src/
H A Dvdbeaux.c557 }else if( db->flags & SQLITE_Interrupt ){
558 db->flags &= ~SQLITE_Interrupt;
H A DsqliteInt.h400 #define SQLITE_Interrupt 0x00000004 /* Cancel current operation */ macro
H A Dmain.c959 db->flags |= SQLITE_Interrupt;
H A Dvdbe.c71 ** each instruction in the VDBE. When reaches zero, the SQLITE_Interrupt
462 if( db->flags & SQLITE_Interrupt ) goto abort_due_to_interrupt;
4919 assert( db->flags & SQLITE_Interrupt );
4920 db->flags &= ~SQLITE_Interrupt;

Completed in 33 milliseconds