Home
last modified time | relevance | path

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

/dports/textproc/libsphinxclient/sphinx-2.0.9-release/src/
H A Dsphinx.cpp714 int64_t iToReadOnce = ( m_pProgress && m_pStat ) in Read() local
717 int64_t iGot = (int64_t) sphRead ( GetFD(), pCur, (size_t)iToReadOnce ); in Read()
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/src/
H A Dsphinx.cpp504 int64_t iToReadOnce = ( m_pStat ) in Read() local
507 int64_t iGot = sphRead ( GetFD(), pCur, (size_t)iToReadOnce ); in Read()