Home
last modified time | relevance | path

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

/glogg/glogg/src/data/
H A Dcompressedlinestorage.cpp
/glogg/src/data/
H A Dcompressedlinestorage.cpp340 Cache* last_read = last_read_.getPtr(); in at() local
343 if ( ( index == last_read->index + 1 ) && ( index % BLOCK_SIZE != 0 ) ) { in at()
344 position = last_read->position; in at()
345 ptr = last_read->ptr; in at()
361 if ( ( index == last_read->index + 1 ) && ( index_in_64 % BLOCK_SIZE != 0 ) ) { in at()
362 position = last_read->position; in at()
363 ptr = last_read->ptr; in at()
379 last_read->index = index; in at()
380 last_read->position = position; in at()
381 last_read->ptr = ptr; in at()