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

/freebsd-11-stable/crypto/heimdal/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...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3ext.h548 #define sqlite3_wal_autocheckpoint sqlite3_api->wal_autocheckpoint macro
H A Dsqlite3.h8983 ** [sqlite3_wal_autocheckpoint()] interface and the
8997 ** ^The [sqlite3_wal_autocheckpoint(D,N)] is a wrapper around
9022 SQLITE_API int sqlite3_wal_autocheckpoint(sqlite3 *db, int N);
H A Dsqlite3.c10046 ** [sqlite3_wal_autocheckpoint()] interface and the
10060 ** ^The [sqlite3_wal_autocheckpoint(D,N)] is a wrapper around
10085 SQLITE_API int sqlite3_wal_autocheckpoint(sqlite3 *db, int N);
125938 #define sqlite3_wal_autocheckpoint macro
166371 SQLITE_API int sqlite3_wal_autocheckpoint(sqlite3 *db, int nFrame){ function
[all...]

Completed in 857 milliseconds