Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dexpr.c2644 static int sqlite3InRhsIsConstant(Expr *pIn){ in sqlite3InRhsIsConstant() function
2920 && (!sqlite3InRhsIsConstant(pX) || pX->x.pList->nExpr<=2) in sqlite3FindInIndex()