Home
last modified time | relevance | path

Searched refs:ovfl (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/test/
H A Dpager.test35 } {ref 0 page 0 max 10 size -1 state 0 err 0 hit 0 miss 0 ovfl 0}
41 } {ref 0 page 0 max 10 size -1 state 0 err 0 hit 0 miss 0 ovfl 0}
64 } {ref 0 page 0 max 10 size -1 state 0 err 0 hit 0 miss 0 ovfl 0}
74 } {ref 1 page 1 max 10 size 0 state 1 err 0 hit 0 miss 1 ovfl 0}
81 } {ref 1 page 1 max 10 size 0 state 1 err 0 hit 0 miss 1 ovfl 0}
88 } {ref 1 page 1 max 10 size 0 state 1 err 0 hit 0 miss 1 ovfl 0}
91 } {ref 1 page 1 max 10 size 0 state 1 err 0 hit 0 miss 1 ovfl 0}
97 } {ref 1 page 1 max 10 size 0 state 1 err 0 hit 0 miss 1 ovfl 0}
109 } {ref 0 page 0 max 10 size -1 state 0 err 0 hit 0 miss 1 ovfl 0}
119 } {ref 1 page 1 max 10 size 0 state 1 err 0 hit 0 miss 2 ovfl 0}
[all …]
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dbtree.c252 Pgno ovfl; /* The first overflow page */ member
1205 nextPage = SWAB32(pBt, pCur->pPage->apCell[pCur->idx]->ovfl); in getPayload()
1360 nextPage = SWAB32(pBt, pCell->ovfl); in fileBtreeKeyCompare()
1890 Pgno ovfl, nextOvfl; in clearCell() local
1896 ovfl = SWAB32(pBt, pCell->ovfl); in clearCell()
1897 pCell->ovfl = 0; in clearCell()
1898 while( ovfl ){ in clearCell()
1899 rc = sqlitepager_get(pPager, ovfl, (void**)&pOvfl); in clearCell()
1902 rc = freePage(pBt, pOvfl, ovfl); in clearCell()
1905 ovfl = nextOvfl; in clearCell()
[all …]