Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c20145 #define EP_Static 0x8000000 /* Held in memory not obtained from malloc() */ macro
114245 if( !ExprHasProperty(p, EP_Static)
114246 && !ExprHasProperty(pLeft, EP_Static)
114257 if( !ExprHasProperty(p, EP_Static) ){
114451 staticFlag = EP_Static;
114507 pNew->flags &= ~(EP_Reduced|EP_TokenOnly|EP_Static);
177541 assert( ExprHasProperty(pExpr, EP_Static)==0 );
177542 ExprSetProperty(pExpr, EP_Static);
177544 ExprClearProperty(pExpr, EP_Static);