OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sqlite3_interrupt
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/public-domain/sqlite/man/
Makefile
131
sqlite3_interrupt
.3 \
/src/external/public-domain/sqlite/dist/
sqlite3ext.h
474
#define
sqlite3_interrupt
sqlite3_api->interruptx
macro
sqlite3.h
459
#define SQLITE_INTERRUPT 9 /* Operation terminated by
sqlite3_interrupt
()*/
2928
** is closed or might close before
sqlite3_interrupt
() returns.
2931
**
sqlite3_interrupt
() is called, then it might not have an opportunity
2939
** ^The
sqlite3_interrupt
(D) call is in effect until all currently running
2941
** that are started after the
sqlite3_interrupt
() call and before the
2943
** running prior to the
sqlite3_interrupt
() call. ^New SQL statements
2945
** not effected by the
sqlite3_interrupt
().
2946
** ^A call to
sqlite3_interrupt
(D) that occurs when there are no running
2948
** that are started after the
sqlite3_interrupt
() call returns.
2954
SQLITE_API void
sqlite3_interrupt
(sqlite3*)
[
all
...]
shell.c
25432
if( globalDb )
sqlite3_interrupt
(globalDb);
[
all
...]
sqlite3.c
780
#define SQLITE_INTERRUPT 9 /* Operation terminated by
sqlite3_interrupt
()*/
3249
** is closed or might close before
sqlite3_interrupt
() returns.
3252
**
sqlite3_interrupt
() is called, then it might not have an opportunity
3260
** ^The
sqlite3_interrupt
(D) call is in effect until all currently running
3262
** that are started after the
sqlite3_interrupt
() call and before the
3264
** running prior to the
sqlite3_interrupt
() call. ^New SQL statements
3266
** not effected by the
sqlite3_interrupt
().
3267
** ^A call to
sqlite3_interrupt
(D) that occurs when there are no running
3269
** that are started after the
sqlite3_interrupt
() call returns.
3275
SQLITE_API void
sqlite3_interrupt
(sqlite3*)
142694
#define
sqlite3_interrupt
macro
188999
SQLITE_API void
sqlite3_interrupt
(sqlite3 *db){
function
[
all
...]
/src/external/public-domain/sqlite/dist/tea/generic/
tclsqlite3.c
3517
sqlite3_interrupt
(pDb->db);
Completed in 156 milliseconds
Indexes created Sat Jun 13 00:24:39 UTC 2026