Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libsqlite/test/
H A Dpager.test37 } {ref 0 page 0 max 10 size -1 state 0 err 0 hit 0 miss 0 ovfl 0}
43 } {ref 0 page 0 max 10 size -1 state 0 err 0 hit 0 miss 0 ovfl 0}
66 } {ref 0 page 0 max 10 size -1 state 0 err 0 hit 0 miss 0 ovfl 0}
76 } {ref 1 page 1 max 10 size 0 state 1 err 0 hit 0 miss 1 ovfl 0}
83 } {ref 1 page 1 max 10 size 0 state 1 err 0 hit 0 miss 1 ovfl 0}
90 } {ref 1 page 1 max 10 size 0 state 1 err 0 hit 0 miss 1 ovfl 0}
93 } {ref 1 page 1 max 10 size 0 state 1 err 0 hit 0 miss 1 ovfl 0}
99 } {ref 1 page 1 max 10 size 0 state 1 err 0 hit 0 miss 1 ovfl 0}
111 } {ref 0 page 0 max 10 size -1 state 0 err 0 hit 0 miss 1 ovfl 0}
121 } {ref 1 page 1 max 10 size 0 state 1 err 0 hit 0 miss 2 ovfl 0}
[all …]
/titanic_41/usr/src/lib/libsqlite/src/
H A Dbtree.c254 Pgno ovfl; /* The first overflow page */ member
1207 nextPage = SWAB32(pBt, pCur->pPage->apCell[pCur->idx]->ovfl); in getPayload()
1362 nextPage = SWAB32(pBt, pCell->ovfl); in fileBtreeKeyCompare()
1892 Pgno ovfl, nextOvfl; in clearCell() local
1898 ovfl = SWAB32(pBt, pCell->ovfl); in clearCell()
1899 pCell->ovfl = 0; in clearCell()
1900 while( ovfl ){ in clearCell()
1901 rc = sqlitepager_get(pPager, ovfl, (void**)&pOvfl); in clearCell()
1904 rc = freePage(pBt, pOvfl, ovfl); in clearCell()
1907 ovfl = nextOvfl; in clearCell()
[all …]