Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c19522 #define EP_Immutable 0x02 /* Do not change this Expr node */ macro
33674 if( ExprHasVVAProperty(pExpr, EP_Immutable) ){ in sqlite3TreeViewExpr()
111061 assert( !ExprHasVVAProperty(pExpr,EP_Immutable) );
112021 ExprSetVVAProperty(pNew, EP_Immutable);
114279 assert( !ExprHasVVAProperty(pExpr,EP_Immutable) );
115089 assert( !ExprHasVVAProperty(pExpr,EP_Immutable) );
115999 assert( pExpr==0 || !ExprHasVVAProperty(pExpr,EP_Immutable) );
116222 assert( !ExprHasVVAProperty(pExpr, EP_Immutable) );
116365 assert( !ExprHasVVAProperty(pExpr,EP_Immutable) );
125586 ExprSetVVAProperty(pExpr, EP_Immutable);