Home
last modified time | relevance | path

Searched refs:sqlite3_wal_checkpoint_v2 (Results 1 – 11 of 11) sorted by relevance

/sqlite-3.40.0/test/
H A De_walauto.test123 sqlite3_wal_checkpoint_v2 db truncate
156 sqlite3_wal_checkpoint_v2 db truncate
183 sqlite3_wal_checkpoint_v2 db truncate
H A Dinterrupt2.test68 list [catch { sqlite3_wal_checkpoint_v2 db truncate } msg] $msg
90 set cres [catch { sqlite3_wal_checkpoint_v2 db truncate } msg]
H A De_walckpt.test46 # All calls to the [sqlite3_wal_checkpoint_v2] command made within this
51 # sqlite3_wal_checkpoint_v2() interface sets the error information that
56 uplevel sqlite3_wal_checkpoint_v2 $db $args
81 # 1) Using sqlite3_wal_checkpoint_v2()
93 # sqlite3_wal_checkpoint_v2(D,X,SQLITE_CHECKPOINT_PASSIVE,0,0).
150 # EVIDENCE-OF: R-49787-09095 The sqlite3_wal_checkpoint_v2(D,X,M,L,C)
H A Dtt3_checkpoint.c64 sqlite3_wal_checkpoint_v2(db, zDb, p->eMode, 0, 0); in checkpoint_starvation_walhook()
H A Dwal5.test62 set cmd [list sqlite3_wal_checkpoint_v2 $dbhandle $a(-mode)]
/sqlite-3.40.0/src/
H A Dloadext.c396 sqlite3_wal_checkpoint_v2,
H A Dsqlite3ext.h589 #define sqlite3_wal_checkpoint_v2 sqlite3_api->wal_checkpoint_v2 macro
H A Dmain.c2419 int sqlite3_wal_checkpoint_v2( in sqlite3_wal_checkpoint_v2() function
2486 return sqlite3_wal_checkpoint_v2(db,zDb,SQLITE_CHECKPOINT_PASSIVE,0,0); in sqlite3_wal_checkpoint()
H A Dsqlite.h.in9318 ** [sqlite3_wal_checkpoint_v2|PASSIVE].
9333 ** [sqlite3_wal_checkpoint_v2](D,X,[SQLITE_CHECKPOINT_PASSIVE],0,0).)^
9342 ** occur. But then the newer and more powerful [sqlite3_wal_checkpoint_v2()]
9346 ** complication) of [sqlite3_wal_checkpoint_v2()].
9354 ** ^(The sqlite3_wal_checkpoint_v2(D,X,M,L,C) interface runs a checkpoint
9435 ** the sqlite3_wal_checkpoint_v2() interface
9442 int sqlite3_wal_checkpoint_v2(
9455 ** as the third parameter to the [sqlite3_wal_checkpoint_v2()] interface.
9456 ** See the [sqlite3_wal_checkpoint_v2()] documentation for details on the
H A Dtest1.c7021 rc = sqlite3_wal_checkpoint_v2(db, zDb, eMode, &nLog, &nCkpt); in test_wal_checkpoint_v2()
/sqlite-3.40.0/ext/misc/
H A Dscrub.c177 rc = sqlite3_wal_checkpoint_v2(p->dbSrc, "main", SQLITE_CHECKPOINT_FULL, in scrubBackupOpenSrc()