Home
last modified time | relevance | path

Searched refs:m_sLastWarning (Results 1 – 4 of 4) sorted by relevance

/dports/textproc/libsphinxclient/sphinx-2.0.9-release/src/
H A Dsphinx.h2640 virtual const CSphString & GetLastWarning () const { return m_sLastWarning; } in GetLastWarning()
2750 CSphString m_sLastWarning; variable
H A Dsphinx.cpp10431 while ( const ISphHits * pDocHits = pSource->IterateHits ( m_sLastWarning ) ) in Build()
11926 m_sLastWarning.SetSprintf ( "discarded hitlists for %u words", iHitlistsDiscarded ); in MergeWords()
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/src/
H A Dsphinx.h3235 virtual const CSphString & GetLastWarning () const { return m_sLastWarning; } in GetLastWarning()
3374 CSphString m_sLastWarning; variable
H A Dsphinx.cpp13063 while ( const ISphHits * pDocHits = pSource->IterateHits ( m_sLastWarning ) ) in Build()
15374 if ( !m_pKillList.Alloc ( iCount, m_sLastError, m_sLastWarning ) ) in ReplaceKillList()