Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c18983 #define EP_VarSelect 0x000040 /* pSelect is correlated, not constant */ macro
107479 ExprSetProperty(pExpr, EP_VarSelect);
111233 if( ExprHasProperty(pX, EP_VarSelect) ) return 0; /* Correlated subq */
111719 if( !ExprHasProperty(pExpr, EP_VarSelect) && pParse->iSelfTab==0 ){
111942 if( !ExprHasProperty(pExpr, EP_VarSelect) ){
160708 if( ExprHasProperty(p, EP_VarSelect) ) pMaskSet->bVarSelect = 1;