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

/external/sqlite/dist/orig/
H A Dsqlite3.h5599 ** aConstraint[].iColumn.)^ ^(aConstraint[].usable is TRUE if the
5667 int iColumn; /* Column on left-hand side of constraint */ member in struct:sqlite3_index_info::sqlite3_index_constraint
5674 int iColumn; /* Column number */ member in struct:sqlite3_index_info::sqlite3_index_orderby
H A Dsqlite3.c5813 ** aConstraint[].iColumn.)^ ^(aConstraint[].usable is TRUE if the
5881 int iColumn; /* Column on left-hand side of constraint */ member in struct:sqlite3_index_info::sqlite3_index_constraint
5888 int iColumn; /* Column number */ member in struct:sqlite3_index_info::sqlite3_index_orderby
12502 ** pointer to this structure. The Expr.iColumn field is the index in
12523 int iColumn; /* Column number within the source table */ member in struct:AggInfo::AggInfo_col
12586 ** Expr.iColumn is the column number for the specific column. If the
12595 ** If the expression is a subquery then Expr.iColumn holds an integer
12653 ynVar iColumn; /* TK_COLUMN: column index. -1 for rowid. member in struct:Expr
13236 i16 iColumn; /* Table column number */ member in struct:Parse::yColCache
23392 pExpr->iTable, pExpr->iColumn, zFlg
87473 sqlite3ExprCodeGetColumn( Parse *pParse, Table *pTab, int iColumn, int iTable, int iReg, u8 p5 ) argument
120654 int iColumn = -1; /* Column index on lhs of IN operator */ local
120948 int iCur, iColumn; local
121557 i16 iColumn; /* The column on the LHS of the term. -1 for IPK */ local
121648 whereScanInit( WhereScan *pScan, WhereClause *pWC, int iCur, int iColumn, u32 opMask, Index *pIdx ) argument
121707 sqlite3WhereFindTerm( WhereClause *pWC, int iCur, int iColumn, Bitmask notReady, u32 op, Index *pIdx ) argument
124537 int iColumn; /* A column number within table iCur */ local
135923 int iColumn; /* Index of column this phrase must match */ member in struct:Fts3Phrase
138867 fts3TermSelect( Fts3Table *p, Fts3PhraseToken *pTok, int iColumn, int *pnOut, char **ppOut ) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.h5599 ** aConstraint[].iColumn.)^ ^(aConstraint[].usable is TRUE if the
5667 int iColumn; /* Column on left-hand side of constraint */ member in struct:sqlite3_index_info::sqlite3_index_constraint
5674 int iColumn; /* Column number */ member in struct:sqlite3_index_info::sqlite3_index_orderby
H A Dsqlite3.c5813 ** aConstraint[].iColumn.)^ ^(aConstraint[].usable is TRUE if the
5881 int iColumn; /* Column on left-hand side of constraint */ member in struct:sqlite3_index_info::sqlite3_index_constraint
5888 int iColumn; /* Column number */ member in struct:sqlite3_index_info::sqlite3_index_orderby
12502 ** pointer to this structure. The Expr.iColumn field is the index in
12523 int iColumn; /* Column number within the source table */ member in struct:AggInfo::AggInfo_col
12586 ** Expr.iColumn is the column number for the specific column. If the
12595 ** If the expression is a subquery then Expr.iColumn holds an integer
12653 ynVar iColumn; /* TK_COLUMN: column index. -1 for rowid. member in struct:Expr
13236 i16 iColumn; /* Table column number */ member in struct:Parse::yColCache
23392 pExpr->iTable, pExpr->iColumn, zFlg
87491 sqlite3ExprCodeGetColumn( Parse *pParse, Table *pTab, int iColumn, int iTable, int iReg, u8 p5 ) argument
120672 int iColumn = -1; /* Column index on lhs of IN operator */ local
120966 int iCur, iColumn; local
121575 i16 iColumn; /* The column on the LHS of the term. -1 for IPK */ local
121666 whereScanInit( WhereScan *pScan, WhereClause *pWC, int iCur, int iColumn, u32 opMask, Index *pIdx ) argument
121725 sqlite3WhereFindTerm( WhereClause *pWC, int iCur, int iColumn, Bitmask notReady, u32 op, Index *pIdx ) argument
124555 int iColumn; /* A column number within table iCur */ local
135941 int iColumn; /* Index of column this phrase must match */ member in struct:Fts3Phrase
138885 fts3TermSelect( Fts3Table *p, Fts3PhraseToken *pTok, int iColumn, int *pnOut, char **ppOut ) argument
[all...]

Completed in 785 milliseconds