Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c12006 #define ExprSetProperty(E,P) (E)->flags|=(P) macro
81405 ExprSetProperty(pDup, EP_Skip);
81422 ExprSetProperty(pExpr, EP_Static);
81622 ExprSetProperty(pExpr, EP_CanBeNull);
81840 ExprSetProperty(p, EP_Resolved);
81912 ExprSetProperty(pExpr, EP_Resolved);
82038 ExprSetProperty(pExpr,EP_ConstFunc);
82723 ExprSetProperty(pExpr, EP_Error);
82726 ExprSetProperty(pExpr, EP_Agg);
106795 ExprSetProperty(pEq, EP_FromJoin);
[all …]

Completed in 290 milliseconds