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

/macosx-10.10.1/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3ext.h415 #define sqlite3_wal_autocheckpoint sqlite3_api->wal_autocheckpoint macro
H A Dsqlite3.h6456 ** [sqlite3_wal_autocheckpoint()] interface and the
6469 ** ^The [sqlite3_wal_autocheckpoint(D,N)] is a wrapper around
6491 SQLITE_API int sqlite3_wal_autocheckpoint(sqlite3 *db, int N);
6503 ** from SQL. ^The [sqlite3_wal_autocheckpoint()] interface and the
H A Dsqlite3.c7009 ** [sqlite3_wal_autocheckpoint()] interface and the
7022 ** ^The [sqlite3_wal_autocheckpoint(D,N)] is a wrapper around
7044 SQLITE_API int sqlite3_wal_autocheckpoint(sqlite3 *db, int N);
7056 ** from SQL. ^The [sqlite3_wal_autocheckpoint()] interface and the
89307 #define sqlite3_wal_autocheckpoint macro
111502 SQLITE_API int sqlite3_wal_autocheckpoint(sqlite3 *db, int nFrame){ function
[all...]

Completed in 338 milliseconds