Searched refs:EP_Commuted (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/sqlite3/ |
| H A D | sqlite3.c | 18040 #define EP_Commuted 0x000200 /* Comparison operator has been commuted */ macro 99843 if( ExprHasProperty(p, EP_Commuted) ){ 100083 int isCommuted = ExprHasProperty(pExpr,EP_Commuted); 103497 ExprHasProperty(pExpr,EP_Commuted)); 104394 r1, r2, dest, jumpIfNull, ExprHasProperty(pExpr,EP_Commuted)); 104570 r1, r2, dest, jumpIfNull,ExprHasProperty(pExpr,EP_Commuted)); 104756 if( (pA->flags & (EP_Distinct|EP_Commuted)) 104757 != (pB->flags & (EP_Distinct|EP_Commuted)) ) return 2; 143327 pExpr->flags ^= EP_Commuted;
|