Home
last modified time | relevance | path

Searched refs:sqlite3_wal_autocheckpoint (Results 1 - 3 of 3) sorted by relevance

/third_party/sqlite/include/
H A Dsqlite3ext.h576 #define sqlite3_wal_autocheckpoint sqlite3_api->wal_autocheckpoint macro
H A Dsqlite3.h9339 ** ^Note that the [sqlite3_wal_autocheckpoint()] interface and the
9353 ** ^The [sqlite3_wal_autocheckpoint(D,N)] is a wrapper around
9378 SQLITE_API int sqlite3_wal_autocheckpoint(sqlite3 *db, int N);
/third_party/sqlite/src/
H A Dsqlite3.c9648 ** ^Note that the [sqlite3_wal_autocheckpoint()] interface and the
9662 ** ^The [sqlite3_wal_autocheckpoint(D,N)] is a wrapper around
9687 SQLITE_API int sqlite3_wal_autocheckpoint(sqlite3 *db, int N);
132499 #define sqlite3_wal_autocheckpoint global() macro
175801 SQLITE_API int sqlite3_wal_autocheckpoint(sqlite3 *db, int nFrame){ global() function
[all...]

Completed in 164 milliseconds