Lines Matching refs:SrcItem
326 void sqlite3SrcItemColumnUsed(SrcItem *pItem, int iCol){ in sqlite3SrcItemColumnUsed()
489 SrcItem *pLeft; /* Left table being joined */ in sqlite3ProcessJoin()
490 SrcItem *pRight; /* Right table being joined */ in sqlite3ProcessJoin()
3891 SrcItem *pItem; in substSelect()
3921 SrcItem *pItem; in recomputeColumnsUsedExpr()
3931 SrcItem *pSrcItem /* Which FROM clause item to recompute */ in recomputeColumnsUsed()
3965 SrcItem *pItem; in srclistRenumberCursors()
4243 SrcItem *pSubitem; /* The subquery */ in flattenSubquery()
4561 SrcItem *pItem = &pSrc->a[i+iFrom]; in flattenSubquery()
5046 SrcItem *pSrc /* The subquery term of the outer FROM clause */ in pushDownWhereTerms()
5248 int sqlite3IndexedByLookup(Parse *pParse, SrcItem *pFrom){ in sqlite3IndexedByLookup()
5355 static int cannotBeFunction(Parse *pParse, SrcItem *pFrom){ in cannotBeFunction()
5376 SrcItem *pItem, /* FROM clause element to resolve */ in searchWith()
5447 SrcItem *pFrom /* The FROM clause term to check */ in resolveFromTermToCte()
5541 SrcItem *pItem = &pSrc->a[i]; in resolveFromTermToCte()
5647 int sqlite3ExpandSubquery(Parse *pParse, SrcItem *pFrom){ in sqlite3ExpandSubquery()
5685 SrcItem *pBase, /* The base SrcItem. Looking at pBase[1] and following */ in inAnyUsingClause()
5728 SrcItem *pFrom; in selectExpander()
6136 SrcItem *pFrom; in selectAddSubqueryTypeInfo()
6479 static SrcItem *isSelfJoinView( in isSelfJoinView()
6481 SrcItem *pThis /* Search for prior reference to this subquery */ in isSelfJoinView()
6483 SrcItem *pItem; in isSelfJoinView()
6614 static int sameSrcAlias(SrcItem *p0, SrcList *pSrc){ in sameSrcAlias()
6617 SrcItem *p1 = &pSrc->a[i]; in sameSrcAlias()
6735 SrcItem *p0 = &p->pSrc->a[0]; in sqlite3Select()
6777 SrcItem *pItem = &pTabList->a[i]; in sqlite3Select()
6949 SrcItem *pItem = &pTabList->a[i]; in sqlite3Select()
6950 SrcItem *pPrior; in sqlite3Select()