Searched refs:sqlite3WalSnapshotCheck (Results 1 – 3 of 3) sorted by relevance
135 int sqlite3WalSnapshotCheck(Wal *pWal, sqlite3_snapshot *pSnapshot);
4110 int sqlite3WalSnapshotCheck(Wal *pWal, sqlite3_snapshot *pSnapshot){ in sqlite3WalSnapshotCheck() function
7705 rc = sqlite3WalSnapshotCheck(pPager->pWal, pSnapshot); in sqlite3PagerSnapshotCheck()