![]() |
Feathercoin
0.5.0
P2P Digital Currency
|
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 pthread_once_t leveldb::port::OnceType |
Definition at line 69 of file port_example.h.
|
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 | ||
) |
|
inline |
Definition at line 123 of file port_posix.h.
|
inline |
Definition at line 136 of file port_posix.h.
|
inline |
Definition at line 145 of file port_posix.h.