Searched refs:aiColumn (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dfkey.c249 int iCol = pIdx->aiColumn[i]; /* Index of column in parent tbl */
394 int iParent = pIdx->aiColumn[i]+1+regData;
502 iCol = pIdx->aiColumn[i];
746 char *zCol = pTo->aCol[pIdx ? pIdx->aiColumn[i] : pTo->iPKey].zName;
844 for(i=0; i<pIdx->nColumn; i++) mask |= COLUMN_MASK(pIdx->aiColumn[i]);
980 tToCol.z = pIdx ? pTab->aCol[pIdx->aiColumn[i]].zName : "oid";
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 Dinsert.c76 pIdx->zColAff[n] = pTab->aCol[pIdx->aiColumn[n]].affinity;
1322 int idx = pIdx->aiColumn[i];
1374 char *zCol = pTab->aCol[pIdx->aiColumn[j]].zName;
1560 if( pSrc->aiColumn[i]!=pDest->aiColumn[i] ){
H A Ddelete.c629 int idx = pIdx->aiColumn[j];
H A Dvdbeblob.c239 if( pIdx->aiColumn[j]==iCol ){
H A Dupdate.c251 if( aXRef[pIdx->aiColumn[i]]>=0 ){
H A Dbuild.c1243 if( pIdx->aiColumn[0]==i ){
2592 sizeof(int)*nCol + /* Index.aiColumn */
2603 pIndex->aiColumn = (int *)(&pIndex->azColl[nCol]);
2604 pIndex->aiRowEst = (unsigned *)(&pIndex->aiColumn[nCol]);
2649 pIndex->aiColumn[i] = j;
2712 if( pIdx->aiColumn[k]!=pIndex->aiColumn[k] ) break;
H A Dpragma.c915 int cnum = pIdx->aiColumn[i];
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
H A Dexpr.c1486 if( (pIdx->aiColumn[0]==iCol)
/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...]
/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...]

Completed in 720 milliseconds