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

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c10375 #define ExprHasProperty(E,P) (((E)->flags&(P))==(P)) macro
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c18277 #define ExprHasProperty(E,P) (((E)->flags&(P))!=0) macro
[all...]

Completed in 1001 milliseconds