Searched defs:aiColumn (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dwhere.c602 for(j=0; pIdx->aiColumn[j]!=iColumn; j++){
1443 assert( pIdx->zName || (pIdx->nColumn==1 && pIdx->aiColumn[0]==-1) );
1472 iColumn = pIdx->aiColumn[i];
1875 nByte += nColumn*sizeof(int); /* Index.aiColumn */
1882 pIdx->aiColumn = (int*)&pIdx->azColl[nColumn];
1883 pIdx->aSortOrder = (u8*)&pIdx->aiColumn[nColumn];
1896 pIdx->aiColumn[n] = pTerm->u.leftColumn;
1909 pIdx->aiColumn[n] = i;
1916 pIdx->aiColumn[n] = i;
2462 u8 aff = p->pTable->aCol[p->aiColumn[
3476 int *aiColumn = pIndex->aiColumn; local
[all...]
H A DsqliteInt.h1449 ** by the aiColumn[] field of this structure. For example, suppose
1458 ** The value of aiColumn is {2, 0}. aiColumn[0]==2 because the
1461 ** Ex1.aCol[], hence Ex2.aiColumn[1]==0.
1473 int *aiColumn; /* Which columns are used by this index. 1st is 0 */ member in struct:Index
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c9794 ** by the aiColumn[] field of this structure. For example, suppose
9803 ** The value of aiColumn is {2, 0}. aiColumn[0]==2 because the
9806 ** Ex1.aCol[], hence Ex2.aiColumn[1]==0.
9818 int *aiColumn; /* Which columns are used by this index. 1st is 0 */ member in struct:Index
101130 int *aiColumn = pIndex->aiColumn; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c11136 ** by the aiColumn[] field of this structure. For example, suppose
11145 ** The value of aiColumn is {2, 0}. aiColumn[0]==2 because the
11148 ** Ex1.aCol[], hence Ex2.aiColumn[1]==0.
11159 i16 *aiColumn; /* Which columns are used by this index. 1st is 0 */ member in struct:Index
113646 i16 *aiColumn = pIndex->aiColumn; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c11136 ** by the aiColumn[] field of this structure. For example, suppose
11145 ** The value of aiColumn is {2, 0}. aiColumn[0]==2 because the
11148 ** Ex1.aCol[], hence Ex2.aiColumn[1]==0.
11159 i16 *aiColumn; /* Which columns are used by this index. 1st is 0 */ member in struct:Index
113666 i16 *aiColumn = pIndex->aiColumn; local
[all...]

Completed in 833 milliseconds