Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dexpr.c626 int regLeft = 0; in codeVectorCompare() local
653 regLeft = exprCodeSubselect(pParse, pLeft); in codeVectorCompare()
663 r1 = exprVectorRegister(pParse, pLeft, i, regLeft, &pL, &regFree1); in codeVectorCompare()