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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3ext.h417 #define sqlite3_wal_hook sqlite3_api->wal_hook macro
H A Dsqlite3.h6428 ** ^The [sqlite3_wal_hook()] function is used to register a callback that
6438 ** is a copy of the third parameter passed to sqlite3_wal_hook() when
6454 ** registered at one time. ^Calling [sqlite3_wal_hook()] replaces any
6457 ** [wal_autocheckpoint pragma] both invoke [sqlite3_wal_hook()] and will
6458 ** those overwrite any prior [sqlite3_wal_hook()] settings.
6460 SQLITE_API void *sqlite3_wal_hook(
6470 ** [sqlite3_wal_hook()] that causes any database on [database connection] D
6478 ** registered using [sqlite3_wal_hook()]. ^Likewise, registering a callback
6479 ** using [sqlite3_wal_hook()] disables the automatic checkpoint mechanism
H A Dsqlite3.c6981 ** ^The [sqlite3_wal_hook()] function is used to register a callback that
6991 ** is a copy of the third parameter passed to sqlite3_wal_hook() when
7007 ** registered at one time. ^Calling [sqlite3_wal_hook()] replaces any
7010 ** [wal_autocheckpoint pragma] both invoke [sqlite3_wal_hook()] and will
7011 ** those overwrite any prior [sqlite3_wal_hook()] settings.
7013 SQLITE_API void *sqlite3_wal_hook(
7023 ** [sqlite3_wal_hook()] that causes any database on [database connection] D
7031 ** registered using [sqlite3_wal_hook()]. ^Likewise, registering a callback
7032 ** using [sqlite3_wal_hook()] disables the automatic checkpoint mechanism
89309 #define sqlite3_wal_hook macro
111520 SQLITE_API void *sqlite3_wal_hook( function
[all...]

Completed in 462 milliseconds