Searched refs:iSorterColumn (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dexpr.c2290 pCol->iSorterColumn, target);
3574 pCol->iSorterColumn = -1;
3585 pCol->iSorterColumn = j;
3590 if( pCol->iSorterColumn<0 ){
3591 pCol->iSorterColumn = pAggInfo->nSortingColumn++;
H A DsqliteInt.h1539 int iSorterColumn; /* Column number in the sorting index */ member in struct:AggInfo::AggInfo_col
H A Dselect.c4076 if( sAggInfo.aCol[i].iSorterColumn>=j ){
4088 if( pCol->iSorterColumn>=j ){
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c9884 int iSorterColumn; /* Column number in the sorting index */ member in struct:AggInfo::AggInfo_col
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c11253 int iSorterColumn; /* Column number in the sorting index */ member in struct:AggInfo::AggInfo_col
[all...]
/external/sqlite/dist/
H A Dsqlite3.c11253 int iSorterColumn; /* Column number in the sorting index */ member in struct:AggInfo::AggInfo_col
[all...]

Completed in 557 milliseconds