Searched refs:pFirstTerm (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dwhere.c2836 WhereTerm *pFirstTerm = 0; /* First term matching the index */ local
2860 if( nEq==0 && pProbe->aSample ) pFirstTerm = pTerm;
2946 if( nRow>(double)1 && nEq==1 && pFirstTerm!=0 ){
2947 if( pFirstTerm->eOperator & (WO_EQ|WO_ISNULL) ){
2948 testcase( pFirstTerm->eOperator==WO_EQ );
2949 testcase( pFirstTerm->eOperator==WO_ISNULL );
2950 whereEqualScanEst(pParse, pProbe, pFirstTerm->pExpr->pRight, &nRow);
2951 }else if( pFirstTerm->eOperator==WO_IN && bInEst==0 ){
2952 whereInScanEst(pParse, pProbe, pFirstTerm->pExpr->x.pList, &nRow);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c100490 WhereTerm *pFirstTerm = 0; /* First term matching the index */ local
[all...]

Completed in 479 milliseconds