Searched defs:aCol (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dtest8.c69 ** Member variable aCol[] contains copies of the column names of the real
84 char **aCol; /* Array of size nCol. Column names */ member in struct:echo_vtab
161 char **aCol = 0; local
197 aCol = (char **)sqlite3MallocZero(nBytes);
198 if( !aCol ){
204 ** pointers in the aCol[] array.
206 zSpace = (char *)(&aCol[nCol]);
208 aCol[ii] = zSpace;
212 assert( (zSpace-nBytes)==(char *)aCol );
215 *paCol = aCol;
[all...]
H A Dselect.c187 if( sqlite3StrICmp(pTab->aCol[i].zName, zCol)==0 ) return i;
206 int *piCol /* Write index of pSrc->a[*piTab].pTab->aCol[] here */
351 zName = pRightTab->aCol[j].zName;
1061 zType = pTab->aCol[iCol].zType;
1062 zOriginCol = pTab->aCol[iCol].zName;
1187 zCol = pTab->aCol[iCol].zName;
1229 Column *aCol, *pCol; /* For looping over result columns */ local
1236 aCol = *paCol = sqlite3DbMallocZero(db, sizeof(aCol[0])*nCol);
1237 if( aCol
1311 selectAddColumnTypeAndCollation( Parse *pParse, int nCol, Column *aCol, Select *pSelect ) argument
[all...]
H A Dwhere.c591 idxaff = pIdx->pTable->aCol[iColumn].affinity;
1720 aff = pSrc->pTab->aCol[pTerm->u.leftColumn].affinity;
2445 int nEq, /* index into p->aCol[] of the range-compared column */
2462 u8 aff = p->pTable->aCol[p->aiColumn[0]].affinity;
2551 aff = p->pTable->aCol[p->aiColumn[0]].affinity;
2614 aff = p->pTable->aCol[p->aiColumn[0]].affinity;
3475 Column *aCol = pTab->aCol; local
3486 explainAppendTerm(&txt, i, aCol[aiColumn[i]].zName, "=");
3491 explainAppendTerm(&txt, i++, aCol[aiColum
[all...]
H A DsqliteInt.h1246 ** Table.nCol is the number of columns in this table. Table.aCol is a
1270 int iPKey; /* If not negative, use aCol[iPKey] as the primary key */
1272 Column *aCol; /* Information about each column */ member in struct:Table
1306 #define TF_NeedMetadata 0x20 /* aCol[].zType and aCol[].pColl missing */
1356 } aCol[1]; /* One entry for each of nCol column s */ member in struct:FKey
1459 ** first column to be indexed (c3) has an index of 2 in Ex1.aCol[].
1461 ** Ex1.aCol[], hence Ex2.aiColumn[1]==0.
1520 ** AggInfo.aCol[] or AggInfo.aFunc[] of information needed to generate
1542 } *aCol; member in struct:AggInfo
[all...]
/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3.c842 const char **aCol; /* Array of column names */ local
856 aCol = (const char **)sqlite3_malloc(sizeof(const char *) * (argc-2) );
857 if( !aCol ) return SQLITE_NOMEM;
858 memset((void *)aCol, 0, sizeof(const char *) * (argc-2));
914 aCol[nCol++] = z;
921 aCol[0] = "content";
969 z = (char *)sqlite3Fts3NextToken(aCol[iCol], &n);
1006 sqlite3_free((void *)aCol);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c9606 ** Table.nCol is the number of columns in this table. Table.aCol is a
9630 int iPKey; /* If not negative, use aCol[iPKey] as the primary key */
9632 Column *aCol; /* Information about each column */ member in struct:Table
9666 #define TF_NeedMetadata 0x20 /* aCol[].zType and aCol[].pColl missing */
9716 } aCol[1]; /* One entry for each of nCol column s */ member in struct:FKey
9819 ** first column to be indexed (c3) has an index of 2 in Ex1.aCol[].
9821 ** Ex1.aCol[], hence Ex2.aiColumn[1]==0.
9880 ** AggInfo.aCol[] or AggInfo.aFunc[] of information needed to generate
9902 } *aCol; member in struct:AggInfo
91358 Column *aCol, *pCol; /* For looping over result columns */ local
91440 selectAddColumnTypeAndCollation( Parse *pParse, int nCol, Column *aCol, Select *pSelect ) argument
101336 Column *aCol = pTab->aCol; local
114094 const char **aCol; /* Array of column names */ local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c10152 ** Table.nCol is the number of columns in this table. Table.aCol is a
10176 int iPKey; /* If not negative, use aCol[iPKey] as the primary key */
10178 Column *aCol; /* Information about each column */ member in struct:Table
10260 } aCol[1]; /* One entry for each of nCol column s */ member in struct:FKey
10360 ** first column to be indexed (c3) has an index of 2 in Ex1.aCol[].
10362 ** Ex1.aCol[], hence Ex2.aiColumn[1]==0.
10430 ** AggInfo.aCol[] or AggInfo.aFunc[] of information needed to generate
10453 } *aCol; member in struct:AggInfo
10454 int nColumn; /* Number of used entries in aCol[] */
10578 i16 iAgg; /* Which entry in pAggInfo->aCol[] o
95756 Column *aCol, *pCol; /* For looping over result columns */ local
95841 selectAddColumnTypeAndCollation( Parse *pParse, int nCol, Column *aCol, Select *pSelect ) argument
106217 Column *aCol = pTab->aCol; local
117695 const char **aCol; /* Array of column names */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c10152 ** Table.nCol is the number of columns in this table. Table.aCol is a
10176 int iPKey; /* If not negative, use aCol[iPKey] as the primary key */
10178 Column *aCol; /* Information about each column */ member in struct:Table
10260 } aCol[1]; /* One entry for each of nCol column s */ member in struct:FKey
10360 ** first column to be indexed (c3) has an index of 2 in Ex1.aCol[].
10362 ** Ex1.aCol[], hence Ex2.aiColumn[1]==0.
10430 ** AggInfo.aCol[] or AggInfo.aFunc[] of information needed to generate
10453 } *aCol; member in struct:AggInfo
10454 int nColumn; /* Number of used entries in aCol[] */
10578 i16 iAgg; /* Which entry in pAggInfo->aCol[] o
95792 Column *aCol, *pCol; /* For looping over result columns */ local
95877 selectAddColumnTypeAndCollation( Parse *pParse, int nCol, Column *aCol, Select *pSelect ) argument
106253 Column *aCol = pTab->aCol; local
117731 const char **aCol; /* Array of column names */ local
[all...]

Completed in 594 milliseconds