The Sleuth Kit
4.11.1
|
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_LIST * | next |
Pointer to next entry in list. | |
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.
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.