Home
last modified time | relevance | path

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

/dports/textproc/libsphinxclient/sphinx-2.0.9-release/src/
H A Dsphinx.h665 struct CSphWordHit;
733 virtual void HitblockPatch ( CSphWordHit *, int ) const {} in HitblockPatch()
851 struct CSphWordHit struct
1413 const CSphWordHit * First () const in First()
1418 const CSphWordHit * Last () const in Last()
1427 CSphWordHit & tHit = m_dData.Add(); in AddHit()
1435 CSphVector<CSphWordHit> m_dData;
H A Dtests.cpp1354 inline bool operator < ( const CSphWordHit & a, const CSphWordHit & b ) in operator <()
1433 CSphWordHit * pHits = new CSphWordHit [ MAXHITS ]; in BenchSort()
1439 if ( (int)fread ( pHits, sizeof(CSphWordHit), HITS, fp )!=HITS ) in BenchSort()
H A Dsphinx.cpp8208 inline bool IsLess ( const CSphWordHit & a, const CSphWordHit & b ) const in IsLess()
9138 CSphWordHit * pArena = dHits; in BuildMVA()
10065 CSphWordHit * pHits = dHits; in Build()
18436 static CSphWordHit * FindFirstGte ( CSphWordHit * pHits, int iHits, SphWordID_t uID ) in FindFirstGte()
18441 CSphWordHit * pL = pHits; in FindFirstGte()
18491 CSphVector<CSphWordHit*> dChunk; in HitblockPatch()
18546 CSphWordHit * pTemp; in HitblockPatch()
18567 CSphWordHit * pOut = pTemp; in HitblockPatch()
20534 CSphWordHit * pHit = const_cast < CSphWordHit * > ( m_tHits.Last() ); in BuildSubstringHits()
20619 CSphWordHit * pHit = const_cast < CSphWordHit * > ( m_tHits.Last() ); in BuildRegularHits()
[all …]
H A Dsphinxrt.cpp137 inline bool IsLess ( const CSphWordHit & a, const CSphWordHit & b ) in IsLess()
150 inline bool IsLess ( const CSphWordHit & a, const CSphWordHit & b ) in IsLess()
764 CSphTightVector<CSphWordHit> m_dAccum;
1274 CSphVector<CSphWordHit> m_dHits;
1543 CSphWordHit tLastHit; in AddDocument()
1550 for ( const CSphWordHit * pHit = pHits->First(); pHit<=pHits->Last(); pHit++ ) in AddDocument()
1593 CSphWordHit tClosingHit; in CreateSegment()
1622 const CSphWordHit & tHit = m_dAccum[i]; in CreateSegment()
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/src/
H A Dsphinx.h827 struct CSphWordHit;
925 virtual void HitblockPatch ( CSphWordHit *, int ) const {} in HitblockPatch() argument
1151 struct CSphWordHit struct
1849 const CSphWordHit * First () const in First()
1854 const CSphWordHit * Last () const in Last()
1863 CSphWordHit & tHit = m_dData.Add(); in AddHit()
1871 CSphVector<CSphWordHit> m_dData;
H A Dtests.cpp1985 inline bool operator < ( const CSphWordHit & a, const CSphWordHit & b ) in operator <()
2064 CSphWordHit * pHits = new CSphWordHit [ MAXHITS ]; in BenchSort()
2070 if ( (int)fread ( pHits, sizeof(CSphWordHit), HITS, fp )!=HITS ) in BenchSort()
H A Dsphinx.cpp10821 inline bool IsLess ( const CSphWordHit & a, const CSphWordHit & b ) const in IsLess()
12638 CSphWordHit * pHits = dHits.Begin(); in Build()
24124 static CSphWordHit * FindFirstGte ( CSphWordHit * pHits, int iHits, SphWordID_t uID ) in FindFirstGte()
24129 CSphWordHit * pL = pHits; in FindFirstGte()
24130 CSphWordHit * pR = pHits + iHits - 1; in FindFirstGte()
24136 CSphWordHit * pM = pL + ( pR-pL )/2; in FindFirstGte()
24179 CSphVector<CSphWordHit*> dChunk; in HitblockPatch()
24234 CSphWordHit * pTemp; in HitblockPatch()
24255 CSphWordHit * pOut = pTemp; in HitblockPatch()
26558 CSphWordHit * pTail = const_cast < CSphWordHit * > ( m_tHits.Last() ); in BuildSubstringHits()
[all …]
H A Dsphinxrt.cpp143 inline bool IsLess ( const CSphWordHit & a, const CSphWordHit & b ) in IsLess()
156 inline bool IsLess ( const CSphWordHit & a, const CSphWordHit & b ) in IsLess()
857 CSphTightVector<CSphWordHit> m_dAccum;
1825 CSphWordHit tLastHit; in AddDocument()
1832 for ( const CSphWordHit * pHit = pHits->First(); pHit<=pHits->Last(); pHit++ ) in AddDocument()
1882 CSphWordHit tClosingHit; in CreateSegment()
1912 const CSphWordHit & tHit = m_dAccum[i]; in CreateSegment()