Linked list structure that holds a 'key' and optional 'length'. More...
#include <tsk_base.h>
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.