Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts3/
H A Dfts3.c5354 sqlite3_int64 iCmp = DOCID_CMP(pLeft->iDocid, pRight->iDocid); in fts3EvalNextRow() local
5359 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()