Searched refs:wal_autocheckpoint (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3ext.h212 int (*wal_autocheckpoint)(sqlite3*,int); member in struct:sqlite3_api_routines
415 #define sqlite3_wal_autocheckpoint sqlite3_api->wal_autocheckpoint
H A Dsqlite3.c7010 ** [wal_autocheckpoint pragma] both invoke [sqlite3_wal_hook()] and will
7035 ** ^The [wal_autocheckpoint pragma] can be used to invoke this interface
7057 ** [wal_autocheckpoint pragma] can be used to cause this interface to be
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3ext.h231 int (*wal_autocheckpoint)(sqlite3*,int); member in struct:sqlite3_api_routines
548 #define sqlite3_wal_autocheckpoint sqlite3_api->wal_autocheckpoint
H A Dsqlite3.c10047 ** [wal_autocheckpoint pragma] both invoke [sqlite3_wal_hook()] and will
10073 ** ^The [wal_autocheckpoint pragma] can be used to invoke this interface
[all...]

Completed in 799 milliseconds