Searched refs:iBaseCol (Results 1 – 1 of 1) sorted by relevance
109553 int iBaseCol = pVTab->bTablesUsed ? 4 : 10; local109559 if( p->op==SQLITE_INDEX_CONSTRAINT_EQ && p->iColumn==iBaseCol+1 ){109564 if( p->op==SQLITE_INDEX_CONSTRAINT_ISNULL && p->iColumn==iBaseCol ){155535 int iBaseCol = nKey + nArg + (pF->bOBPayload==0 && pF->bOBUnique==0); local155537 sqlite3VdbeAddOp3(v, OP_Column, pF->iOBTab, iBaseCol+j, regSubtype);