The Sleuth Kit
4.12.1
|
tsk_lists are a linked list of buckets that store a key in REVERSE sorted order. More...
#include "tsk_base_i.h"
Functions | |
uint8_t | tsk_list_add (TSK_LIST **a_tsk_list_head, uint64_t a_key) |
Add an entry to a TSK_LIST (and create one if one does not exist) More... | |
uint8_t | tsk_list_find (TSK_LIST *a_tsk_list_head, uint64_t a_key) |
Search a TSK_LIST for the existence of a value. More... | |
void | tsk_list_free (TSK_LIST *a_tsk_list_head) |
Free a TSK_LIST. More... | |
tsk_lists are a linked list of buckets that store a key in REVERSE sorted order.
They are used to keep track of data as we walk along and prevent loops from data corruption. Note that the len value is actually negative. An entry with a key of 6 and a length of 2 covers the range of 5 to 6.
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.