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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c10357 #define EP2_Irreducible 0x0002 /* Cannot EXPRDUP_REDUCE this Expr */ macro
10360 ** The pseudo-routine sqlite3ExprSetIrreducible sets the EP2_Irreducible
10366 # define ExprSetIrreducible(X) (X)->flags2 |= EP2_Irreducible
[all...]

Completed in 342 milliseconds