Searched refs:sqlite3_wal_checkpoint_v2 (Results 1 – 11 of 11) sorted by relevance
| /sqlite-3.40.0/test/ |
| H A D | e_walauto.test | 123 sqlite3_wal_checkpoint_v2 db truncate 156 sqlite3_wal_checkpoint_v2 db truncate 183 sqlite3_wal_checkpoint_v2 db truncate
|
| H A D | interrupt2.test | 68 list [catch { sqlite3_wal_checkpoint_v2 db truncate } msg] $msg 90 set cres [catch { sqlite3_wal_checkpoint_v2 db truncate } msg]
|
| H A D | e_walckpt.test | 46 # 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 D | tt3_checkpoint.c | 64 sqlite3_wal_checkpoint_v2(db, zDb, p->eMode, 0, 0); in checkpoint_starvation_walhook()
|
| H A D | wal5.test | 62 set cmd [list sqlite3_wal_checkpoint_v2 $dbhandle $a(-mode)]
|
| /sqlite-3.40.0/src/ |
| H A D | loadext.c | 396 sqlite3_wal_checkpoint_v2,
|
| H A D | sqlite3ext.h | 589 #define sqlite3_wal_checkpoint_v2 sqlite3_api->wal_checkpoint_v2 macro
|
| H A D | main.c | 2419 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 D | sqlite.h.in | 9318 ** [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 D | test1.c | 7021 rc = sqlite3_wal_checkpoint_v2(db, zDb, eMode, &nLog, &nCkpt); in test_wal_checkpoint_v2()
|
| /sqlite-3.40.0/ext/misc/ |
| H A D | scrub.c | 177 rc = sqlite3_wal_checkpoint_v2(p->dbSrc, "main", SQLITE_CHECKPOINT_FULL, in scrubBackupOpenSrc()
|