Searched refs:szRight (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dbtree.c6091 int szRight = szNew[i]; /* Size of sibling on the right */ local
6100 while( szRight==0 || szRight+szCell[d]+2<=szLeft-(szCell[r]+2) ){
6101 szRight += szCell[d] + 2;
6107 szNew[i] = szRight;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c53210 int szRight = szNew[i]; /* Size of sibling on the right */ local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c57930 int szRight = szNew[i]; /* Size of sibling on the right */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c57950 int szRight = szNew[i]; /* Size of sibling on the right */ local
[all...]

Completed in 3961 milliseconds