Home
last modified time | relevance | path

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

/dports/textproc/sphinxsearch/sphinx-2.2.11-release/src/
H A Dsphinx.cpp20495 int64_t iRowsTotal = m_iDocinfo; in DebugCheck() local
20498 int64_t iAllRowsTotal = iRowsTotal; in DebugCheck()
20575 for ( int64_t iRow=0; iRow<iRowsTotal; iRow++ ) in DebugCheck()
20809 fprintf ( fp, INT64_FMT"/" INT64_FMT "\r", iRow, iRowsTotal ); in DebugCheck()