Searched refs:aiCurCol (Results 1 – 1 of 1) sorted by relevance
167684 int *aiCurCol, /* Write the referenced table cursor and column here */ argument167701 aiCurCol[0] = iCur;167702 aiCurCol[1] = XN_EXPR;167712 int *aiCurCol, /* Write the referenced table cursor & column here */ argument167730 aiCurCol[0] = pExpr->iTable;167731 aiCurCol[1] = pExpr->iColumn;167739 return exprMightBeIndexed2(pFrom,aiCurCol,pExpr,i);167846 int aiCurCol[2]; local167858 if( exprMightBeIndexed(pSrc, aiCurCol, pLeft, op) ){167859 pTerm->leftCursor = aiCurCol[0];[all …]