Home
last modified time | relevance | path

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

/third_party/sqlite/include/
H A Dsqlite3ext.h595 #define sqlite3_wal_checkpoint_v2 sqlite3_api->wal_checkpoint_v2 macro
H A Dsqlite3.h9370 ** [sqlite3_wal_checkpoint_v2|PASSIVE].
9385 ** [sqlite3_wal_checkpoint_v2](D,X,[SQLITE_CHECKPOINT_PASSIVE],0,0).)^
9394 ** occur. But then the newer and more powerful [sqlite3_wal_checkpoint_v2()]
9398 ** complication) of [sqlite3_wal_checkpoint_v2()].
9406 ** ^(The sqlite3_wal_checkpoint_v2(D,X,M,L,C) interface runs a checkpoint
9487 ** the sqlite3_wal_checkpoint_v2() interface
9494 SQLITE_API int sqlite3_wal_checkpoint_v2(
9507 ** as the third parameter to the [sqlite3_wal_checkpoint_v2()] interface.
9508 ** See the [sqlite3_wal_checkpoint_v2()] documentation for details on the
/third_party/sqlite/src/
H A Dsqlite3.c9679 ** [sqlite3_wal_checkpoint_v2|PASSIVE].
9694 ** [sqlite3_wal_checkpoint_v2](D,X,[SQLITE_CHECKPOINT_PASSIVE],0,0).)^
9703 ** occur. But then the newer and more powerful [sqlite3_wal_checkpoint_v2()]
9707 ** complication) of [sqlite3_wal_checkpoint_v2()].
9715 ** ^(The sqlite3_wal_checkpoint_v2(D,X,M,L,C) interface runs a checkpoint
9796 ** the sqlite3_wal_checkpoint_v2() interface
9803 SQLITE_API int sqlite3_wal_checkpoint_v2(
9816 ** as the third parameter to the [sqlite3_wal_checkpoint_v2()] interface.
9817 ** See the [sqlite3_wal_checkpoint_v2()] documentation for details on the
132518 #define sqlite3_wal_checkpoint_v2 global() macro
175849 SQLITE_API int sqlite3_wal_checkpoint_v2( global() function
[all...]

Completed in 182 milliseconds