Searched refs:EP_Immutable (Results 1 – 1 of 1) sorted by relevance
19042 #define EP_Immutable 0x02 /* Do not change this Expr node */ macro32791 if( ExprHasVVAProperty(pExpr, EP_Immutable) ){ in sqlite3TreeViewExpr()109100 assert( !ExprHasVVAProperty(pExpr,EP_Immutable) );110046 ExprSetVVAProperty(pNew, EP_Immutable);112088 assert( !ExprHasVVAProperty(pExpr,EP_Immutable) );112823 assert( !ExprHasVVAProperty(pExpr,EP_Immutable) );113712 assert( pExpr==0 || !ExprHasVVAProperty(pExpr,EP_Immutable) );113935 assert( !ExprHasVVAProperty(pExpr, EP_Immutable) );114078 assert( !ExprHasVVAProperty(pExpr,EP_Immutable) );123204 ExprSetVVAProperty(pExpr, EP_Immutable);