Searched refs:sqlite3PagerSnapshotCheck (Results 1 – 3 of 3) sorted by relevance
184 int sqlite3PagerSnapshotCheck(Pager *pPager, sqlite3_snapshot *pSnapshot);
4769 rc = sqlite3PagerSnapshotCheck(pPager, pSnapshot); in sqlite3_snapshot_open()
7702 int sqlite3PagerSnapshotCheck(Pager *pPager, sqlite3_snapshot *pSnapshot){ in sqlite3PagerSnapshotCheck() function