Searched refs:iSortOrder (Results 1 - 4 of 4) 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.c99319 int iSortOrder; /* 1 for DESC, 0 for ASC on the i-th index term */ local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c104174 int iSortOrder; /* 1 for DESC, 0 for ASC on the i-th index term */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c104210 int iSortOrder; /* 1 for DESC, 0 for ASC on the i-th index term */ local
[all...]

Completed in 396 milliseconds