EP_VarSelect     70125 third_party/sqlite/amalgamation/sqlite3.c           ExprSetProperty(pExpr, EP_VarSelect);
EP_VarSelect     72330 third_party/sqlite/amalgamation/sqlite3.c   if( !ExprHasAnyProperty(pExpr, EP_VarSelect) && !pParse->pTriggerTab ){
EP_VarSelect     1593 third_party/sqlite/src/src/expr.c   if( !ExprHasAnyProperty(pExpr, EP_VarSelect) && !pParse->pTriggerTab ){
EP_VarSelect      594 third_party/sqlite/src/src/resolve.c           ExprSetProperty(pExpr, EP_VarSelect);