Lines Matching defs:SrcList_item

10743   struct SrcList_item {
11660 SQLITE_PRIVATE int sqlite3IndexedByLookup(Parse *, struct SrcList_item *);
20008 struct SrcList_item *pItem = &pSrc->a[k];
73164 struct SrcList_item *pItem;
73360 struct SrcList_item *pItem; /* Use for looping over pSrcList items */
73361 struct SrcList_item *pMatch = 0; /* The matching pSrcList item */
73619 struct SrcList_item *pItem = &pSrc->a[iSrc];
73675 struct SrcList_item *pItem;
74204 struct SrcList_item *pItem = &p->pSrc->a[i];
75325 struct SrcList_item *pNewItem = &pNew->a[i];
75326 struct SrcList_item *pOldItem = &p->a[i];
78249 struct SrcList_item *pItem = pSrcList->a;
80884 struct SrcList_item *pItem;
84474 struct SrcList_item *pItem;
84505 struct SrcList_item *pItem;
84523 struct SrcList_item *pItem;
84564 struct SrcList_item *pItem;
84601 struct SrcList_item *pItem = &p->a[p->nSrc-1];
85539 struct SrcList_item *pItem = pSrc->a;
88604 struct SrcList_item *pItem = pSrc->a;
90610 struct SrcList_item *pItem; /* An element of pSelect->pSrc */
94865 struct SrcList_item *pLeft; /* Left table being joined */
94866 struct SrcList_item *pRight; /* Right table being joined */
97112 struct SrcList_item *pItem;
97264 struct SrcList_item *pSubitem; /* The subquery */
97693 SQLITE_PRIVATE int sqlite3IndexedByLookup(Parse *pParse, struct SrcList_item *pFrom){
97741 struct SrcList_item *pFrom;
98009 struct SrcList_item *pFrom;
98364 struct SrcList_item *pItem = &pTabList->a[i];
99078 struct SrcList_item *pItem = &p->pSrc->a[i];
102746 ** SrcList_item.iCursor and Expr.iTable fields. For any given WHERE
104363 Parse*, WhereClause*, struct SrcList_item*,
104376 struct SrcList_item *pSrc, /* The FROM clause term to search */
104470 struct SrcList_item *pSrc, /* Table we are trying to access */
104495 struct SrcList_item *pSrc, /* The FROM clause term to search */
104566 struct SrcList_item *pSrc, /* The FROM clause term to get the next index */
104717 struct SrcList_item *pSrc,
104881 struct SrcList_item *pSrc, /* The FROM clause term to search */
105444 struct SrcList_item *pSrc, /* The FROM clause term to search */
105929 struct SrcList_item *pSrc, /* The FROM clause term to search */
106296 struct SrcList_item *pItem = &pTabList->a[pLevel->iFrom];
106385 struct SrcList_item *pTabItem; /* FROM clause term being coded */
106874 struct SrcList_item *origSrc; /* Original list of tables */
107199 struct SrcList_item *pTabItem; /* A single entry from pTabList */
107761 struct SrcList_item *pTabItem = &pTabList->a[pLevel->iFrom];