Searched refs:ExprSetProperty (Results 1 – 1 of 1) sorted by relevance
| /minix3/external/public-domain/sqlite/dist/ |
| H A D | sqlite3.c | 11219 #define ExprSetProperty(E,P) (E)->flags|=(P) macro 75092 ExprSetProperty(pDup, EP_Skip); 75109 ExprSetProperty(pExpr, EP_Static); 75519 ExprSetProperty(p, EP_Resolved); 75591 ExprSetProperty(pExpr, EP_Resolved); 75681 ExprSetProperty(pExpr, EP_Unlikely|EP_Skip); 75710 if( pDef->funcFlags & SQLITE_FUNC_CONSTANT ) ExprSetProperty(pExpr,EP_Constant); 75756 ExprSetProperty(pExpr, EP_VarSelect); 76353 ExprSetProperty(pExpr, EP_Error); 76356 ExprSetProperty(pExpr, EP_Agg); [all …]
|