Home
last modified time | relevance | path

Searched refs:ppSnapshot (Results 1 – 6 of 6) sorted by relevance

/sqlite-3.40.0/src/
H A Dwal.h132 int sqlite3WalSnapshotGet(Wal *pWal, sqlite3_snapshot **ppSnapshot);
H A Dpager.h181 int sqlite3PagerSnapshotGet(Pager*, sqlite3_snapshot **ppSnapshot);
H A Dwal.c4051 int sqlite3WalSnapshotGet(Wal *pWal, sqlite3_snapshot **ppSnapshot){ in sqlite3WalSnapshotGet() argument
4059 *ppSnapshot = 0; in sqlite3WalSnapshotGet()
4067 *ppSnapshot = (sqlite3_snapshot*)pRet; in sqlite3WalSnapshotGet()
H A Dmain.c4712 sqlite3_snapshot **ppSnapshot in sqlite3_snapshot_get() argument
4731 rc = sqlite3PagerSnapshotGet(sqlite3BtreePager(pBt), ppSnapshot); in sqlite3_snapshot_get()
H A Dpager.c7650 int sqlite3PagerSnapshotGet(Pager *pPager, sqlite3_snapshot **ppSnapshot){ in sqlite3PagerSnapshotGet() argument
7653 rc = sqlite3WalSnapshotGet(pPager->pWal, ppSnapshot); in sqlite3PagerSnapshotGet()
H A Dsqlite.h.in10210 sqlite3_snapshot **ppSnapshot