Searched refs:sqlite3_wal_autocheckpoint (Results 1 – 9 of 9) sorted by relevance
| /sqlite-3.40.0/test/ |
| H A D | e_walauto.test | 61 # sqlite3_wal_autocheckpoint() API, and once using "PRAGMA 73 uplevel [list sqlite3_wal_autocheckpoint $db $value] 95 # EVIDENCE-OF: R-38128-34102 The sqlite3_wal_autocheckpoint(D,N) is a
|
| H A D | walhook.test | 16 # sqlite3_wal_hook() mechanism, including the sqlite3_wal_autocheckpoint()
|
| H A D | e_walhook.test | 164 # EVIDENCE-OF: R-57445-43425 Note that the sqlite3_wal_autocheckpoint()
|
| /sqlite-3.40.0/src/ |
| H A D | loadext.c | 373 sqlite3_wal_autocheckpoint,
|
| H A D | sqlite3ext.h | 570 #define sqlite3_wal_autocheckpoint sqlite3_api->wal_autocheckpoint macro
|
| H A D | main.c | 2371 int sqlite3_wal_autocheckpoint(sqlite3 *db, int nFrame){ in sqlite3_wal_autocheckpoint() function 3484 sqlite3_wal_autocheckpoint(db, SQLITE_DEFAULT_WAL_AUTOCHECKPOINT); in openDatabase()
|
| H A D | pragma.c | 2252 sqlite3_wal_autocheckpoint(db, sqlite3Atoi(zRight)); in sqlite3Pragma()
|
| H A D | test1.c | 7063 rc = sqlite3_wal_autocheckpoint(db, iVal); in test_wal_autocheckpoint()
|
| H A D | sqlite.h.in | 9287 ** ^Note that the [sqlite3_wal_autocheckpoint()] interface and the 9301 ** ^The [sqlite3_wal_autocheckpoint(D,N)] is a wrapper around 9326 int sqlite3_wal_autocheckpoint(sqlite3 *db, int N);
|