Home
last modified time | relevance | path

Searched refs:m_dZoneVecs (Results 1 – 2 of 2) sorted by relevance

/dports/textproc/libsphinxclient/sphinx-2.0.9-release/src/
H A Dsphinxquery.cpp66 m_dStateSpec.Last()->SetZoneSpec ( m_dZoneVecs[iZoneVec] ); in SetZoneVec()
83 return m_dZoneVecs[iZoneVec]; in GetZoneVec()
118 CSphVector < CSphVector<int> > m_dZoneVecs; member in XQParser_t
546 m_dZoneVecs.Add().Add ( iZone ); in ParseZone()
547 return m_dZoneVecs.GetLength()-1; in ParseZone()
555 CSphVector<int> & dZones = m_dZoneVecs.Add(); in ParseZone()
592 return m_dZoneVecs.GetLength()-1; in ParseZone()
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/src/
H A Dsphinxquery.cpp89 m_dStateSpec.Last()->SetZoneSpec ( m_dZoneVecs[iZoneVec], bZoneSpan ); in SetZoneVec()
106 return m_dZoneVecs[iZoneVec]; in GetZoneVec()
149 CSphVector < CSphVector<int> > m_dZoneVecs; member in XQParser_t
674 m_dZoneVecs.Add().Add ( iZone ); in ParseZone()
675 return m_dZoneVecs.GetLength()-1; in ParseZone()
683 CSphVector<int> & dZones = m_dZoneVecs.Add(); in ParseZone()
720 return m_dZoneVecs.GetLength()-1; in ParseZone()