Searched defs:sqlite3_wal_hook (Results 1 - 4 of 4) sorted by relevance

/external/sqlite/dist/orig/
H A Dsqlite3ext.h438 #define sqlite3_wal_hook sqlite3_api->wal_hook macro
H A Dsqlite3.c7220 ** ^The [sqlite3_wal_hook()] function is used to register a callback that
7230 ** is a copy of the third parameter passed to sqlite3_wal_hook() when
7246 ** registered at one time. ^Calling [sqlite3_wal_hook()] replaces any
7249 ** [wal_autocheckpoint pragma] both invoke [sqlite3_wal_hook()] and will
7250 ** those overwrite any prior [sqlite3_wal_hook()] settings.
7252 SQLITE_API void *sqlite3_wal_hook(
7262 ** [sqlite3_wal_hook()] that causes any database on [database connection] D
7270 ** registered using [sqlite3_wal_hook()]. ^Likewise, registering a callback
7271 ** using [sqlite3_wal_hook()] disables the automatic checkpoint mechanism
91411 #define sqlite3_wal_hook macro
113857 SQLITE_API void *sqlite3_wal_hook( function
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h438 #define sqlite3_wal_hook sqlite3_api->wal_hook macro
H A Dsqlite3.c7220 ** ^The [sqlite3_wal_hook()] function is used to register a callback that
7230 ** is a copy of the third parameter passed to sqlite3_wal_hook() when
7246 ** registered at one time. ^Calling [sqlite3_wal_hook()] replaces any
7249 ** [wal_autocheckpoint pragma] both invoke [sqlite3_wal_hook()] and will
7250 ** those overwrite any prior [sqlite3_wal_hook()] settings.
7252 SQLITE_API void *sqlite3_wal_hook(
7262 ** [sqlite3_wal_hook()] that causes any database on [database connection] D
7270 ** registered using [sqlite3_wal_hook()]. ^Likewise, registering a callback
7271 ** using [sqlite3_wal_hook()] disables the automatic checkpoint mechanism
91422 #define sqlite3_wal_hook macro
113868 SQLITE_API void *sqlite3_wal_hook( function
[all...]

Completed in 274 milliseconds