Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c167934 int *aiCurCol, /* Write the referenced table cursor and column here */ argument
167951 aiCurCol[0] = iCur;
167952 aiCurCol[1] = XN_EXPR;
167962 int *aiCurCol, /* Write the referenced table cursor & column here */ argument
167980 aiCurCol[0] = pExpr->iTable;
167981 aiCurCol[1] = pExpr->iColumn;
167989 return exprMightBeIndexed2(pFrom,aiCurCol,pExpr,i);
168096 int aiCurCol[2]; local
168108 if( exprMightBeIndexed(pSrc, aiCurCol, pLeft, op) ){
168109 pTerm->leftCursor = aiCurCol[0];
[all …]