Lines Matching refs:DOCID_CMP
196202 #define DOCID_CMP(i1, i2) ((bDescDoclist?-1:1) * (i1>i2?1:((i1==i2)?0:-1))) macro
196275 sqlite3_int64 iDiff = DOCID_CMP(i1, i2);
196351 sqlite3_int64 iDiff = DOCID_CMP(i1, i2);
198407 if( a[i].bIgnore==0 && (bMaxSet==0 || DOCID_CMP(iMax, a[i].iDocid)<0) ){
198418 && a[i].bIgnore==0 && DOCID_CMP(a[i].iDocid, iMax)<0
198421 if( DOCID_CMP(a[i].iDocid, iMax)>0 ){
199002 sqlite3_int64 iDiff = DOCID_CMP(pLeft->iDocid, pRight->iDocid);
199037 sqlite3_int64 iCmp = DOCID_CMP(pLeft->iDocid, pRight->iDocid);
199052 iCmp = DOCID_CMP(pLeft->iDocid, pRight->iDocid);
199075 && DOCID_CMP(pLeft->iDocid, pRight->iDocid)>0
199738 while( (pIter==0 || DOCID_CMP(iDocid, pCsr->iPrevId)<0 ) && bEof==0 ){
199746 while( (pIter==0 || DOCID_CMP(iDocid, pCsr->iPrevId)>0 ) && bEof==0 ){