Home
last modified time | relevance | path

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

/glogg/glogg/src/data/
H A Dlogfiltereddata.h
H A Dcompressedlinestorage.cpp
H A Dlogdataworkerthread.cpp
H A Dlogfiltereddataworkerthread.h
H A Dlogfiltereddata.cpp
/glogg/src/data/
H A Dlogfiltereddata.h119 void searchProgressed( int nbMatches, int progress, qint64 initial_position );
122 void handleSearchProgressed( int NbMatches, int progress, qint64 initial_position );
H A Dcompressedlinestorage.cpp33 char* block32_new( int block_size, uint32_t initial_position, in block32_new() argument
42 *(reinterpret_cast<uint32_t*>(ptr)) = initial_position; in block32_new()
51 char* block64_new( int block_size, uint64_t initial_position, in block64_new() argument
60 *(reinterpret_cast<uint64_t*>(ptr)) = initial_position; in block64_new()
H A Dlogdataworkerthread.cpp322 qint64 initial_position = indexing_data_->getSize(); in start() local
325 << initial_position << " ..."; in start()
329 doIndex( indexing_data_, encoding_speculator_, initial_position ); in start()
H A Dlogfiltereddataworkerthread.h165 void searchProgressed( int percent, int nbMatches, qint64 initial_position );
H A Dlogfiltereddata.cpp278 void LogFilteredData::handleSearchProgressed( int nbMatches, int progress, qint64 initial_position ) in handleSearchProgressed() argument
287 emit searchProgressed( nbMatches, progress, initial_position ); in handleSearchProgressed()
/glogg/glogg/src/
H A Dcrawlerwidget.h
H A Dcrawlerwidget.cpp
/glogg/src/
H A Dcrawlerwidget.h148 void updateFilteredView( int nbMatches, int progress, qint64 initial_position );
H A Dcrawlerwidget.cpp299 void CrawlerWidget::updateFilteredView( int nbMatches, int progress, qint64 initial_position ) in updateFilteredView() argument
334 if ( initial_position > 0 ) in updateFilteredView()
343 if ( ( progress == 100 ) && ( initial_position == 0 ) && ( !isFollowEnabled() ) ) { in updateFilteredView()