Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.c19066 #define EP_Static 0x8000000 /* Held in memory not obtained from malloc() */ macro
110414 if( !ExprHasProperty(p, EP_Static)
110415 && !ExprHasProperty(pLeft, EP_Static)
110426 if( !ExprHasProperty(p, EP_Static) ){
110620 staticFlag = EP_Static;
110676 pNew->flags &= ~(EP_Reduced|EP_TokenOnly|EP_Static);
170156 assert( ExprHasProperty(pExpr, EP_Static)==0 );
170157 ExprSetProperty(pExpr, EP_Static);
170159 ExprClearProperty(pExpr, EP_Static);