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

/external/chromium_org/third_party/sqlite/src/src/
H A Dmain.c1312 ** The sqlite3_wal_hook() callback registered by sqlite3_wal_autocheckpoint().
1333 ** Configure an sqlite3_wal_hook() callback to automatically checkpoint
1339 ** registered using sqlite3_wal_hook(). Likewise, registering a callback
1340 ** using sqlite3_wal_hook() disables the automatic checkpoint mechanism
1349 sqlite3_wal_hook(db, sqlite3WalDefaultHook, SQLITE_INT_TO_PTR(nFrame));
1351 sqlite3_wal_hook(db, 0, 0);
1361 void *sqlite3_wal_hook( function
H A Dsqlite3ext.h414 #define sqlite3_wal_hook sqlite3_api->wal_hook macro
/external/sqlite/dist/orig/
H A Dsqlite3ext.h452 #define sqlite3_wal_hook sqlite3_api->wal_hook macro
H A Dsqlite3.c7210 ** ^The [sqlite3_wal_hook()] function is used to register a callback that
7220 ** is a copy of the third parameter passed to sqlite3_wal_hook() when
7236 ** registered at one time. ^Calling [sqlite3_wal_hook()] replaces any
7239 ** [wal_autocheckpoint pragma] both invoke [sqlite3_wal_hook()] and will
7240 ** those overwrite any prior [sqlite3_wal_hook()] settings.
7242 SQLITE_API void *sqlite3_wal_hook(
7252 ** [sqlite3_wal_hook()] that causes any database on [database connection] D
7260 ** registered using [sqlite3_wal_hook()]. ^Likewise, registering a callback
7261 ** using [sqlite3_wal_hook()] disables the automatic checkpoint mechanism
97423 #define sqlite3_wal_hook macro
123867 SQLITE_API void *sqlite3_wal_hook( function
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h452 #define sqlite3_wal_hook sqlite3_api->wal_hook macro
H A Dsqlite3.c7210 ** ^The [sqlite3_wal_hook()] function is used to register a callback that
7220 ** is a copy of the third parameter passed to sqlite3_wal_hook() when
7236 ** registered at one time. ^Calling [sqlite3_wal_hook()] replaces any
7239 ** [wal_autocheckpoint pragma] both invoke [sqlite3_wal_hook()] and will
7240 ** those overwrite any prior [sqlite3_wal_hook()] settings.
7242 SQLITE_API void *sqlite3_wal_hook(
7252 ** [sqlite3_wal_hook()] that causes any database on [database connection] D
7260 ** registered using [sqlite3_wal_hook()]. ^Likewise, registering a callback
7261 ** using [sqlite3_wal_hook()] disables the automatic checkpoint mechanism
97443 #define sqlite3_wal_hook macro
123887 SQLITE_API void *sqlite3_wal_hook( function
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c6765 ** ^The [sqlite3_wal_hook()] function is used to register a callback that
6775 ** is a copy of the third parameter passed to sqlite3_wal_hook() when
6791 ** registered at one time. ^Calling [sqlite3_wal_hook()] replaces any
6794 ** [wal_autocheckpoint pragma] both invoke [sqlite3_wal_hook()] and will
6795 ** those overwrite any prior [sqlite3_wal_hook()] settings.
6797 SQLITE_API void *sqlite3_wal_hook(
6807 ** [sqlite3_wal_hook()] that causes any database on [database connection] D
6815 ** registered using [sqlite3_wal_hook()]. ^Likewise, registering a callback
6816 ** using [sqlite3_wal_hook()] disables the automatic checkpoint mechanism
86896 #define sqlite3_wal_hook macro
108606 SQLITE_API void *sqlite3_wal_hook( function
[all...]

Completed in 8516 milliseconds