Searched defs:sqlitepager_get (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dpager.c918 ** the first call to sqlitepager_get() and is only held open until the
1320 int sqlitepager_get(Pager *pPager, Pgno pgno, void **ppPage){ function
1560 ** See also sqlitepager_get(). The difference between this routine
1561 ** and sqlitepager_get() is that _get() will go to the disk and read
1901 rc = sqlitepager_get(pPager, pgno, &pPage);

Completed in 59 milliseconds