|
| bool | hog::hstoreCanRead (storage::Transaction &txn, size_t n) |
| |
| const uint8_t * | hog::hstoreUnsafeRead (storage::Transaction &txn, size_t n) |
| |
| const uint8_t * | hog::hstoreUnsafeReadFixedArray (storage::Transaction &txn, size_t bytes, size_t asIfLen) |
| |
| cc * | hog::loggerCompiler () |
| |
| | hog::DEFINE_STRUCT (Stmt,(strref, name),(size_t, flags),(strref, display),(strref, file),(size_t, line)) |
| |
| std::string | hog::ensureDirExists (const std::string &dirPfx) |
| |
| std::string | hog::freshTempFile (const std::string &dirPfx) |
| |
| ProcessTxnF | hog::initStorageSession (Session *s, const std::string &dirPfx, storage::PipeQOS qos, storage::CommitMethod cm, const storage::statements &stmts) |
| |