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

/freebsd-10.2-release/contrib/sqlite3/
H A Dsqlite3.h5218 ** aConstraint[].iColumn.)^ ^(aConstraint[].usable is TRUE if the
5256 int iColumn; /* Column on left-hand side of constraint */ member in struct:sqlite3_index_info::sqlite3_index_constraint
5263 int iColumn; /* Column number */ member in struct:sqlite3_index_info::sqlite3_index_orderby
H A Dsqlite3.c5789 ** aConstraint[].iColumn.)^ ^(aConstraint[].usable is TRUE if the
5827 int iColumn; /* Column on left-hand side of constraint */ member in struct:sqlite3_index_info::sqlite3_index_constraint
5834 int iColumn; /* Column number */ member in struct:sqlite3_index_info::sqlite3_index_orderby
10761 ** pointer to this structure. The Expr.iColumn field is the index in
10781 int iColumn; /* Column number within the source table */ member in struct:AggInfo::AggInfo_col
10844 ** Expr.iColumn is the column number for the specific column. If the
10853 ** If the expression is a subquery then Expr.iColumn holds an integer
10910 ynVar iColumn; /* TK_COLUMN: column index. -1 for rowid. member in struct:Expr
11469 int iColumn; /* Table column number */ member in struct:Parse::yColCache
77452 sqlite3ExprCodeGetColumn( Parse *pParse, Table *pTab, int iColumn, int iTable, int iReg, u8 p5 ) argument
105023 findTerm( WhereClause *pWC, int iCur, int iColumn, Bitmask notReady, u32 op, Index *pIdx ) argument
105463 int iColumn = -1; /* Column index on lhs of IN operator */ local
107355 int iColumn; /* The i-th column of the index. -1 for rowid */ local
119376 int iColumn; /* Index of column this phrase must match */ member in struct:Fts3Phrase
122113 fts3TermSelect( Fts3Table *p, Fts3PhraseToken *pTok, int iColumn, int *pnOut, char **ppOut ) argument
[all...]
/freebsd-10.2-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h4823 ** aConstraint[].iColumn.)^ ^(aConstraint[].usable is TRUE if the
4861 int iColumn; /* Column on left-hand side of constraint */ member in struct:sqlite3_index_info::sqlite3_index_constraint
4868 int iColumn; /* Column number */ member in struct:sqlite3_index_info::sqlite3_index_orderby
H A Dsqlite3.c5376 ** aConstraint[].iColumn.)^ ^(aConstraint[].usable is TRUE if the
5414 int iColumn; /* Column on left-hand side of constraint */ member in struct:sqlite3_index_info::sqlite3_index_constraint
5421 int iColumn; /* Column number */ member in struct:sqlite3_index_info::sqlite3_index_orderby
10171 ** pointer to this structure. The Expr.iColumn field is the index in
10191 int iColumn; /* Column number within the source table */ member in struct:AggInfo::AggInfo_col
10256 ** Expr.iColumn is the column number for the specific column. If the
10265 ** If the expression is a subquery then Expr.iColumn holds an integer
10320 ynVar iColumn; /* TK_COLUMN: column index. -1 for rowid. member in struct:Expr
10854 int iColumn; /* Table column number */ member in struct:Parse::yColCache
75172 sqlite3ExprCodeGetColumn( Parse *pParse, Table *pTab, int iColumn, int iTable, int iReg ) argument
100920 findTerm( WhereClause *pWC, int iCur, int iColumn, Bitmask notReady, u32 op, Index *pIdx ) argument
101315 int iColumn = -1; /* Column index on lhs of IN operator */ local
101970 int iColumn; /* The i-th column of the index. -1 for rowid */ local
114328 int iColumn; /* Index of column this phrase must match */ member in struct:Fts3Phrase
116748 fts3TermSelect( Fts3Table *p, Fts3PhraseToken *pTok, int iColumn, int *pnOut, char **ppOut ) argument
[all...]

Completed in 771 milliseconds