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

/external/chromium_org/third_party/sqlite/src/src/
H A DsqliteInt.h1704 #define EP2_Irreducible 0x0002 /* Cannot EXPRDUP_REDUCE this Expr */ macro
1707 ** The pseudo-routine sqlite3ExprSetIrreducible sets the EP2_Irreducible
1713 # define ExprSetIrreducible(X) (X)->flags2 |= EP2_Irreducible
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c10049 #define EP2_Irreducible 0x0002 /* Cannot EXPRDUP_REDUCE this Expr */ macro
10052 ** The pseudo-routine sqlite3ExprSetIrreducible sets the EP2_Irreducible
10058 # define ExprSetIrreducible(X) (X)->flags2 |= EP2_Irreducible
[all...]

Completed in 192 milliseconds