Searched refs:sqlite_interrupt (Results 1 – 6 of 6) sorted by relevance
35 sqlite_interrupt;
13 # focus of this script is the sqlite_interrupt() API.
955 void sqlite_interrupt(sqlite *db){ in sqlite_interrupt() function
153 #define SQLITE_INTERRUPT 9 /* Operation terminated by sqlite_interrupt() */246 void sqlite_interrupt(sqlite*);708 ** an interrupt. (See sqlite_interrupt().) Incomplete updates may be
547 sqlite_interrupt(db); in sqliteVdbeExec()
280 if( db ) sqlite_interrupt(db); in interrupt_handler()