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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h438 #define sqlite3_wal_hook sqlite3_api->wal_hook macro
H A Dsqlite3.h6620 ** ^The [sqlite3_wal_hook()] function is used to register a callback that
6630 ** is a copy of the third parameter passed to sqlite3_wal_hook() when
6646 ** registered at one time. ^Calling [sqlite3_wal_hook()] replaces any
6649 ** [wal_autocheckpoint pragma] both invoke [sqlite3_wal_hook()] and will
6650 ** those overwrite any prior [sqlite3_wal_hook()] settings.
6652 SQLITE_API void *sqlite3_wal_hook(
6662 ** [sqlite3_wal_hook()] that causes any database on [database connection] D
6670 ** registered using [sqlite3_wal_hook()]. ^Likewise, registering a callback
6671 ** using [sqlite3_wal_hook()] disables the automatic checkpoint mechanism
H A Dsqlite3.c7170 ** ^The [sqlite3_wal_hook()] function is used to register a callback that
7180 ** is a copy of the third parameter passed to sqlite3_wal_hook() when
7196 ** registered at one time. ^Calling [sqlite3_wal_hook()] replaces any
7199 ** [wal_autocheckpoint pragma] both invoke [sqlite3_wal_hook()] and will
7200 ** those overwrite any prior [sqlite3_wal_hook()] settings.
7202 SQLITE_API void *sqlite3_wal_hook(
7212 ** [sqlite3_wal_hook()] that causes any database on [database connection] D
7220 ** registered using [sqlite3_wal_hook()]. ^Likewise, registering a callback
7221 ** using [sqlite3_wal_hook()] disables the automatic checkpoint mechanism
91285 #define sqlite3_wal_hook macro
113614 SQLITE_API void *sqlite3_wal_hook( function
[all...]

Completed in 408 milliseconds