Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/sqlite3/
H A Dshell.c7314 IdxScan *pScan; in expertBestIndex() local
7321 if( pScan ){ in expertBestIndex()
7325 pScan->pTab = p->pTab; in expertBestIndex()
7326 pScan->pNextScan = p->pExpert->pScan; in expertBestIndex()
7327 p->pExpert->pScan = pScan; in expertBestIndex()
7344 pScan->pEq = pNew; in expertBestIndex()
7366 pScan->pOrder = pNew; in expertBestIndex()
7786 IdxScan *pScan, in idxCreateFromCons() argument
8701 IdxScan *pScanOrig = p->pScan; in sqlite3_expert_sql()
8734 p->pScan = pScanOrig; in sqlite3_expert_sql()
[all …]
H A Dsqlite3.c84773 ScanStatus *pScan;
145070 assert( pScan->iEquiv<=pScan->nEquiv );
145071 pWC = pScan->pWC;
145073 iColumn = pScan->aiColumn[pScan->iEquiv-1];
145074 iCur = pScan->aiCur[pScan->iEquiv-1];
145086 && pScan->nEquiv<ArraySize(pScan->aiCur)
145136 if( pScan->iEquiv>=pScan->nEquiv ) break;
145151 pScan->idxaff = sqlite3ExprAffinity(pScan->pIdxExpr);
145183 pScan->pWC = pWC;
145188 pScan->k = 0;
[all …]