Home
last modified time | relevance | path

Searched refs:SphZoneHit_e (Results 1 – 6 of 6) sorted by relevance

/dports/textproc/libsphinxclient/sphinx-2.0.9-release/src/
H A Dsphinxint.h1025 enum SphZoneHit_e enum
1036 virtual SphZoneHit_e IsInZone ( int iZone, const ExtHit_t * pHit ) = 0;
H A Dsphinxsearch.cpp760 virtual SphZoneHit_e IsInZone ( int iZone, const ExtHit_t * pHit );
1652 SphZoneHit_e eState = m_pZoneChecker->IsInZone ( m_dZones[i], pHit ); in IsAcceptableHit()
4216 SphZoneHit_e ExtRanker_c::IsInZone ( int iZone, const ExtHit_t * pHit ) in IsInZone()
H A Dsphinxexcerpt.cpp1877 virtual SphZoneHit_e IsInZone ( int iZone, const ExtHit_t * pHit ) in IsInZone()
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/src/
H A Dsphinxint.h1317 enum SphZoneHit_e enum
1328 virtual SphZoneHit_e IsInZone ( int iZone, const ExtHit_t * pHit, int * pLastSpan ) = 0;
H A Dsphinxsearch.cpp1081 virtual SphZoneHit_e IsInZone ( int iZone, const ExtHit_t * pHit, int * pLastSpan );
2362 SphZoneHit_e eState = m_pZoneChecker->IsInZone ( m_dZones[i], pHit, NULL ); in IsAcceptableHit()
5737 static SphZoneHit_e ZoneCacheFind ( const ZoneVVector_t & dZones, int iZone, const ExtHit_t * pHit,… in ZoneCacheFind()
5762 SphZoneHit_e ExtRanker_c::IsInZone ( int iZone, const ExtHit_t * pHit, int * pLastSpan ) in IsInZone()
5765 SphZoneHit_e eRes = ZoneCacheFind ( m_dZoneInfo, iZone, pHit, pLastSpan ); in IsInZone()
H A Dsphinxexcerpt.cpp182 virtual SphZoneHit_e IsInZone ( int iZone, const ExtHit_t * pHit, int * pLastSpan ) in IsInZone()