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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dbtree.c242 ** data combined exceeds MX_LOCAL_PAYLOAD bytes, then Cell.ovfl is the
248 ** MX_LOCAL_PAYLOAD) and the Cell.ovfl value are allocated only as
254 Pgno ovfl; /* The first overflow page */ member in struct:Cell
1207 nextPage = SWAB32(pBt, pCur->pPage->apCell[pCur->idx]->ovfl);
1362 nextPage = SWAB32(pBt, pCell->ovfl);
1892 Pgno ovfl, nextOvfl; local
1898 ovfl = SWAB32(pBt, pCell->ovfl);
1899 pCell->ovfl = 0;
1900 while( ovfl ){
[all...]

Completed in 68 milliseconds