Home | History | Annotate | Download | only in fts1

Lines Matching refs:iEnd

447     int iStart, iEnd;
449 pReader->p += getVarint32(pReader->p, &iEnd);
2230 int iBegin, iEnd, iPos; /* Offsets of beginning and end */
2252 rc = pTModule->xNext(pTCursor, &zToken, &nToken, &iBegin, &iEnd, &iPos);
2255 iRotorLen[iRotor&FTS1_ROTOR_MASK] = iEnd-iBegin;
2425 int iStart, iEnd;
2473 iEnd = aMatch[i].iStart + aMatch[i].nByte + 40;
2474 iEnd = wordBoundary(iEnd, zDoc, nDoc, aMatch, nMatch, iCol);
2475 if( iEnd>=nDoc-10 ){
2476 iEnd = nDoc;
2482 while( iStart<iEnd ){
2487 if( iMatch<nMatch && aMatch[iMatch].iStart<iEnd
2503 nappend(&sb, &zDoc[iStart], iEnd - iStart);
2504 iStart = iEnd;
2508 tailOffset = iEnd;
2689 int nToken, iBegin, iEnd, iPos;
2693 &iBegin, &iEnd, &iPos);
2696 pSegment[iEnd]==':' &&