Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c20124 #define EP_Static 0x8000000 /* Held in memory not obtained from malloc() */ macro
114069 if( !ExprHasProperty(p, EP_Static)
114070 && !ExprHasProperty(pLeft, EP_Static)
114081 if( !ExprHasProperty(p, EP_Static) ){
114275 staticFlag = EP_Static;
114331 pNew->flags &= ~(EP_Reduced|EP_TokenOnly|EP_Static);
177286 assert( ExprHasProperty(pExpr, EP_Static)==0 );
177287 ExprSetProperty(pExpr, EP_Static);
177289 ExprClearProperty(pExpr, EP_Static);