Home
last modified time | relevance | path

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

/third_party/sqlite/include/
H A Dsqlite3ext.h578 #define sqlite3_wal_hook sqlite3_api->wal_hook macro
H A Dsqlite3.h9312 ** ^The [sqlite3_wal_hook()] function is used to register a callback that
9320 ** is a copy of the third parameter passed to sqlite3_wal_hook() when
9336 ** registered at one time. ^Calling [sqlite3_wal_hook()] replaces any
9340 ** [wal_autocheckpoint pragma] both invoke [sqlite3_wal_hook()] and will
9341 ** overwrite any prior [sqlite3_wal_hook()] settings.
9343 SQLITE_API void *sqlite3_wal_hook(
9354 ** [sqlite3_wal_hook()] that causes any database on [database connection] D
9362 ** registered using [sqlite3_wal_hook()]. ^Likewise, registering a callback
9363 ** using [sqlite3_wal_hook()] disables the automatic checkpoint mechanism
/third_party/sqlite/src/
H A Dsqlite3.c9621 ** ^The [sqlite3_wal_hook()] function is used to register a callback that
9629 ** is a copy of the third parameter passed to sqlite3_wal_hook() when
9645 ** registered at one time. ^Calling [sqlite3_wal_hook()] replaces any
9649 ** [wal_autocheckpoint pragma] both invoke [sqlite3_wal_hook()] and will
9650 ** overwrite any prior [sqlite3_wal_hook()] settings.
9652 SQLITE_API void *sqlite3_wal_hook(
9663 ** [sqlite3_wal_hook()] that causes any database on [database connection] D
9671 ** registered using [sqlite3_wal_hook()]. ^Likewise, registering a callback
9672 ** using [sqlite3_wal_hook()] disables the automatic checkpoint mechanism
132501 #define sqlite3_wal_hook global() macro
175822 SQLITE_API void *sqlite3_wal_hook( global() function
[all...]

Completed in 181 milliseconds