Searched refs:SrcItem (Results 1 – 18 of 18) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | select.c | 3891 SrcItem *pItem; in substSelect() 3921 SrcItem *pItem; in recomputeColumnsUsedExpr() 3965 SrcItem *pItem; in srclistRenumberCursors() 5541 SrcItem *pItem = &pSrc->a[i]; in resolveFromTermToCte() 5728 SrcItem *pFrom; in selectExpander() 6136 SrcItem *pFrom; in selectAddSubqueryTypeInfo() 6479 static SrcItem *isSelfJoinView( in isSelfJoinView() 6483 SrcItem *pItem; in isSelfJoinView() 6617 SrcItem *p1 = &pSrc->a[i]; in sameSrcAlias() 6735 SrcItem *p0 = &p->pSrc->a[0]; in sqlite3Select() [all …]
|
| H A D | where.c | 1076 const SrcItem *pItem; in sqlite3ConstructBloomFilter() 1139 const SrcItem *pTabItem; in sqlite3ConstructBloomFilter() 2144 SrcItem *pItem = pWInfo->pTabList->a + p->iTab; in sqlite3WhereLoopPrint() 4140 SrcItem *pItem; in whereLoopAddOr() 4261 SrcItem *pItem; in whereLoopAddAll() 4262 SrcItem *pEnd = &pTabList->a[pWInfo->nLevel]; in whereLoopAddAll() 4306 SrcItem *p; in whereLoopAddAll() 5180 SrcItem *pItem; in whereShortCut() 5369 SrcItem *pItem; in whereOmitNoopJoin() 5992 SrcItem *pTabItem; in sqlite3WhereBegin() [all …]
|
| H A D | resolve.c | 191 SrcItem *pMatch, /* Source table containing the column */ in extendFJMatch() 245 SrcItem *pItem; /* Use for looping over pSrcList items */ in lookupName() 246 SrcItem *pMatch = 0; /* The matching pSrcList item */ in lookupName() 766 SrcItem *pItem = &pSrc->a[iSrc]; in sqlite3CreateColumnExpr() 883 SrcItem *pItem; in resolveExprStep() 1755 SrcItem *pItem = &p->pSrc->a[i]; in resolveSelectStep() 1825 SrcItem *pItem = &p->pSrc->a[i]; in resolveSelectStep()
|
| H A D | sqliteInt.h | 1212 typedef struct SrcItem SrcItem; typedef 3112 struct SrcItem { struct 3174 SrcItem a[1]; /* One entry for each identifier on the list */ argument 4102 SrcItem *pSrcItem; /* A single FROM clause item */ 4711 int sqlite3IndexedByLookup(Parse *, SrcItem *); 4777 Table *sqlite3LocateTableItem(Parse*,u32 flags,SrcItem *); 4815 int sqlite3ExprIsTableConstraint(Expr*,const SrcItem*); 4913 void sqlite3SrcItemColumnUsed(SrcItem*,int); 5082 int sqlite3ExpandSubquery(Parse*, SrcItem*);
|
| H A D | wherecode.c | 132 SrcItem *pItem = &pTabList->a[pLevel->iFrom]; in sqlite3WhereExplainOneScan() 242 SrcItem *pItem = &pWInfo->pTabList->a[pLevel->iFrom]; in sqlite3WhereExplainBloomFilter() 1019 SrcItem *pTabItem, /* FROM clause item */ in codeCursorHint() 1332 SrcItem *pTabItem; /* FROM clause term being coded */ in sqlite3WhereCodeOneLoopStart() 2157 SrcItem *origSrc; /* Original list of tables */ in sqlite3WhereCodeOneLoopStart() 2696 SrcItem *pTabItem = &pWInfo->pTabList->a[pLevel->iFrom]; in sqlite3WhereRightJoinLoop() 2730 memcpy(&sFrom.a[0], pTabItem, sizeof(SrcItem)); in sqlite3WhereRightJoinLoop()
|
| H A D | walker.c | 167 SrcItem *pItem; in sqlite3WalkSelectFrom()
|
| H A D | whereInt.h | 568 void sqlite3WhereTabFuncArgs(Parse*, SrcItem*, WhereClause*);
|
| H A D | build.c | 499 SrcItem *p in sqlite3LocateTableItem() 4847 SrcItem *pItem; in sqlite3SrcListAppend() 4888 SrcItem *pItem; in sqlite3SrcListAssignCursors() 4906 SrcItem *pItem; in sqlite3SrcListDelete() 4951 SrcItem *pItem; in sqlite3SrcListAppendFromTerm() 5007 SrcItem *pItem; in sqlite3SrcListIndexedBy() 5038 memcpy(&p1->a[1], p2->a, p2->nSrc*sizeof(SrcItem)); in sqlite3SrcListAppendList() 5052 SrcItem *pItem = &p->a[p->nSrc-1]; in sqlite3SrcListFuncArgs()
|
| H A D | printf.c | 873 SrcItem *pItem; in sqlite3_str_vappendf() 875 pItem = va_arg(ap, SrcItem*); in sqlite3_str_vappendf()
|
| H A D | alter.c | 1339 SrcItem *p = &pStep->pFrom->a[i]; in renameResolveTrigger() 1656 SrcItem *pItem = &pSrc->a[i]; in renameTableSelectCb() 1801 SrcItem *pItem = &pStep->pFrom->a[i]; in renameTableFunc()
|
| H A D | attach.c | 460 SrcItem *pItem; in fixSelectCb()
|
| H A D | delete.c | 32 SrcItem *pItem = pSrc->a; in sqlite3SrcListLookup()
|
| H A D | fkey.c | 1044 SrcItem *pItem = pSrc->a; in sqlite3FkCheck()
|
| H A D | expr.c | 1664 SrcItem *pNewItem = &pNew->a[i]; in sqlite3SrcListDup() 1665 const SrcItem *pOldItem = &p->a[i]; in sqlite3SrcListDup() 2326 int sqlite3ExprIsTableConstraint(Expr *pExpr, const SrcItem *pSrc){ in sqlite3ExprIsTableConstraint() 6268 SrcItem *pItem = pSrcList->a; in analyzeAggregate()
|
| H A D | treeview.c | 189 const SrcItem *pItem = &pSrc->a[i]; in sqlite3TreeViewSrcList()
|
| H A D | parse.y | 719 SrcItem *pNew = &A->a[A->nSrc-1]; 720 SrcItem *pOld = F->a;
|
| H A D | whereexpr.c | 1810 SrcItem *pItem, /* The FROM clause term to process */ in sqlite3WhereTabFuncArgs()
|
| H A D | insert.c | 2791 SrcItem *pItem; /* An element of pSelect->pSrc */ in xferOptimization()
|