Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3.c18036 #define EP_VarSelect 0x000020 /* pSelect is correlated, not constant */ macro
98582 ExprSetProperty(pExpr, EP_VarSelect);
101852 if( ExprHasProperty(pX, EP_VarSelect) ) return 0; /* Correlated subq */
102332 if( !ExprHasProperty(pExpr, EP_VarSelect) && pParse->iSelfTab==0 ){
102521 if( !ExprHasProperty(pExpr, EP_VarSelect) ){
144730 if( ExprHasProperty(p, EP_VarSelect) ) pMaskSet->bVarSelect = 1;
/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c10341 #define EP_VarSelect 0x0020 /* pSelect is correlated, not constant */ macro
72394 ExprSetProperty(pExpr, EP_VarSelect);
74613 if( !ExprHasAnyProperty(pExpr, EP_VarSelect) && !pParse->pTriggerTab ){