The Sleuth Kit  4.9.0
Public Attributes | List of all members
TSK_LIST Struct Reference

Linked list structure that holds a 'key' and optional 'length'. More...

#include <tsk_base.h>

Public Attributes

uint64_t key
 Largest value in this run.
 
uint64_t len
 Length of run (negative number, stored as positive)
 
TSK_LISTnext
 Pointer to next entry in list.
 

Detailed Description

Linked list structure that holds a 'key' and optional 'length'.

Note that the data is stored in reverse sort order so that inserts are faster. Also note that the length is a negative number. A key of '6' and a len of '2' means that the run contains 6 and 5.


The documentation for this struct was generated from the following file:

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.