Lines Matching refs:SrcItem
761 const SrcItem *pSrc /* Table we are trying to access */ in constraintCompatibleWithOuterJoin()
791 const SrcItem *pSrc, /* Table we are trying to access */ in termCanDriveIndex()
823 const SrcItem *pSrc, /* The FROM clause term to get the next index */ in constructAutomaticIndex()
847 SrcItem *pTabItem; /* FROM clause term being indexed */ in constructAutomaticIndex()
1076 const SrcItem *pItem; in sqlite3ConstructBloomFilter()
1139 const SrcItem *pTabItem; in sqlite3ConstructBloomFilter()
1171 SrcItem *pSrc, /* The FROM clause term that is the vtab */ in allocateIndexInfo()
2144 SrcItem *pItem = pWInfo->pTabList->a + p->iTab; in sqlite3WhereLoopPrint()
2786 SrcItem *pSrc, /* FROM clause term being analyzed */ in whereLoopAddBtreeIndex()
3384 SrcItem *pSrc; /* The FROM clause btree term to add */ in whereLoopAddBtree()
3690 SrcItem *pSrc = &pBuilder->pWInfo->pTabList->a[pNew->iTab]; in whereLoopAddVirtualOne()
4004 SrcItem *pSrc; /* The FROM clause term to search */ in whereLoopAddVirtual()
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()
5442 SrcItem *pItem = &pWInfo->pTabList->a[pLoop->iTab]; in whereCheckIfBloomFilterIsUseful()
5491 SrcItem *pTabItem /* The FROM clause entry for the table */ in whereAddIndexedExpr()
5992 SrcItem *pTabItem; in sqlite3WhereBegin()
6161 SrcItem *pSrc; in sqlite3WhereBegin()
6427 SrcItem *pTabItem = &pTabList->a[pLevel->iFrom]; in sqlite3WhereEnd()