Home | History | Annotate | Download | only in src

Lines Matching defs:SWAP

500 ** Swap two objects of type TYPE.
502 #define SWAP(TYPE,A,B) {TYPE t=A; A=B; B=t;}
522 SWAP(CollSeq*,pExpr->pRight->pColl,pExpr->pLeft->pColl);
525 SWAP(Expr*,pExpr->pRight,pExpr->pLeft);
3898 SWAP(WhereTerm *, pRangeEnd, pRangeStart);