Lines Matching refs:SrcList_item
16460 struct SrcList_item {
17632 SQLITE_PRIVATE int sqlite3IndexedByLookup(Parse *, struct SrcList_item *);
17696 SQLITE_PRIVATE Table *sqlite3LocateTableItem(Parse*,u32 flags,struct SrcList_item *);
26580 struct SrcList_item *pItem;
27141 struct SrcList_item *pItem = &p->pSrc->a[i];
91098 struct SrcList_item *pItem;
91343 struct SrcList_item *pItem; /* Use for looping over pSrcList items */
91344 struct SrcList_item *pMatch = 0; /* The matching pSrcList item */
91662 struct SrcList_item *pItem = &pSrc->a[iSrc];
91750 struct SrcList_item *pItem;
92373 struct SrcList_item *pItem = &p->pSrc->a[i];
92440 struct SrcList_item *pItem = &p->pSrc->a[i];
94077 struct SrcList_item *pNewItem = &pNew->a[i];
94078 struct SrcList_item *pOldItem = &p->a[i];
97769 struct SrcList_item *pItem = pSrcList->a;
101226 struct SrcList_item *pItem;
102013 struct SrcList_item *p
105372 struct SrcList_item *pItem;
105408 struct SrcList_item *pItem;
105426 struct SrcList_item *pItem;
105468 struct SrcList_item *pItem;
105506 struct SrcList_item *pItem;
105529 struct SrcList_item *pItem = &p->a[p->nSrc-1];
106599 struct SrcList_item *pItem = pSrc->a;
110422 struct SrcList_item *pItem = pSrc->a;
112795 struct SrcList_item *pItem; /* An element of pSelect->pSrc */
119089 struct SrcList_item *pLeft; /* Left table being joined */
119090 struct SrcList_item *pRight; /* Right table being joined */
121924 struct SrcList_item *pItem;
122112 struct SrcList_item *pSubitem; /* The subquery */
122670 SQLITE_PRIVATE int sqlite3IndexedByLookup(Parse *pParse, struct SrcList_item *pFrom){
122763 static int cannotBeFunction(Parse *pParse, struct SrcList_item *pFrom){
122784 struct SrcList_item *pItem, /* FROM clause element to resolve */
122840 struct SrcList_item *pFrom
122887 struct SrcList_item *pItem = &pSrc->a[i];
123006 struct SrcList_item *pFrom;
123361 struct SrcList_item *pFrom;
123672 ** If it is, then return the SrcList_item for the prior view. If it is not,
123675 static struct SrcList_item *isSelfJoinView(
123677 struct SrcList_item *pThis /* Search for prior reference to this subquery */
123679 struct SrcList_item *pItem;
123878 struct SrcList_item *pItem = &pTabList->a[i];
123960 struct SrcList_item *pItem = &pTabList->a[i];
124076 struct SrcList_item *pPrior;
128982 ** SrcList_item.iCursor and Expr.iTable fields. For any given WHERE
129127 SQLITE_PRIVATE void sqlite3WhereTabFuncArgs(Parse*, struct SrcList_item*, WhereClause*);
129302 struct SrcList_item *pItem = &pTabList->a[pLevel->iFrom];
130078 struct SrcList_item *pTabItem, /* FROM clause item */
130346 struct SrcList_item *pTabItem; /* FROM clause term being coded */
131008 struct SrcList_item *origSrc; /* Original list of tables */
132876 struct SrcList_item *pItem, /* The FROM clause term to process */
133528 struct SrcList_item *pSrc, /* Table we are trying to access */
133562 struct SrcList_item *pSrc, /* The FROM clause term to get the next index */
133586 struct SrcList_item *pTabItem; /* FROM clause term being indexed */
133770 struct SrcList_item *pSrc, /* The FROM clause term that is the vtab */
134664 struct SrcList_item *pItem = pWInfo->pTabList->a + p->iTab;
135258 struct SrcList_item *pSrc, /* FROM clause term being analyzed */
135699 struct SrcList_item *pSrc; /* The FROM clause btree term to add */
135957 struct SrcList_item *pSrc = &pBuilder->pWInfo->pTabList->a[pNew->iTab];
136124 struct SrcList_item *pSrc; /* The FROM clause term to search */
136250 struct SrcList_item *pItem;
136365 struct SrcList_item *pItem;
136366 struct SrcList_item *pEnd = &pTabList->a[pWInfo->nLevel];
136387 struct SrcList_item *p;
137185 struct SrcList_item *pItem;
137671 struct SrcList_item *pItem;
137754 struct SrcList_item *pTabItem;
138033 struct SrcList_item *pTabItem = &pTabList->a[pLevel->iFrom];
141021 struct SrcList_item *pNew = &yymsp[-6].minor.yy259->a[yymsp[-6].minor.yy259->nSrc-1];
141022 struct SrcList_item *pOld = yymsp[-4].minor.yy259->a;