Searched refs:ExprList_item (Results 1 – 7 of 7) sorted by relevance
1603 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 …]
114 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()
1029 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 …]
106 struct ExprList_item *pItem; in sqlite3WalkExprList()
931 struct ExprList_item *pItem = &pNew->a[pNew->nExpr-1]; in sqlite3ExpandReturning()940 struct ExprList_item *pItem = &pNew->a[pNew->nExpr-1]; in sqlite3ExpandReturning()
3025 struct ExprList_item { /* For each expression in the list */ struct5085 const struct ExprList_item*,
3924 struct ExprList_item *pListItem; /* For looping over pList */ in sqlite3CreateIndex()