|
Electroneum
|
Classes | |
| struct | bdb_cur |
| struct | Dbt_copy |
| struct | Dbt_copy< cryptonote::blobdata > |
| struct | Dbt_copy< const char * > |
| struct | Dbt_safe |
Functions | |
| template<typename T > | |
| void | throw0 (const T &e) |
| template<typename T > | |
| void | throw1 (const T &e) |
Variables | |
| const char *const | BDB_BLOCKS = "blocks" |
| const char *const | BDB_BLOCK_TIMESTAMPS = "block_timestamps" |
| const char *const | BDB_BLOCK_HEIGHTS = "block_heights" |
| const char *const | BDB_BLOCK_HASHES = "block_hashes" |
| const char *const | BDB_BLOCK_SIZES = "block_sizes" |
| const char *const | BDB_BLOCK_DIFFS = "block_diffs" |
| const char *const | BDB_BLOCK_COINS = "block_coins" |
| const char *const | BDB_TXS = "txs" |
| const char *const | BDB_TX_UNLOCKS = "tx_unlocks" |
| const char *const | BDB_TX_HEIGHTS = "tx_heights" |
| const char *const | BDB_TX_OUTPUTS = "tx_outputs" |
| const char *const | BDB_OUTPUT_TXS = "output_txs" |
| const char *const | BDB_OUTPUT_INDICES = "output_indices" |
| const char *const | BDB_OUTPUT_AMOUNTS = "output_amounts" |
| const char *const | BDB_OUTPUT_KEYS = "output_keys" |
| const char *const | BDB_SPENT_KEYS = "spent_keys" |
| const char *const | BDB_HF_STARTING_HEIGHTS = "hf_starting_heights" |
| const char *const | BDB_HF_VERSIONS = "hf_versions" |
| const char *const | BDB_PROPERTIES = "properties" |
| const unsigned int | MB = 1024 * 1024 |
| const unsigned int | DB_MAX_LOCKS = 5000 |
| const unsigned int | DB_BUFFER_LENGTH = 32 * MB |
| const unsigned int | DB_DEF_CACHESIZE = 256 * MB |
| const unsigned int | DB_BUFFER_COUNT = 1 |
|
inline |
|
inline |
| const char* const anonymous_namespace{db_bdb.cpp}::BDB_BLOCK_COINS = "block_coins" |
| const char* const anonymous_namespace{db_bdb.cpp}::BDB_BLOCK_DIFFS = "block_diffs" |
| const char* const anonymous_namespace{db_bdb.cpp}::BDB_BLOCK_HASHES = "block_hashes" |
| const char* const anonymous_namespace{db_bdb.cpp}::BDB_BLOCK_HEIGHTS = "block_heights" |
| const char* const anonymous_namespace{db_bdb.cpp}::BDB_BLOCK_SIZES = "block_sizes" |
| const char* const anonymous_namespace{db_bdb.cpp}::BDB_BLOCK_TIMESTAMPS = "block_timestamps" |
| const char* const anonymous_namespace{db_bdb.cpp}::BDB_BLOCKS = "blocks" |
| const char* const anonymous_namespace{db_bdb.cpp}::BDB_HF_STARTING_HEIGHTS = "hf_starting_heights" |
| const char* const anonymous_namespace{db_bdb.cpp}::BDB_HF_VERSIONS = "hf_versions" |
| const char* const anonymous_namespace{db_bdb.cpp}::BDB_OUTPUT_AMOUNTS = "output_amounts" |
| const char* const anonymous_namespace{db_bdb.cpp}::BDB_OUTPUT_INDICES = "output_indices" |
| const char* const anonymous_namespace{db_bdb.cpp}::BDB_OUTPUT_KEYS = "output_keys" |
| const char* const anonymous_namespace{db_bdb.cpp}::BDB_OUTPUT_TXS = "output_txs" |
| const char* const anonymous_namespace{db_bdb.cpp}::BDB_PROPERTIES = "properties" |
| const char* const anonymous_namespace{db_bdb.cpp}::BDB_SPENT_KEYS = "spent_keys" |
| const char* const anonymous_namespace{db_bdb.cpp}::BDB_TX_HEIGHTS = "tx_heights" |
| const char* const anonymous_namespace{db_bdb.cpp}::BDB_TX_OUTPUTS = "tx_outputs" |
| const char* const anonymous_namespace{db_bdb.cpp}::BDB_TX_UNLOCKS = "tx_unlocks" |
| const char* const anonymous_namespace{db_bdb.cpp}::BDB_TXS = "txs" |
| const unsigned int anonymous_namespace{db_bdb.cpp}::DB_BUFFER_COUNT = 1 |
| const unsigned int anonymous_namespace{db_bdb.cpp}::DB_BUFFER_LENGTH = 32 * MB |
| const unsigned int anonymous_namespace{db_bdb.cpp}::DB_DEF_CACHESIZE = 256 * MB |
| const unsigned int anonymous_namespace{db_bdb.cpp}::DB_MAX_LOCKS = 5000 |
| const unsigned int anonymous_namespace{db_bdb.cpp}::MB = 1024 * 1024 |