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

/netbsd-current/external/public-domain/sqlite/man/
H A DMakefile224 sqlite3_wal_hook.3 \
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h579 #define sqlite3_wal_hook sqlite3_api->wal_hook macro
H A Dsqlite3.h9515 ** ^The [sqlite3_wal_hook()] function is used to register a callback that
9523 ** is a copy of the third parameter passed to sqlite3_wal_hook() when
9539 ** registered at one time. ^Calling [sqlite3_wal_hook()] replaces any
9543 ** [wal_autocheckpoint pragma] both invoke [sqlite3_wal_hook()] and will
9544 ** overwrite any prior [sqlite3_wal_hook()] settings.
9546 SQLITE_API void *sqlite3_wal_hook(
9557 ** [sqlite3_wal_hook()] that causes any database on [database connection] D
9565 ** registered using [sqlite3_wal_hook()]. ^Likewise, registering a callback
9566 ** using [sqlite3_wal_hook()] disables the automatic checkpoint mechanism
H A Dsqlite3.c9828 ** ^The [sqlite3_wal_hook()] function is used to register a callback that
9836 ** is a copy of the third parameter passed to sqlite3_wal_hook() when
9852 ** registered at one time. ^Calling [sqlite3_wal_hook()] replaces any
9856 ** [wal_autocheckpoint pragma] both invoke [sqlite3_wal_hook()] and will
9857 ** overwrite any prior [sqlite3_wal_hook()] settings.
9859 SQLITE_API void *sqlite3_wal_hook(
9870 ** [sqlite3_wal_hook()] that causes any database on [database connection] D
9878 ** registered using [sqlite3_wal_hook()]. ^Likewise, registering a callback
9879 ** using [sqlite3_wal_hook()] disables the automatic checkpoint mechanism
136051 #define sqlite3_wal_hook macro
180622 SQLITE_API void *sqlite3_wal_hook( function
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d1837 void *sqlite3_wal_hook(
/netbsd-current/external/public-domain/sqlite/dist/tea/generic/
H A Dtclsqlite3.c1939 sqlite3_wal_hook(db, (pDb->pWalHook?DbWalHandler:0), pDb);

Completed in 649 milliseconds