Home | History | Annotate | Download | only in src

Lines Matching refs:pgsz

2810   int pgsz = pPager->pageSize; /* Number of bytes to read */
2823 rc = sqlite3WalRead(pPager->pWal, pgno, &isInWal, pgsz, pPg->pData);
2827 rc = sqlite3OsRead(pPager->fd, pPg->pData, pgsz, iOffset);