Searched defs:odb (Results 1 – 5 of 5) sorted by relevance
133 void odb_init(odb_t * odb) in odb_init()175 int odb_open(odb_t * odb, char const * filename, enum odb_rw rw, in odb_open()276 void odb_close(odb_t * odb) in odb_close()296 int odb_open_count(odb_t const * odb) in odb_open_count()304 void * odb_get_data(odb_t * odb) in odb_get_data()310 void odb_sync(odb_t const * odb) in odb_sync()
52 int odb_update_node(odb_t * odb, odb_key_t key) in odb_update_node()57 int odb_update_node_with_offset(odb_t * odb, in odb_update_node_with_offset()106 int odb_add_node(odb_t * odb, odb_key_t key, odb_value_t value) in odb_add_node()
13 odb_node_t * odb_get_iterator(odb_t const * odb, odb_node_nr_t * nr) in odb_get_iterator()
89 int odb_check_hash(odb_t const * odb) in odb_check_hash()
28 odb_hash_stat_t * odb_hash_stat(odb_t const * odb) in odb_hash_stat()