Home
last modified time | relevance | path

Searched defs:ExprHasProperty (Results 1 – 2 of 2) sorted by relevance

/PHP-5.3/ext/sqlite/libsqlite/src/
H A DsqliteInt.h708 #define ExprHasProperty(E,P) (((E)->flags&(P))==(P)) macro
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c10335 #define ExprHasProperty(E,P) (((E)->flags&(P))==(P)) macro

Completed in 228 milliseconds