Searched refs:sqlite3WalFindFrame (Results 1 – 3 of 3) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | wal.h | 46 # define sqlite3WalFindFrame(x,y,z) 0 macro 75 int sqlite3WalFindFrame(Wal *, Pgno, u32 *);
|
| H A D | wal.c | 3135 int sqlite3WalFindFrame( in sqlite3WalFindFrame() function 3713 VVA_ONLY(rc =) sqlite3WalFindFrame(pWal, p->pgno, &iWrite); in sqlite3WalFrames()
|
| H A D | pager.c | 822 rc = sqlite3WalFindFrame(pPager->pWal, pgno, &iRead); in sqlite3PagerDirectReadOk() 2979 rc = sqlite3WalFindFrame(pPager->pWal, pPg->pgno, &iFrame); in readDbPage() 5617 rc = sqlite3WalFindFrame(pPager->pWal, pgno, &iFrame); in getPageMMap()
|