HomeSort by: relevance | last modified time | path
    Searched refs:sqlite3_interrupt (Results 1 - 6 of 6) sorted by relevancy

  /src/external/public-domain/sqlite/man/
Makefile 126 sqlite3_interrupt.3 \
  /src/external/public-domain/sqlite/dist/
sqlite3ext.h 464 #define sqlite3_interrupt sqlite3_api->interruptx macro
sqlite3.h 454 #define SQLITE_INTERRUPT 9 /* Operation terminated by sqlite3_interrupt()*/
2715 ** is closed or might close before sqlite3_interrupt() returns.
2718 ** sqlite3_interrupt() is called, then it might not have an opportunity
2726 ** ^The sqlite3_interrupt(D) call is in effect until all currently running
2728 ** that are started after the sqlite3_interrupt() call and before the
2730 ** running prior to the sqlite3_interrupt() call. ^New SQL statements
2732 ** not effected by the sqlite3_interrupt().
2733 ** ^A call to sqlite3_interrupt(D) that occurs when there are no running
2735 ** that are started after the sqlite3_interrupt() call returns.
2741 SQLITE_API void sqlite3_interrupt(sqlite3*)
    [all...]
shell.c 18911 if( globalDb ) sqlite3_interrupt(globalDb);
29555 if( globalDb ) sqlite3_interrupt(globalDb);
sqlite3.c 767 #define SQLITE_INTERRUPT 9 /* Operation terminated by sqlite3_interrupt()*/
3028 ** is closed or might close before sqlite3_interrupt() returns.
3031 ** sqlite3_interrupt() is called, then it might not have an opportunity
3039 ** ^The sqlite3_interrupt(D) call is in effect until all currently running
3041 ** that are started after the sqlite3_interrupt() call and before the
3043 ** running prior to the sqlite3_interrupt() call. ^New SQL statements
3045 ** not effected by the sqlite3_interrupt().
3046 ** ^A call to sqlite3_interrupt(D) that occurs when there are no running
3048 ** that are started after the sqlite3_interrupt() call returns.
3054 SQLITE_API void sqlite3_interrupt(sqlite3*)
135936 #define sqlite3_interrupt macro
180003 SQLITE_API void sqlite3_interrupt(sqlite3 *db){ function
    [all...]
  /src/external/public-domain/sqlite/dist/tea/generic/
tclsqlite3.c 3014 sqlite3_interrupt(pDb->db);

Completed in 71 milliseconds