|
void | hog::read (gzbuffer *in, uint8_t *b, size_t n) |
|
void | hog::read (gzbuffer *in, uint32_t *n) |
|
void | hog::read (gzbuffer *in, uint64_t *n) |
|
void | hog::read (gzbuffer *in, std::string *x) |
|
void | hog::read (gzbuffer *in, std::vector< uint8_t > *x) |
|
void | hog::read (gzbuffer *in, storage::statements *stmts) |
|
void | hog::runRecvConnection (int c, std::string dir) |
|
void | hog::runRecvServer (int socket, std::string dir) |
|
std::thread | hog::pullRemoteDataT (const std::string &dir, const std::string &listenport) |
|
bool | hog::pullRemoteData (const std::string &dir, const std::string &listenport) |
|