Searched refs:ExprSetProperty (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/sqlite3/ |
| H A D | sqlite3.c | 97621 ExprSetProperty(pExpr, EP_Static); 97638 ExprSetProperty(pExpr, EP_Alias); 98148 ExprSetProperty(pExpr, EP_Leaf); 100458 ExprSetProperty(pNew, EP_HasFunc); 101411 ExprSetProperty(pExpr, v); 102351 ExprSetProperty(pExpr, EP_Subrtn); 102532 ExprSetProperty(pExpr, EP_Subrtn); 129210 ExprSetProperty(pEq, EP_FromJoin); 129246 ExprSetProperty(p, EP_FromJoin); 133129 ExprSetProperty(pExpr, EP_FixedCol); [all …]
|
| /freebsd-12.1/crypto/heimdal/lib/sqlite/ |
| H A 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 …]
|