Searched refs:iOverflow (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A DbtreeInt.h455 u16 iOverflow; /* Offset to overflow page number. Zero if no overflow */ member in struct:CellInfo
H A Dbtree.c923 pInfo->iOverflow = 0;
948 pInfo->iOverflow = (u16)(pInfo->nLocal + n);
949 pInfo->nSize = pInfo->iOverflow + 4;
1041 if( info.iOverflow ){
1042 Pgno ovfl = get4byte(&pCell[info.iOverflow]);
2738 if( info.iOverflow ){
2739 if( iFrom==get4byte(&pCell[info.iOverflow]) ){
2740 put4byte(&pCell[info.iOverflow], iTo);
5167 if( info.iOverflow==0 ){
5170 ovflPgno = get4byte(&pCell[info.iOverflow]);
6343 int iOverflow = (nOverflow ? pOld->aOvfl[0].idx : -1); local
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c46657 u16 iOverflow; /* Offset to overflow page number. Zero if no overflow */ member in struct:CellInfo
53462 int iOverflow = (nOverflow ? pOld->aOvfl[0].idx : -1); local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c51060 u16 iOverflow; /* Offset to overflow page number. Zero if no overflow */ member in struct:CellInfo
58190 int iOverflow = (nOverflow ? pOld->aiOvfl[0] : -1); local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c51080 u16 iOverflow; /* Offset to overflow page number. Zero if no overflow */ member in struct:CellInfo
58210 int iOverflow = (nOverflow ? pOld->aiOvfl[0] : -1); local
[all...]

Completed in 461 milliseconds