Searched refs:aiCurCol (Results 1 – 1 of 1) sorted by relevance
167934 int *aiCurCol, /* Write the referenced table cursor and column here */ argument167951 aiCurCol[0] = iCur;167952 aiCurCol[1] = XN_EXPR;167962 int *aiCurCol, /* Write the referenced table cursor & column here */ argument167980 aiCurCol[0] = pExpr->iTable;167981 aiCurCol[1] = pExpr->iColumn;167989 return exprMightBeIndexed2(pFrom,aiCurCol,pExpr,i);168096 int aiCurCol[2]; local168108 if( exprMightBeIndexed(pSrc, aiCurCol, pLeft, op) ){168109 pTerm->leftCursor = aiCurCol[0];[all …]