Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dwal.h134 int sqlite3WalSnapshotRecover(Wal *pWal);
H A Dwal.c2940 int sqlite3WalSnapshotRecover(Wal *pWal){ in sqlite3WalSnapshotRecover() function
H A Dpager.c7683 rc = sqlite3WalSnapshotRecover(pPager->pWal); in sqlite3PagerSnapshotRecover()