Home
last modified time | relevance | path

Searched refs:ExprList_item (Results 1 – 7 of 7) sorted by relevance

/sqlite-3.40.0/src/
H A Dexpr.c1603 struct ExprList_item *pItem; in sqlite3ExprListDup()
1604 const struct ExprList_item *pOldItem; in sqlite3ExprListDup()
1795 struct ExprList_item *pItem; in sqlite3ExprListAppendNew()
1815 struct ExprList_item *pItem; in sqlite3ExprListAppendGrow()
1837 struct ExprList_item *pItem; in sqlite3ExprListAppend()
1924 struct ExprList_item *pItem; in sqlite3ExprListSetSortOrder()
1970 struct ExprList_item *pItem; in sqlite3ExprListSetName()
3179 struct ExprList_item *pItem; in sqlite3CodeRhsOfIN()
4902 struct ExprList_item *pItem; in sqlite3ExprCodeRunJustOnce()
5052 struct ExprList_item *pItem; in sqlite3ExprCodeExprList()
[all …]
H A Dresolve.c114 const struct ExprList_item *pItem, in sqlite3MatchEName()
1457 struct ExprList_item *pItem; in resolveCompoundOrderBy()
1553 struct ExprList_item *pItem; in sqlite3ResolveOrderGroupBy()
1630 struct ExprList_item *pItem; /* A term of the ORDER BY clause */ in resolveOrderGroupBy()
1888 struct ExprList_item *pItem; in resolveSelectStep()
H A Dselect.c1029 struct ExprList_item *pItem = &pEList->a[i]; in selectExprDefer()
1558 struct ExprList_item *pItem; in sqlite3KeyInfoFromExprList()
1649 struct ExprList_item *aOutEx = p->pEList->a; in generateSortTail()
2195 struct ExprList_item *pX = &pEList->a[i]; in sqlite3ColumnsFromExprList()
2196 struct ExprList_item *pCollide; in sqlite3ColumnsFromExprList()
2292 struct ExprList_item *a; in sqlite3SelectAddColumnTypeAndCollation()
3461 struct ExprList_item *pItem; in multiSelectOrderBy()
3487 struct ExprList_item *pItem; in multiSelectOrderBy()
5295 struct ExprList_item *a; in convertCompoundSelectToSubquery()
5877 struct ExprList_item *a = pEList->a; in selectExpander()
[all …]
H A Dwalker.c106 struct ExprList_item *pItem; in sqlite3WalkExprList()
H A Dtrigger.c931 struct ExprList_item *pItem = &pNew->a[pNew->nExpr-1]; in sqlite3ExpandReturning()
940 struct ExprList_item *pItem = &pNew->a[pNew->nExpr-1]; in sqlite3ExpandReturning()
H A DsqliteInt.h3025 struct ExprList_item { /* For each expression in the list */ struct
5085 const struct ExprList_item*,
H A Dbuild.c3924 struct ExprList_item *pListItem; /* For looping over pList */ in sqlite3CreateIndex()