Home
last modified time | relevance | path

Searched refs:pTabItem (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/src/
H A Dwherecode.c1019 SrcItem *pTabItem, /* FROM clause item */ in codeCursorHint() argument
1073 if( pTabItem->fg.jointype & JT_LEFT ){ in codeCursorHint()
1076 || pExpr->w.iJoin!=pTabItem->iCursor in codeCursorHint()
1345 iCur = pTabItem->iCursor; in sqlite3WhereCodeOneLoopStart()
1400 if( pTabItem->fg.viaCoroutine ){ in sqlite3WhereCodeOneLoopStart()
1401 int regYield = pTabItem->regReturn; in sqlite3WhereCodeOneLoopStart()
2141 Table *pTab = pTabItem->pTab; in sqlite3WhereCodeOneLoopStart()
2164 memcpy(pOrTab->a, pTabItem, sizeof(*pTabItem)); in sqlite3WhereCodeOneLoopStart()
2424 if( pTabItem->fg.isRecursive ){ in sqlite3WhereCodeOneLoopStart()
2713 if( (pTabItem->fg.jointype & JT_LTORJ)==0 ){ in sqlite3WhereRightJoinLoop()
[all …]
H A Dwhere.c985 if( pTabItem->fg.viaCoroutine ){ in constructAutomaticIndex()
986 int regYield = pTabItem->regReturn; in constructAutomaticIndex()
1011 if( pTabItem->fg.viaCoroutine ){ in constructAutomaticIndex()
1018 pTabItem->fg.viaCoroutine = 0; in constructAutomaticIndex()
1139 const SrcItem *pTabItem; in sqlite3ConstructBloomFilter() local
5519 p->iDataCur = pTabItem->iCursor; in whereAddIndexedExpr()
5992 SrcItem *pTabItem; in sqlite3WhereBegin() local
5995 pTab = pTabItem->pTab; in sqlite3WhereBegin()
6004 int iCur = pTabItem->iCursor; in sqlite3WhereBegin()
6428 Table *pTab = pTabItem->pTab; in sqlite3WhereEnd()
[all …]