Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c151761 Expr *pOne = sqlite3ExprInt32(db, 1); local
151762 p->pOrderBy = sqlite3ExprListAppend(pParse, 0, pOne);
167202 WhereTerm *pOne, /* First disjunct */ argument
167205 u16 eOp = pOne->eOperator | pTwo->eOperator;
167212 if( (pOne->wtFlags | pTwo->wtFlags) & TERM_VNULL ) return;
167213 if( (pOne->eOperator & (WO_EQ|WO_LT|WO_LE|WO_GT|WO_GE))==0 ) return;
167217 pA = pOne->pExpr;
167439 WhereTerm *pOne; local
167440 while( (pOne = whereNthSubterm(&pOrWc->a[0],iOne++))!=0 ){
167444 whereCombineDisjuncts(pSrc, pWC, pOne, pTwo);