#include "hashdb_tools_i.h"
Defines | |
#define | STR_EMPTY "" |
Functions | |
uint8_t | idxonly_makeindex (TSK_HDB_INFO *hdb_info, TSK_TCHAR *dbtype) |
This function should process the database to create a sorted index of it, but in this case we do not have a database, so just make an error. | |
uint8_t | idxonly_getentry (TSK_HDB_INFO *hdb_info, char *hash, OFF_T offset, TSK_HDB_FLAG_ENUM flags, TSK_HDB_LOOKUP_FN action, void *cb_ptr) |
This function should find the corresponding name at a given offset. |
|
This function should find the corresponding name at a given offset. In this case though, we do not have the original database, so just make an error...
|
|
This function should process the database to create a sorted index of it, but in this case we do not have a database, so just make an error. ..
|