Searched refs:EP_Commuted (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/public-domain/sqlite/dist/ |
| H A D | sqlite3.c | 18987 #define EP_Commuted 0x000400 /* Comparison operator has been commuted */ macro 108837 if( ExprHasProperty(p, EP_Commuted) ){ 109098 int isCommuted = ExprHasProperty(pExpr,EP_Commuted); 113052 ExprHasProperty(pExpr,EP_Commuted)); 113997 r1, r2, dest, jumpIfNull, ExprHasProperty(pExpr,EP_Commuted)); 114174 r1, r2, dest, jumpIfNull,ExprHasProperty(pExpr,EP_Commuted)); 114383 if( (pA->flags & (EP_Distinct|EP_Commuted)) 114384 != (pB->flags & (EP_Distinct|EP_Commuted)) ) return 2; 159064 pExpr->flags ^= EP_Commuted;
|