Searched defs:nextOvfl (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dbtree.c1892 Pgno ovfl, nextOvfl; local
1903 nextOvfl = SWAB32(pBt, pOvfl->iNext);
1907 ovfl = nextOvfl;
2905 Pgno ovfl, nextOvfl;
2920 nextOvfl = SWAB32(pBtFrom, pOvfl->iNext);
2935 ovfl = nextOvfl;

Completed in 1097 milliseconds