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

/freebsd-10-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-10-stable/contrib/sqlite3/
H A Dsqlite3ext.h493 #define sqlite3_wal_autocheckpoint sqlite3_api->wal_autocheckpoint macro
H A Dsqlite3.h7712 ** [sqlite3_wal_autocheckpoint()] interface and the
7726 ** ^The [sqlite3_wal_autocheckpoint(D,N)] is a wrapper around
7751 SQLITE_API int SQLITE_STDCALL sqlite3_wal_autocheckpoint(sqlite3 *db, int N);
H A Dsqlite3.c7972 ** [sqlite3_wal_autocheckpoint()] interface and the
7986 ** ^The [sqlite3_wal_autocheckpoint(D,N)] is a wrapper around
8011 SQLITE_API int SQLITE_STDCALL sqlite3_wal_autocheckpoint(sqlite3 *db, int N);
109319 #define sqlite3_wal_autocheckpoint macro
138505 SQLITE_API int SQLITE_STDCALL sqlite3_wal_autocheckpoint(sqlite3 *db, int nFrame){ function
[all...]

Completed in 776 milliseconds