Searched defs:pPg (Results 1 – 10 of 10) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | pager.c | 1263 static void checkPage(PgHdr *pPg){ in checkPage() 2968 static int readDbPage(PgHdr *pPg){ in readDbPage() 3062 PgHdr *pPg; in pagerUndoCallback() local 4180 void sqlite3PagerRef(DbPage *pPg){ in sqlite3PagerRef() 4479 static int subjournalPage(PgHdr *pPg){ in subjournalPage() 5489 PgHdr *pPg; in getPageNormal() local 5591 PgHdr *pPg = 0; in getPageMMap() local 5725 void sqlite3PagerUnref(DbPage *pPg){ in sqlite3PagerUnref() 5977 static int pager_write(PgHdr *pPg){ in pager_write() 6163 int sqlite3PagerWrite(PgHdr *pPg){ in sqlite3PagerWrite() [all …]
|
| H A D | pcache.c | 70 PgHdr *pPg; in pcachePageTrace() local 108 static int pageOnDirtyList(PCache *pCache, PgHdr *pPg){ in pageOnDirtyList() 127 int sqlite3PcachePageSanity(PgHdr *pPg){ in sqlite3PcachePageSanity() 437 PgHdr *pPg; in sqlite3PcacheFetchStress() local
|
| H A D | pcache1.c | 434 void *pPg; in pcache1AllocPage() local 1080 sqlite3_pcache_page *pPg, in pcache1Unpin() 1115 sqlite3_pcache_page *pPg, in pcache1Rekey()
|
| H A D | dbstat.c | 482 DbPage *pPg = 0; in statDecodePage() local 538 StatPage *pPg /* Load page into this object */ in statGetPage()
|
| H A D | backup.c | 496 DbPage *pPg; in sqlite3_backup_step() local
|
| H A D | btree.c | 1629 static u8 *pageFindSlot(MemPage *pPg, int nByte, int *pRc){ in pageFindSlot() 6512 MemPage *pPg = 0; in allocateBtreePage() local 7283 MemPage *pPg /* The page to be reconstructed */ in rebuildPage() 7370 MemPage *pPg, /* Page to add cells to */ in pageInsertArray() 7435 MemPage *pPg, /* Page to edit */ in pageFreeArray() 7494 MemPage *pPg, /* Edit this page */ in editPage()
|
| /sqlite-3.40.0/ext/lsm1/ |
| H A D | lsm_file.c | 688 Page *pPg; in lsmFsConfigure() local 755 Page *pPg; in lsmFsClose() local 1038 Page *pPg; in lsmFsPurgeCache() local 2105 Page *pPg = 0; in lsmFsSortedAppend() local 2279 MetaPage *pPg; in lsmFsMetaPageGet() local 2360 int lsmFsPageWritable(Page *pPg){ in lsmFsPageWritable() 2640 Page *pPg; in lsmFsFlushWaiting() local 2682 int lsmFsPagePersist(Page *pPg){ in lsmFsPagePersist() 2855 void lsmFsPageRef(Page *pPg){ in lsmFsPageRef() 2864 int lsmFsPageRelease(Page *pPg){ in lsmFsPageRelease() [all …]
|
| H A D | lsm_sorted.c | 406 Page *pPg, in sortedReadData() 593 Page *pPg, in pageGetBtreeKey() 752 Page *pPg = 0; in btreeCursorFirst() local 1115 Page *pPg = 0; in sortedSplitkey() local 1494 Page *pPg = pPage; in ptrFwdPointer() local 1777 Page *pPg = 0; in seekInBtree() local 1863 Page *pPg; in seekInSegment() local 3486 Page *pPg = 0; in mergeWorkerLoadHierarchy() local 5608 Page *pPg, in infoCellDump() 5834 Page *pPg; in sortedDumpSegment() local [all …]
|
| H A D | lsm_ckpt.c | 700 static i64 ckptLoadId(MetaPage *pPg){ in ckptLoadId() 739 static int ckptTryLoad(lsm_db *pDb, MetaPage *pPg, u32 iMeta, int *pRc){ in ckptTryLoad() 845 MetaPage *pPg = 0; in lsmCheckpointStore() local 1113 MetaPage *pPg; in lsmCheckpointSynced() local
|
| H A D | lsm_shared.c | 935 MetaPage *pPg; /* Meta page */ in lsmCheckpointWrite() local
|