Home
last modified time | relevance | path

Searched refs:sqlite3_wal_autocheckpoint (Results 1 – 9 of 9) sorted by relevance

/sqlite-3.40.0/test/
H A De_walauto.test61 # 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 Dwalhook.test16 # sqlite3_wal_hook() mechanism, including the sqlite3_wal_autocheckpoint()
H A De_walhook.test164 # EVIDENCE-OF: R-57445-43425 Note that the sqlite3_wal_autocheckpoint()
/sqlite-3.40.0/src/
H A Dloadext.c373 sqlite3_wal_autocheckpoint,
H A Dsqlite3ext.h570 #define sqlite3_wal_autocheckpoint sqlite3_api->wal_autocheckpoint macro
H A Dmain.c2371 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 Dpragma.c2252 sqlite3_wal_autocheckpoint(db, sqlite3Atoi(zRight)); in sqlite3Pragma()
H A Dtest1.c7063 rc = sqlite3_wal_autocheckpoint(db, iVal); in test_wal_autocheckpoint()
H A Dsqlite.h.in9287 ** ^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);