Home | History | Annotate | Download | only in fts1

Lines Matching refs:iRightCol

695   int iRightCol, iRightPos = readPosition(pRight, &iRightCol);
700 if( iLeftCol==iRightCol && iLeftPos+1==iRightPos ){
706 docListAddPos(pOut, iRightCol, iRightPos);
709 iRightPos = readPosition(pRight, &iRightCol);
710 }else if( iRightCol<iLeftCol ||
711 (iRightCol==iLeftCol && iRightPos<iLeftPos+1) ){
712 iRightPos = readPosition(pRight, &iRightCol);