Searched refs:iCmp (Results 1 – 2 of 2) sorted by relevance
100 int32_t iCmp = 1; in CompareLine() local106 iCmp = WelsMemcmp (pYSrc + 12, pYRef + 12, kiWidth - 12); in CompareLine()107 return iCmp; in CompareLine()
184782 sqlite3_int64 iCmp = DOCID_CMP(pLeft->iDocid, pRight->iDocid);184787 if( pRight->bEof || (pLeft->bEof==0 && iCmp<0) ){184789 }else if( pLeft->bEof || iCmp>0 ){184797 iCmp = DOCID_CMP(pLeft->iDocid, pRight->iDocid);184798 if( pRight->bEof || (pLeft->bEof==0 && iCmp<0) ){