Home
last modified time | relevance | path

Searched refs:pOne (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c151991 Expr *pOne = sqlite3ExprInt32(db, 1); local
151992 p->pOrderBy = sqlite3ExprListAppend(pParse, 0, pOne);
167456 WhereTerm *pOne, /* First disjunct */ argument
167459 u16 eOp = pOne->eOperator | pTwo->eOperator;
167466 if( (pOne->wtFlags | pTwo->wtFlags) & TERM_VNULL ) return;
167467 if( (pOne->eOperator & (WO_EQ|WO_LT|WO_LE|WO_GT|WO_GE))==0 ) return;
167471 pA = pOne->pExpr;
167693 WhereTerm *pOne; local
167694 while( (pOne = whereNthSubterm(&pOrWc->a[0],iOne++))!=0 ){
167698 whereCombineDisjuncts(pSrc, pWC, pOne, pTwo);