Home
last modified time | relevance | path

Searched defs:ppPage (Results 1 – 5 of 5) sorted by relevance

/sqlite-3.40.0/src/
H A Dpager.c4010 PgHdr **ppPage /* OUT: Acquired page object */ in pagerAcquireMapPage()
5485 DbPage **ppPage, /* Write a pointer to the page here */ in getPageNormal()
5587 DbPage **ppPage, /* Write a pointer to the page here */ in getPageMMap()
5656 DbPage **ppPage, /* Write a pointer to the page here */ in getPageError()
5672 DbPage **ppPage, /* Write a pointer to the page here */ in sqlite3PagerGet()
H A Dpcache.c435 sqlite3_pcache_page **ppPage /* Write result here */ in sqlite3PcacheFetchStress()
H A Dbtree.c2206 MemPage **ppPage, /* Return the page in this parameter */ in btreeGetPage()
2263 MemPage **ppPage, /* Write the page pointer here */ in getAndInitPage()
2354 MemPage **ppPage, /* Return the page in this parameter */ in btreeGetUnusedPage()
4825 MemPage **ppPage, /* OUT: MemPage handle (may be NULL) */ in getOverflowPage()
6241 MemPage **ppPage, /* Store pointer to the allocated page here */ in allocateBtreePage()
H A Dwal.c634 volatile u32 **ppPage /* Write the page pointer here */ in walIndexPageRealloc()
683 volatile u32 **ppPage /* Write the page pointer here */ in walIndexPage()
/sqlite-3.40.0/ext/recover/
H A Ddbdata.c330 u8 **ppPage, /* OUT: pointer to page buffer */ in dbdataLoadPage()