Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c20162 #define EP_Immutable 0x02 /* Do not change this Expr node */ macro
34514 if( ExprHasVVAProperty(pExpr, EP_Immutable) ){ in sqlite3TreeViewExpr()
113363 assert( !ExprHasVVAProperty(pExpr,EP_Immutable) );
114336 ExprSetVVAProperty(pNew, EP_Immutable);
116700 assert( !ExprHasVVAProperty(pExpr,EP_Immutable) );
117599 assert( !ExprHasVVAProperty(pExpr,EP_Immutable) );
118534 assert( pExpr==0 || !ExprHasVVAProperty(pExpr,EP_Immutable) );
118757 assert( !ExprHasVVAProperty(pExpr, EP_Immutable) );
118923 assert( !ExprHasVVAProperty(pExpr,EP_Immutable) );
128924 ExprSetVVAProperty(pExpr, EP_Immutable);