Lines Matching refs:aiCurCol
167684 int *aiCurCol, /* Write the referenced table cursor and column here */ argument
167701 aiCurCol[0] = iCur;
167702 aiCurCol[1] = XN_EXPR;
167712 int *aiCurCol, /* Write the referenced table cursor & column here */ argument
167730 aiCurCol[0] = pExpr->iTable;
167731 aiCurCol[1] = pExpr->iColumn;
167739 return exprMightBeIndexed2(pFrom,aiCurCol,pExpr,i);
167846 int aiCurCol[2]; local
167858 if( exprMightBeIndexed(pSrc, aiCurCol, pLeft, op) ){
167859 pTerm->leftCursor = aiCurCol[0];
167861 pTerm->u.x.leftColumn = aiCurCol[1];
167866 && exprMightBeIndexed(pSrc, aiCurCol, pRight, op)
167897 pNew->leftCursor = aiCurCol[0];
167899 pNew->u.x.leftColumn = aiCurCol[1];