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

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h6507 ** See also: [sqlite3_wal_checkpoint_v2()]
6545 ** populated even if sqlite3_wal_checkpoint_v2() returns other than SQLITE_OK.
6581 SQLITE_API int sqlite3_wal_checkpoint_v2(
6593 ** [sqlite3_wal_checkpoint_v2()]. See the [sqlite3_wal_checkpoint_v2()]
H A Dsqlite3.c7060 ** See also: [sqlite3_wal_checkpoint_v2()]
7098 ** populated even if sqlite3_wal_checkpoint_v2() returns other than SQLITE_OK.
7134 SQLITE_API int sqlite3_wal_checkpoint_v2(
7146 ** [sqlite3_wal_checkpoint_v2()]. See the [sqlite3_wal_checkpoint_v2()]
111541 SQLITE_API int sqlite3_wal_checkpoint_v2( function
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3ext.h567 #define sqlite3_wal_checkpoint_v2 sqlite3_api->wal_checkpoint_v2 macro
H A Dsqlite3.h9014 ** [sqlite3_wal_checkpoint_v2|PASSIVE].
9029 ** [sqlite3_wal_checkpoint_v2](D,X,[SQLITE_CHECKPOINT_PASSIVE],0,0).)^
9038 ** occur. But then the newer and more powerful [sqlite3_wal_checkpoint_v2()]
9042 ** complication) of [sqlite3_wal_checkpoint_v2()].
9050 ** ^(The sqlite3_wal_checkpoint_v2(D,X,M,L,C) interface runs a checkpoint
9131 ** the sqlite3_wal_checkpoint_v2() interface
9138 SQLITE_API int sqlite3_wal_checkpoint_v2(
9151 ** as the third parameter to the [sqlite3_wal_checkpoint_v2()] interface.
9152 ** See the [sqlite3_wal_checkpoint_v2()] documentation for details on the
H A Dsqlite3.c10077 ** [sqlite3_wal_checkpoint_v2|PASSIVE].
10092 ** [sqlite3_wal_checkpoint_v2](D,X,[SQLITE_CHECKPOINT_PASSIVE],0,0).)^
10101 ** occur. But then the newer and more powerful [sqlite3_wal_checkpoint_v2()]
10105 ** complication) of [sqlite3_wal_checkpoint_v2()].
10113 ** ^(The sqlite3_wal_checkpoint_v2(D,X,M,L,C) interface runs a checkpoint
10194 ** the sqlite3_wal_checkpoint_v2() interface
10201 SQLITE_API int sqlite3_wal_checkpoint_v2(
10214 ** as the third parameter to the [sqlite3_wal_checkpoint_v2()] interface.
10215 ** See the [sqlite3_wal_checkpoint_v2()] documentation for details on the
125957 #define sqlite3_wal_checkpoint_v2 macro
166419 SQLITE_API int sqlite3_wal_checkpoint_v2( function
[all...]

Completed in 1131 milliseconds