Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sqlite3/
H A Dshell.c9702 IdxScan *pScan; in expertBestIndex() local
9709 if( pScan ){ in expertBestIndex()
9713 pScan->pTab = p->pTab; in expertBestIndex()
9714 pScan->pNextScan = p->pExpert->pScan; in expertBestIndex()
9715 p->pExpert->pScan = pScan; in expertBestIndex()
9732 pScan->pEq = pNew; in expertBestIndex()
9754 pScan->pOrder = pNew; in expertBestIndex()
10193 IdxScan *pScan, in idxCreateFromCons() argument
11137 IdxScan *pScanOrig = p->pScan; in sqlite3_expert_sql()
11170 p->pScan = pScanOrig; in sqlite3_expert_sql()
[all …]
H A Dsqlite3.c150920 assert( pScan->iEquiv<=pScan->nEquiv );
150921 pWC = pScan->pWC;
150923 iColumn = pScan->aiColumn[pScan->iEquiv-1];
150924 iCur = pScan->aiCur[pScan->iEquiv-1];
150938 && pScan->nEquiv<ArraySize(pScan->aiCur)
150988 pScan->aiCur[ii], pScan->aiColumn[ii]);
151000 if( pScan->iEquiv>=pScan->nEquiv ) break;
151015 pScan->idxaff = sqlite3ExprAffinity(pScan->pIdxExpr);
151047 pScan->pWC = pWC;
151052 pScan->k = 0;
[all …]