Searched defs: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.c46836 u16 iOverflow; /* Offset to overflow page number. Zero if no overflow */ member in struct:CellInfo
53641 int iOverflow = (nOverflow ? pOld->aOvfl[0].idx : -1); local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c48900 u16 iOverflow; /* Offset to overflow page number. Zero if no overflow */ member in struct:CellInfo
55820 int iOverflow = (nOverflow ? pOld->aiOvfl[0] : -1); local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c48928 u16 iOverflow; /* Offset to overflow page number. Zero if no overflow */ member in struct:CellInfo
55848 int iOverflow = (nOverflow ? pOld->aiOvfl[0] : -1); local
[all...]

Completed in 452 milliseconds