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

/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3.h4111 ** aConstraint[].iColumn. aConstraint[].usable is TRUE if the
4150 int iColumn; /* Column on left-hand side of constraint */ member in struct:sqlite3_index_info::sqlite3_index_constraint
4157 int iColumn; /* Column number */ member in struct:sqlite3_index_info::sqlite3_index_orderby
/external/sqlite/dist/orig/
H A Dsqlite3.h5002 ** aConstraint[].iColumn.)^ ^(aConstraint[].usable is TRUE if the
5040 int iColumn; /* Column on left-hand side of constraint */ member in struct:sqlite3_index_info::sqlite3_index_constraint
5047 int iColumn; /* Column number */ member in struct:sqlite3_index_info::sqlite3_index_orderby
H A Dsqlite3.c5552 ** aConstraint[].iColumn.)^ ^(aConstraint[].usable is TRUE if the
5590 int iColumn; /* Column on left-hand side of constraint */ member in struct:sqlite3_index_info::sqlite3_index_constraint
5597 int iColumn; /* Column number */ member in struct:sqlite3_index_info::sqlite3_index_orderby
10429 ** pointer to this structure. The Expr.iColumn field is the index in
10449 int iColumn; /* Column number within the source table */ member in struct:AggInfo::AggInfo_col
10512 ** Expr.iColumn is the column number for the specific column. If the
10521 ** If the expression is a subquery then Expr.iColumn holds an integer
10576 ynVar iColumn; /* TK_COLUMN: column index. -1 for rowid. member in struct:Expr
11110 int iColumn; /* Table column number */ member in struct:Parse::yColCache
76564 sqlite3ExprCodeGetColumn( Parse *pParse, Table *pTab, int iColumn, int iTable, int iReg ) argument
103120 findTerm( WhereClause *pWC, int iCur, int iColumn, Bitmask notReady, u32 op, Index *pIdx ) argument
103518 int iColumn = -1; /* Column index on lhs of IN operator */ local
104173 int iColumn; /* The i-th column of the index. -1 for rowid */ local
116737 int iColumn; /* Index of column this phrase must match */ member in struct:Fts3Phrase
119435 fts3TermSelect( Fts3Table *p, Fts3PhraseToken *pTok, int iColumn, int *pnOut, char **ppOut ) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.h5002 ** aConstraint[].iColumn.)^ ^(aConstraint[].usable is TRUE if the
5040 int iColumn; /* Column on left-hand side of constraint */ member in struct:sqlite3_index_info::sqlite3_index_constraint
5047 int iColumn; /* Column number */ member in struct:sqlite3_index_info::sqlite3_index_orderby
H A Dsqlite3.c5552 ** aConstraint[].iColumn.)^ ^(aConstraint[].usable is TRUE if the
5590 int iColumn; /* Column on left-hand side of constraint */ member in struct:sqlite3_index_info::sqlite3_index_constraint
5597 int iColumn; /* Column number */ member in struct:sqlite3_index_info::sqlite3_index_orderby
10429 ** pointer to this structure. The Expr.iColumn field is the index in
10449 int iColumn; /* Column number within the source table */ member in struct:AggInfo::AggInfo_col
10512 ** Expr.iColumn is the column number for the specific column. If the
10521 ** If the expression is a subquery then Expr.iColumn holds an integer
10576 ynVar iColumn; /* TK_COLUMN: column index. -1 for rowid. member in struct:Expr
11110 int iColumn; /* Table column number */ member in struct:Parse::yColCache
76577 sqlite3ExprCodeGetColumn( Parse *pParse, Table *pTab, int iColumn, int iTable, int iReg ) argument
103133 findTerm( WhereClause *pWC, int iCur, int iColumn, Bitmask notReady, u32 op, Index *pIdx ) argument
103531 int iColumn = -1; /* Column index on lhs of IN operator */ local
104186 int iColumn; /* The i-th column of the index. -1 for rowid */ local
116765 int iColumn; /* Index of column this phrase must match */ member in struct:Fts3Phrase
119463 fts3TermSelect( Fts3Table *p, Fts3PhraseToken *pTok, int iColumn, int *pnOut, char **ppOut ) argument
[all...]

Completed in 330 milliseconds