|
Squid Web Cache master
|
Public Attributes | |
| const char * | fname |
| FILE * | file |
| time_t | inner_time |
| time_t | time_offset |
| int | line_count |
| int | bad_line_count |
| int | time_warp_count |
| FI_READER | reader |
| void * | entry |
Definition at line 64 of file test_cache_digest.cc.
| int _FileIterator::bad_line_count |
Definition at line 70 of file test_cache_digest.cc.
Referenced by fileIteratorAdvance().
| void* _FileIterator::entry |
Definition at line 73 of file test_cache_digest.cc.
Referenced by accessLogReader(), fileIteratorDestroy(), main(), and swapStateReader().
| FILE* _FileIterator::file |
Definition at line 66 of file test_cache_digest.cc.
Referenced by accessLogReader(), fileIteratorCreate(), fileIteratorDestroy(), and swapStateReader().
| const char* _FileIterator::fname |
Definition at line 65 of file test_cache_digest.cc.
Referenced by fileIteratorAdvance(), fileIteratorCreate(), fileIteratorDestroy(), and swapStateReader().
| time_t _FileIterator::inner_time |
Definition at line 67 of file test_cache_digest.cc.
Referenced by accessLogReader(), fileIteratorAdvance(), fileIteratorSetCurTime(), main(), and swapStateReader().
| int _FileIterator::line_count |
Definition at line 69 of file test_cache_digest.cc.
Referenced by fileIteratorAdvance(), and swapStateReader().
| FI_READER _FileIterator::reader |
Definition at line 72 of file test_cache_digest.cc.
Referenced by fileIteratorAdvance(), and fileIteratorCreate().
| time_t _FileIterator::time_offset |
Definition at line 68 of file test_cache_digest.cc.
Referenced by fileIteratorAdvance(), and fileIteratorSetCurTime().
| int _FileIterator::time_warp_count |
Definition at line 71 of file test_cache_digest.cc.
Referenced by fileIteratorAdvance().