|
|
void | clear () |
| |
|
void | lock () |
| |
|
void | unlock () |
| |
|
|
char | cache [TSK_IMG_INFO_CACHE_NUM][TSK_IMG_INFO_CACHE_LEN] |
| | read cache (r/w shared - lock)
|
| |
|
int | cache_age [TSK_IMG_INFO_CACHE_NUM] |
| | "Age" of corresponding cache entry, higher means more recently used (r/w shared - lock)
|
| |
|
size_t | cache_len [TSK_IMG_INFO_CACHE_NUM] |
| | Length of cache entry used (0 if never used) (r/w shared - lock)
|
| |
|
tsk_lock_t | cache_lock |
| | Lock for cache and associated values.
|
| |
|
TSK_OFF_T | cache_off [TSK_IMG_INFO_CACHE_NUM] |
| | starting byte offset of corresponding cache entry (r/w shared - lock)
|
| |
The documentation for this struct was generated from the following files:
- tsk/img/legacy_cache.h
- tsk/img/legacy_cache.cpp