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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.h4196 ** aConstraint[].iColumn.)^ ^(aConstraint[].usable is TRUE if the
4234 int iColumn; /* Column on left-hand side of constraint */ member in struct:sqlite3_index_info::sqlite3_index_constraint
4241 int iColumn; /* Column number */ member in struct:sqlite3_index_info::sqlite3_index_orderby
H A Dsqlite3.c4720 ** aConstraint[].iColumn.)^ ^(aConstraint[].usable is TRUE if the
4758 int iColumn; /* Column on left-hand side of constraint */ member in struct:sqlite3_index_info::sqlite3_index_constraint
4765 int iColumn; /* Column number */ member in struct:sqlite3_index_info::sqlite3_index_orderby
8973 ** pointer to this structure. The Expr.iColumn field is the index in
8992 int iColumn; /* Column number within the source table */ member in struct:AggInfo::AggInfo_col
9057 ** Expr.iColumn is the column number for the specific column. If the
9066 ** If the expression is a subquery then Expr.iColumn holds an integer
9121 ynVar iColumn; /* TK_COLUMN: column index. -1 for rowid. member in struct:Expr
9629 int iColumn; /* Table column number */ member in struct:Parse::yColCache
62328 sqlite3ExprCodeGetColumn( Parse *pParse, Table *pTab, int iColumn, int iTable, int iReg ) argument
87055 findTerm( WhereClause *pWC, int iCur, int iColumn, Bitmask notReady, u32 op, Index *pIdx ) argument
87463 int iColumn = -1; /* Column index on lhs of IN operator */ local
87907 int iColumn; /* The i-th column of the index. -1 for rowid */ local
98598 int iColumn; /* Index of column this phrase must match */ member in struct:Fts3Phrase
99965 fts3TermSelect( Fts3Table *p, int iColumn, const char *zTerm, int nTerm, int isPrefix, int isReqPos, int *pnOut, char **ppOut ) argument
106133 snippetOffsetsOfColumn( Fts3Cursor *pCur, Snippet *pSnippet, int iColumn, const char *zDoc, int nDoc ) argument
106342 int iColumn; /* Index of of a column */ local
[all...]

Completed in 375 milliseconds