Searched refs:iColumn (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/torture/
H A Dpr36826.C160 int iRow,iColumn; local
163 for (iColumn=0; iColumn<2; iColumn++)
164 if (columnArray_[iColumn])
165 columnArray_[iColumn]->clear();
/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.h4953 ** aConstraint[].iColumn.)^ ^(aConstraint[].usable is TRUE if the
4991 int iColumn; /* Column on left-hand side of constraint */ member in struct:sqlite3_index_info::sqlite3_index_constraint
4998 int iColumn; /* Column number */ member in struct:sqlite3_index_info::sqlite3_index_orderby
H A Dsqlite3.c5503 ** aConstraint[].iColumn.)^ ^(aConstraint[].usable is TRUE if the
5541 int iColumn; /* Column on left-hand side of constraint */ member in struct:sqlite3_index_info::sqlite3_index_constraint
5548 int iColumn; /* Column number */ member in struct:sqlite3_index_info::sqlite3_index_orderby
10399 ** pointer to this structure. The Expr.iColumn field is the index in
10419 int iColumn; /* Column number within the source table */ member in struct:AggInfo::AggInfo_col
10484 ** Expr.iColumn is the column number for the specific column. If the
10493 ** If the expression is a subquery then Expr.iColumn holds an integer
10548 ynVar iColumn; /* TK_COLUMN: column index. -1 for rowid. member in struct:Expr
11081 int iColumn; /* Table column number */ member in struct:Parse::yColCache
76441 sqlite3ExprCodeGetColumn( Parse *pParse, Table *pTab, int iColumn, int iTable, int iReg ) argument
102945 findTerm( WhereClause *pWC, int iCur, int iColumn, Bitmask notReady, u32 op, Index *pIdx ) argument
103343 int iColumn = -1; /* Column index on lhs of IN operator */ local
103998 int iColumn; /* The i-th column of the index. -1 for rowid */ local
116474 int iColumn; /* Index of column this phrase must match */ member in struct:Fts3Phrase
119106 fts3TermSelect( Fts3Table *p, Fts3PhraseToken *pTok, int iColumn, int *pnOut, char **ppOut ) argument
[all...]

Completed in 412 milliseconds