Searched refs:iSortOrder (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dwhere.c1458 int iSortOrder; /* 1 for DESC, 0 for ASC on the i-th index term */ local
1476 iSortOrder = pIdx->aSortOrder[i];
1480 iSortOrder = 0;
1502 assert( iSortOrder==0 || iSortOrder==1 );
1503 termSortOrder = iSortOrder ^ pTerm->sortOrder;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c99112 int iSortOrder; /* 1 for DESC, 0 for ASC on the i-th index term */ local
[all...]

Completed in 206 milliseconds