Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c109553 int iBaseCol = pVTab->bTablesUsed ? 4 : 10; local
109559 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); local
155537 sqlite3VdbeAddOp3(v, OP_Column, pF->iOBTab, iBaseCol+j, regSubtype);