Searched refs:pTwo (Results 1 – 2 of 2) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | whereexpr.c | 516 WhereTerm *pTwo /* Second disjunct */ in whereCombineDisjuncts() argument 518 u16 eOp = pOne->eOperator | pTwo->eOperator; in whereCombineDisjuncts() 524 if( (pOne->wtFlags | pTwo->wtFlags) & TERM_VNULL ) return; in whereCombineDisjuncts() 526 if( (pTwo->eOperator & (WO_EQ|WO_LT|WO_LE|WO_GT|WO_GE))==0 ) return; in whereCombineDisjuncts() 530 assert( pTwo->pExpr->pLeft!=0 && pTwo->pExpr->pRight!=0 ); in whereCombineDisjuncts() 531 if( sqlite3ExprCompare(0,pOne->pExpr->pLeft, pTwo->pExpr->pLeft, -1) ) return; in whereCombineDisjuncts() 532 if( sqlite3ExprCompare(0,pOne->pExpr->pRight, pTwo->pExpr->pRight,-1) )return; in whereCombineDisjuncts() 749 WhereTerm *pTwo; in exprAnalyzeOrTerm() local 750 while( (pTwo = whereNthSubterm(&pOrWc->a[1],iTwo++))!=0 ){ in exprAnalyzeOrTerm() 751 whereCombineDisjuncts(pSrc, pWC, pOne, pTwo); in exprAnalyzeOrTerm()
|
| /sqlite-3.40.0/ext/lsm1/ |
| H A D | lsm_sorted.c | 6053 Segment *pTwo, /* Segment containing pointer targets */ in assertPointersOk() argument 6061 assert( pOne && pTwo ); in assertPointersOk() 6066 ptr2.pSeg = pTwo; in assertPointersOk() 6072 iPrev = pTwo->iFirst; in assertPointersOk()
|