HomeSort by: relevance | last modified time | path
    Searched refs:sqlite3_wal_hook (Results 1 - 5 of 5) sorted by relevancy

  /src/external/public-domain/sqlite/man/
Makefile 231 sqlite3_wal_hook.3 \
  /src/external/public-domain/sqlite/dist/
sqlite3ext.h 589 #define sqlite3_wal_hook sqlite3_api->wal_hook macro
sqlite3.h 9958 ** ^The [sqlite3_wal_hook()] function is used to register a callback that
9966 ** is a copy of the third parameter passed to sqlite3_wal_hook() when
9982 ** callback registered at one time. ^Calling [sqlite3_wal_hook()]
9990 ** [wal_autocheckpoint pragma] both invoke [sqlite3_wal_hook()] and
9991 ** will overwrite any prior [sqlite3_wal_hook()] settings.
10002 SQLITE_API void *sqlite3_wal_hook(
10013 ** [sqlite3_wal_hook()] that causes any database on [database connection] D
10021 ** registered using [sqlite3_wal_hook()]. ^Likewise, registering a callback
10022 ** using [sqlite3_wal_hook()] disables the automatic checkpoint mechanism
sqlite3.c 10279 ** ^The [sqlite3_wal_hook()] function is used to register a callback that
10287 ** is a copy of the third parameter passed to sqlite3_wal_hook() when
10303 ** callback registered at one time. ^Calling [sqlite3_wal_hook()]
10311 ** [wal_autocheckpoint pragma] both invoke [sqlite3_wal_hook()] and
10312 ** will overwrite any prior [sqlite3_wal_hook()] settings.
10323 SQLITE_API void *sqlite3_wal_hook(
10334 ** [sqlite3_wal_hook()] that causes any database on [database connection] D
10342 ** registered using [sqlite3_wal_hook()]. ^Likewise, registering a callback
10343 ** using [sqlite3_wal_hook()] disables the automatic checkpoint mechanism
142809 #define sqlite3_wal_hook macro
189619 SQLITE_API void *sqlite3_wal_hook( function
    [all...]
  /src/external/public-domain/sqlite/dist/tea/generic/
tclsqlite3.c 2049 sqlite3_wal_hook(db, (pDb->pWalHook?DbWalHandler:0), pDb);

Completed in 174 milliseconds