Lines Matching refs:odb_t
91 } odb_t;
109 void odb_init(odb_t * odb);
123 int odb_open(odb_t * odb, char const * filename,
127 void odb_close(odb_t * odb);
130 int odb_open_count(odb_t const * odb);
133 void * odb_get_data(odb_t * odb);
136 void odb_sync(odb_t const * odb);
166 int odb_check_hash(odb_t const * odb);
170 odb_hash_stat_t * odb_hash_stat(odb_t const * odb);
181 int odb_update_node(odb_t * odb, odb_key_t key);
195 int odb_update_node_with_offset(odb_t * odb,
203 int odb_add_node(odb_t * odb, odb_key_t key, odb_value_t value);
218 odb_node_t * odb_get_iterator(odb_t const * odb, odb_node_nr_t * nr);