Searched refs:EP_Commuted (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/sqlite3/ |
| H A D | sqlite3.c | 19467 #define EP_Commuted 0x000400 /* Comparison operator has been commuted */ macro 110798 if( ExprHasProperty(p, EP_Commuted) ){ 111059 int isCommuted = ExprHasProperty(pExpr,EP_Commuted); 115318 ExprHasProperty(pExpr,EP_Commuted)); 116284 r1, r2, dest, jumpIfNull, ExprHasProperty(pExpr,EP_Commuted)); 116461 r1, r2, dest, jumpIfNull,ExprHasProperty(pExpr,EP_Commuted)); 116674 if( (pA->flags & (EP_Distinct|EP_Commuted)) 116675 != (pB->flags & (EP_Distinct|EP_Commuted)) ) return 2; 162665 pExpr->flags ^= EP_Commuted;
|