Searched refs:iCmp (Results 1 – 1 of 1) sorted by relevance
5354 sqlite3_int64 iCmp = DOCID_CMP(pLeft->iDocid, pRight->iDocid); in fts3EvalNextRow() local5359 if( pRight->bEof || (pLeft->bEof==0 && iCmp<0) ){ in fts3EvalNextRow()5361 }else if( pLeft->bEof || iCmp>0 ){ in fts3EvalNextRow()5369 iCmp = DOCID_CMP(pLeft->iDocid, pRight->iDocid); in fts3EvalNextRow()5370 if( pRight->bEof || (pLeft->bEof==0 && iCmp<0) ){ in fts3EvalNextRow()