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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c10585 #define EP2_Irreducible 0x0002 /* Cannot EXPRDUP_REDUCE this Expr */ macro
10588 ** The pseudo-routine sqlite3ExprSetIrreducible sets the EP2_Irreducible
10594 # define ExprSetIrreducible(X) (X)->flags2 |= EP2_Irreducible
[all...]

Completed in 350 milliseconds