Lines Matching refs:pIdxExpr
332 pScan->pIdxExpr,iCur)==0) in whereScanNext()
413 pScan->idxaff = sqlite3ExprAffinity(pScan->pIdxExpr); in whereScanInitIndexExpr()
446 pScan->pIdxExpr = 0; in whereScanInit()
463 pScan->pIdxExpr = pIdx->aColExpr->a[j].pExpr; in whereScanInit()
4594 Expr *pIdxExpr = pIndex->aColExpr->a[j].pExpr; in wherePathSatisfiesOrderBy() local
4595 if( sqlite3ExprCompareSkip(pOBExpr, pIdxExpr, iCur) ){ in wherePathSatisfiesOrderBy()
5468 while( pParse->pIdxExpr!=0 ){ in whereIndexedExprCleanup()
5469 IndexedExpr *p = pParse->pIdxExpr; in whereIndexedExprCleanup()
5470 pParse->pIdxExpr = p->pIENext; in whereIndexedExprCleanup()
5517 p->pIENext = pParse->pIdxExpr; in whereAddIndexedExpr()
5526 pParse->pIdxExpr = p; in whereAddIndexedExpr()
6477 IndexedExpr *p = pParse->pIdxExpr; in sqlite3WhereEnd()