Searched refs:sqlite_interrupt (Results 1 – 6 of 6) sorted by relevance
35 sqlite_interrupt;
15 # focus of this script is the sqlite_interrupt() API.
958 void sqlite_interrupt(sqlite *db){ in sqlite_interrupt() function
156 #define SQLITE_INTERRUPT 9 /* Operation terminated by sqlite_interrupt() */249 void sqlite_interrupt(sqlite*);711 ** an interrupt. (See sqlite_interrupt().) Incomplete updates may be
549 sqlite_interrupt(db); in sqliteVdbeExec()
282 if( db ) sqlite_interrupt(db); in interrupt_handler()