Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3ext.h606 #define sqlite3_wal_checkpoint_v2 sqlite3_api->wal_checkpoint_v2 macro
H A Dsqlite3.h10161 SQLITE_API int sqlite3_wal_checkpoint_v2(
H A Dsqlite3.c10482 SQLITE_API int sqlite3_wal_checkpoint_v2(
143060 #define sqlite3_wal_checkpoint_v2 sqlite3_api->wal_checkpoint_v2 macro
143573 sqlite3_wal_checkpoint_v2,
189923 SQLITE_API int sqlite3_wal_checkpoint_v2( function
189996 return sqlite3_wal_checkpoint_v2(db,zDb,SQLITE_CHECKPOINT_PASSIVE,0,0);