| /sqlite-3.40.0/ext/lsm1/ |
| H A D | lsm_file.c | 269 struct Page { struct 339 Page *p; in assert_lists_are_ok() 688 Page *pPg; in lsmFsConfigure() 755 Page *pPg; in lsmFsClose() 1016 Page **pp; in fsPageRemoveFromHash() 1038 Page *pPg; in lsmFsPurgeCache() 1079 Page **ppOut in fsPageBuffer() 1545 Page *p; in fsPageGet() 2102 Page **ppOut in lsmFsSortedAppend() 2640 Page *pPg; in lsmFsFlushWaiting() [all …]
|
| H A D | lsmInt.h | 89 typedef struct Page Page; typedef 721 lsm_env *lsmPageEnv(Page *); 722 FileSystem *lsmPageFS(Page *); 731 int lsmFsDbPageNext(Segment *, Page *, int eDir, Page **); 733 u8 *lsmFsPageData(Page *, int *); 734 int lsmFsPageRelease(Page *); 735 int lsmFsPagePersist(Page *); 736 void lsmFsPageRef(Page *); 737 LsmPgno lsmFsPageNumber(Page *); 747 int lsmFsDbPageIsLast(Segment *pSeg, Page *pPg); [all …]
|
| H A D | lsm_sorted.c | 160 Page *pPage; 274 Page **apHier; 406 Page *pPg, in sortedReadData() 593 Page *pPg, in pageGetBtreeKey() 617 Page *pRef; in pageGetBtreeKey() 752 Page *pPg = 0; in btreeCursorFirst() 1488 Page *pPage, in ptrFwdPointer() 1863 Page *pPg; in seekInSegment() 3497 Page **apNew = (Page **)lsmRealloc( in mergeWorkerLoadHierarchy() 5608 Page *pPg, in infoCellDump() [all …]
|
| /sqlite-3.40.0/test/ |
| H A D | pragma.test | 436 Page 4 is never used 437 Page 5 is never used 456 Page 4 is never used 457 Page 5 is never used 464 Page 4 is never used 465 Page 5 is never used 472 Page 4 is never used 473 Page 5 is never used 480 Page 4 is never used 488 Page 4 is never used [all …]
|
| H A D | autovacuum_ioerr2.test | 49 INSERT INTO abc VALUES(randstr(1100,1100)); -- Page 4 is overflow 50 INSERT INTO abc VALUES(randstr(1100,1100)); -- Page 5 is overflow 87 INSERT INTO abc VALUES(randstr(1100,1100)); -- Page 4 is overflow 88 INSERT INTO abc VALUES(randstr(1100,1100)); -- Page 5 is overflow
|
| H A D | corrupt3.test | 104 Page 3 is never used}}} 119 Page 3 is never used}}}
|
| H A D | savepointfault.test | 127 DROP TABLE t3; -- Page 5 of the database file is now free. 128 DROP TABLE t2; -- Page 4 of the database file is now free.
|
| H A D | temptable2.test | 171 # 1. Page is DIRTY at the start of a transaction. 172 # 2. Page is written out as part of the transaction. 173 # 3. Page is then read back in.
|
| H A D | incrvacuum2.test | 159 # 4. Page 1. Page 1 is always updated, even in WAL mode, since it contains
|
| H A D | ioerr.test | 85 INSERT INTO abc VALUES(randstr(1500,1500)); -- Page 4 is overflow 325 # Create a test database. Page 2 is the root page of table t1. The only 326 # row inserted into t1 has an overflow page - page 3. Page 3 will be
|
| H A D | e_fts3.test | 154 VALUES(53, 'Home Page', 'SQLite is a software...'); 158 } {53 {Home Page} {SQLite is a software...}} 166 } {53 {Home Page} {SQLite is a software...} 54 Download {All SQLite source code...}} 173 } {53 {Home Page} {SQLite is a software...} 54 {Download SQLite} {All SQLite source code...}}
|
| H A D | async4.test | 105 Page 5 is never used}}
|
| H A D | corrupt2.test | 102 Page 1: free space corruption}}} 123 Page 1: free space corruption}}} 252 Page 4 is never used}}
|
| H A D | corrupt4.test | 121 # Page 1 is now the grandparent of its leaves. Corrupt the database by setting
|
| H A D | corruptD.test | 116 Page 2: free space corruption}}}
|
| H A D | corruptF.test | 61 # list. Page 3 is the free list trunk and page 4 is a leaf.
|
| H A D | schema6.test | 27 # identical. Page 1 of the database files is allowed to be different, since
|
| H A D | walcrash.test | 255 # This test case simulates a crash while checkpointing the database. Page
|
| H A D | corruptC.test | 101 Page 3: free space corruption}}}
|
| H A D | pager1.test | 1869 # + Page 0,
|
| /sqlite-3.40.0/tool/ |
| H A D | spaceanal.tcl | 608 statline {Page size in bytes} $pageSize 705 Page size in bytes
|
| /sqlite-3.40.0/src/ |
| H A D | shell.c.in | 2914 raw_printf(pArg->out, "Page cache hits: %d\n", iCur); 2917 raw_printf(pArg->out, "Page cache misses: %d\n", iCur); 2920 raw_printf(pArg->out, "Page cache writes: %d\n", iCur); 2923 raw_printf(pArg->out, "Page cache spills: %d\n", iCur);
|
| H A D | sqlite.h.in | 8625 ** CAPI3REF: Custom Page Cache Object 8638 ** CAPI3REF: Custom Page Cache Object 8654 ** CAPI3REF: Application Defined Page Cache.
|