Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c167684 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];
[all …]