Searched refs:ExprSetProperty (Results 1 – 2 of 2) sorted by relevance
| /freebsd-10-stable/crypto/heimdal/lib/sqlite/ |
| D | sqlite3.c | 10377 #define ExprSetProperty(E,P) (E)->flags|=(P) macro 71895 ExprSetProperty(pExpr, EP_Static); 72223 ExprSetProperty(p, EP_Resolved); 72249 ExprSetProperty(pExpr, EP_Resolved); 72394 ExprSetProperty(pExpr, EP_VarSelect); 72982 ExprSetProperty(pExpr, EP_Error); 72985 ExprSetProperty(pExpr, EP_Agg); 92610 ExprSetProperty(pEq, EP_FromJoin); 92646 ExprSetProperty(p, EP_FromJoin); 108350 ExprSetProperty(yygotominor.yy118.pExpr, EP_xIsSelect); [all …]
|
| /freebsd-10-stable/contrib/sqlite3/ |
| D | sqlite3.c | 14949 #define ExprSetProperty(E,P) (E)->flags|=(P) macro 88041 ExprSetProperty(pDup, EP_Alias); 88050 ExprSetProperty(pExpr, EP_Static); 88250 ExprSetProperty(pExpr, EP_CanBeNull); 88472 ExprSetProperty(p, EP_Resolved); 88533 ExprSetProperty(pExpr, EP_Resolved); 88626 ExprSetProperty(pExpr, EP_Unlikely|EP_Skip); 88664 ExprSetProperty(pExpr,EP_ConstFunc); 88725 ExprSetProperty(pExpr, EP_VarSelect); 89369 ExprSetProperty(pExpr, EP_Error); [all …]
|