Searched refs:ppSnapshot (Results 1 – 6 of 6) sorted by relevance
132 int sqlite3WalSnapshotGet(Wal *pWal, sqlite3_snapshot **ppSnapshot);
181 int sqlite3PagerSnapshotGet(Pager*, sqlite3_snapshot **ppSnapshot);
4051 int sqlite3WalSnapshotGet(Wal *pWal, sqlite3_snapshot **ppSnapshot){ in sqlite3WalSnapshotGet() argument4059 *ppSnapshot = 0; in sqlite3WalSnapshotGet()4067 *ppSnapshot = (sqlite3_snapshot*)pRet; in sqlite3WalSnapshotGet()
4712 sqlite3_snapshot **ppSnapshot in sqlite3_snapshot_get() argument4731 rc = sqlite3PagerSnapshotGet(sqlite3BtreePager(pBt), ppSnapshot); in sqlite3_snapshot_get()
7650 int sqlite3PagerSnapshotGet(Pager *pPager, sqlite3_snapshot **ppSnapshot){ in sqlite3PagerSnapshotGet() argument7653 rc = sqlite3WalSnapshotGet(pPager->pWal, ppSnapshot); in sqlite3PagerSnapshotGet()
10210 sqlite3_snapshot **ppSnapshot