Home
last modified time | relevance | path

Searched refs:Page (Results 1 – 23 of 23) sorted by relevance

/sqlite-3.40.0/ext/lsm1/
H A Dlsm_file.c269 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 DlsmInt.h89 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 Dlsm_sorted.c160 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 Dpragma.test436 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 Dautovacuum_ioerr2.test49 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 Dcorrupt3.test104 Page 3 is never used}}}
119 Page 3 is never used}}}
H A Dsavepointfault.test127 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 Dtemptable2.test171 # 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 Dincrvacuum2.test159 # 4. Page 1. Page 1 is always updated, even in WAL mode, since it contains
H A Dioerr.test85 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 De_fts3.test154 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 Dasync4.test105 Page 5 is never used}}
H A Dcorrupt2.test102 Page 1: free space corruption}}}
123 Page 1: free space corruption}}}
252 Page 4 is never used}}
H A Dcorrupt4.test121 # Page 1 is now the grandparent of its leaves. Corrupt the database by setting
H A DcorruptD.test116 Page 2: free space corruption}}}
H A DcorruptF.test61 # list. Page 3 is the free list trunk and page 4 is a leaf.
H A Dschema6.test27 # identical. Page 1 of the database files is allowed to be different, since
H A Dwalcrash.test255 # This test case simulates a crash while checkpointing the database. Page
H A DcorruptC.test101 Page 3: free space corruption}}}
H A Dpager1.test1869 # + Page 0,
/sqlite-3.40.0/tool/
H A Dspaceanal.tcl608 statline {Page size in bytes} $pageSize
705 Page size in bytes
/sqlite-3.40.0/src/
H A Dshell.c.in2914 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 Dsqlite.h.in8625 ** CAPI3REF: Custom Page Cache Object
8638 ** CAPI3REF: Custom Page Cache Object
8654 ** CAPI3REF: Application Defined Page Cache.