Debug routines for libdb. More...
#include <stdio.h>#include <stdlib.h>#include <string.h>#include "odb.h"
Functions | |
| int | odb_check_hash (odb_t const *odb) |
| check that the hash is well built | |
Debug routines for libdb.
| int odb_check_hash | ( | odb_t const * | odb | ) |
check that the hash is well built
References BUCKET_FACTOR, odb_descr_t::current_size, odb_t::data, odb_data::descr, odb_data::hash_base, odb_node_t::key, odb_node_t::next, odb_data::node_base, and odb_descr_t::size.
1.6.1