Searched refs:EP_IsFalse (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c19006 #define EP_IsFalse 0x20000000 /* Always has boolean value of FALSE */ macro
19023 #define ExprAlwaysFalse(E) (((E)->flags&(EP_OuterON|EP_IsFalse))==EP_IsFalse)
[all...]

Completed in 504 milliseconds