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}
119 } {ref 1 page 1 max 10 size 0 state 1 err 0 hit 0 miss 2 ovfl 0}
128 } {ref 1 page 1 max 10 size 1 state 2 err 0 hit 0 miss 2 ovfl 0}
[all …]
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dbtree.c1890 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()
1905 ovfl = nextOvfl; in clearCell()
1936 pNext = &pCell->ovfl; in fillInCell()
2903 Pgno ovfl, nextOvfl;
2912 pPrev = &pCell->ovfl;
2914 ovfl = SWAB32(pBtTo, pCell->ovfl);
2915 while( ovfl && rc==SQLITE_OK ){
[all …]