Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
Classes | Typedefs | Functions
leveldb::port Namespace Reference

Classes

class  AtomicPointer
 
class  CondVar
 
class  Mutex
 
class  OnceType
 

Typedefs

typedef intptr_t OnceType
 

Functions

void InitOnce (port::OnceType *, void(*initializer)())
 
bool Snappy_Compress (const char *input, size_t input_length, std::string *output)
 
bool Snappy_GetUncompressedLength (const char *input, size_t length, size_t *result)
 
bool Snappy_Uncompress (const char *input_data, size_t input_length, char *output)
 
bool GetHeapProfile (void(*func)(void *, const char *, int), void *arg)
 
bool Snappy_Compress (const char *input, size_t length,::std::string *output)
 

Typedef Documentation

typedef pthread_once_t leveldb::port::OnceType

Definition at line 69 of file port_example.h.

Function Documentation

bool leveldb::port::GetHeapProfile ( void(*)(void *, const char *, int)  func,
void *  arg 
)
inline

Definition at line 154 of file port_posix.h.

void leveldb::port::InitOnce ( port::OnceType *  ,
void(*)()  initializer 
)

Definition at line 49 of file port_posix.cc.

bool leveldb::port::Snappy_Compress ( const char *  input,
size_t  input_length,
std::string *  output 
)
bool leveldb::port::Snappy_Compress ( const char *  input,
size_t  length,
::std::string *  output 
)
inline

Definition at line 123 of file port_posix.h.

bool leveldb::port::Snappy_GetUncompressedLength ( const char *  input,
size_t  length,
size_t *  result 
)
inline

Definition at line 136 of file port_posix.h.

bool leveldb::port::Snappy_Uncompress ( const char *  input_data,
size_t  input_length,
char *  output 
)
inline

Definition at line 145 of file port_posix.h.