Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sqlite3/
H A Dsqlite3.c17790 #define EP_VarSelect 0x000020 /* pSelect is correlated, not constant */ macro
100734 ExprSetProperty(pExpr, EP_VarSelect);
104173 if( ExprHasProperty(pX, EP_VarSelect) ) return 0; /* Correlated subq */
104655 if( !ExprHasProperty(pExpr, EP_VarSelect) && pParse->iSelfTab==0 ){
104872 if( !ExprHasProperty(pExpr, EP_VarSelect) ){
150542 if( ExprHasProperty(p, EP_VarSelect) ) pMaskSet->bVarSelect = 1;