Home
last modified time | relevance | path

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

/dports/textproc/sphinxsearch/sphinx-2.2.11-release/src/
H A Dsphinxquery.cpp138 int m_iOvershortStep; member in XQParser_t
848 m_iPendingNulls = m_pTokenizer->GetOvershortCount() * m_iOvershortStep; in GetToken()
861 m_iPendingNulls = m_pTokenizer->GetOvershortCount() * m_iOvershortStep; in GetToken()
1754 m_iOvershortStep = tSettings.m_iOvershortStep; in Parse()
H A Dsphinxutils.cpp1395 tSettings.m_iOvershortStep = Min ( Max ( hIndex.GetInt ( "overshort_step", 1 ), 0 ), 1 ); in sphConfIndex()
H A Dsphinx.h1825 int m_iOvershortStep; ///< position step on overshort token (default is 1) member
H A Dsphinx.cpp11423 tWriter.PutDword ( tSettings.m_iOvershortStep ); in SaveIndexSettings()
16380 tSettings.m_iOvershortStep = (int)tReader.GetDword(); in LoadIndexSettings()
25882 , m_iOvershortStep ( 1 ) in CSphSourceSettings()
25995 m_iOvershortStep = Min ( Max ( tSettings.m_iOvershortStep, 0 ), 1 ); in Setup()
26458 …tState.m_iHitPos, m_tState.m_iBuildLastStep + m_pTokenizer->GetOvershortCount()*m_iOvershortStep ); in BuildSubstringHits()
26608 …tState.m_iHitPos, m_tState.m_iBuildLastStep + m_pTokenizer->GetOvershortCount()*m_iOvershortStep ); in BuildRegularHits()
H A Dsphinxrt.cpp8736 uHash = sphFNV64 ( &tSettings.m_iOvershortStep, sizeof(tSettings.m_iOvershortStep), uHash ); in sphGetSettingsFNV()
/dports/textproc/libsphinxclient/sphinx-2.0.9-release/src/
H A Dsphinxutils.cpp922 tSettings.m_iOvershortStep = Min ( Max ( hIndex.GetInt ( "overshort_step", 1 ), 0 ), 1 ); in sphConfIndex()
H A Dsphinx.h1390 int m_iOvershortStep; ///< position step on overshort token (default is 1) member
H A Dsphinx.cpp20000 , m_iOvershortStep ( 1 ) in CSphSourceSettings()
20103 m_iOvershortStep = Min ( Max ( tSettings.m_iOvershortStep, 0 ), 1 ); in Setup()
20444 …tState.m_iHitPos, m_tState.m_iBuildLastStep + m_pTokenizer->GetOvershortCount()*m_iOvershortStep ); in BuildSubstringHits()
20579 …tState.m_iHitPos, m_tState.m_iBuildLastStep + m_pTokenizer->GetOvershortCount()*m_iOvershortStep ); in BuildRegularHits()