The Sleuth Kit Framework  4.1
Macros | Typedefs | Functions
TskImgDBSqlite.cpp File Reference

A SQLite based implementation of the framework data access layer. More...

#include <stdio.h>
#include <string.h>
#include <cassert>
#include <iostream>
#include <sstream>
#include <iomanip>
#include <map>
#include <assert.h>
#include "Poco/UnicodeConverter.h"
#include "Poco/Thread.h"
#include "TskImgDBSqlite.h"
#include "TskServices.h"
#include "tsk/framework/utilities/TskException.h"
#include "TskDBBlackboard.h"
#include "Poco/NumberParser.h"
#include "Poco/Path.h"

Macros

#define IMGDB_CHUNK_SIZE   1024*1024*1
 
#define IMGDB_MAX_RETRY_COUNT   50
 
#define IMGDB_RETRY_WAIT   100
 

Typedefs

typedef std::map< std::string,
int > 
FileTypeMap_t
 

Functions

int tsk_strnicmp (const char *s1, const char *s2, size_t N)
 

Detailed Description

A SQLite based implementation of the framework data access layer.


Copyright © 2011-2013 Brian Carrier. (carrier -at- sleuthkit -dot- org)
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.