Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c199037 sqlite3_int64 iCmp = DOCID_CMP(pLeft->iDocid, pRight->iDocid); local
199042 if( pRight->bEof || (pLeft->bEof==0 && iCmp<0) ){
199044 }else if( pLeft->bEof || iCmp>0 ){
199052 iCmp = DOCID_CMP(pLeft->iDocid, pRight->iDocid);
199053 if( pRight->bEof || (pLeft->bEof==0 && iCmp<0) ){