Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dexpr.c548 static int exprCodeSubselect(Parse *pParse, Expr *pExpr){ in exprCodeSubselect() function
653 regLeft = exprCodeSubselect(pParse, pLeft); in codeVectorCompare()
654 regRight = exprCodeSubselect(pParse, pRight); in codeVectorCompare()