The Sleuth Kit  4.12.1
Public Member Functions | Public Attributes | List of all members
LegacyCache Struct Reference

Public Member Functions

void clear ()
 
void lock ()
 
void unlock ()
 

Public Attributes

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:

Copyright © 2007-2020 Brian Carrier. (carrier -at- sleuthkit -dot- org)
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.