Searched defs:odb (Results 1 - 5 of 5) sorted by relevance

/external/oprofile/libdb/
H A Ddb_travel.c11 #include "odb.h"
13 odb_node_t * odb_get_iterator(odb_t const * odb, odb_node_nr_t * nr) argument
16 *nr = odb->data->descr->current_size - 1;
17 return odb->data->node_base + 1;
H A Ddb_debug.c15 #include "odb.h"
89 int odb_check_hash(odb_t const * odb) argument
96 odb_data_t * data = odb->data;
H A Ddb_insert.c18 #include "odb.h"
52 int odb_update_node(odb_t * odb, odb_key_t key) argument
54 return odb_update_node_with_offset(odb, key, 1);
57 int odb_update_node_with_offset(odb_t * odb, argument
65 data = odb->data;
106 int odb_add_node(odb_t * odb, odb_key_t key, odb_value_t value) argument
108 return add_node(odb->data, key, value);
H A Ddb_stat.c14 #include "odb.h"
28 odb_hash_stat_t * odb_hash_stat(odb_t const * odb) argument
34 odb_data_t * data = odb->data;
H A Ddb_manage.c27 #include "odb.h"
133 void odb_init(odb_t * odb) argument
135 odb->data = NULL;
175 int odb_open(odb_t * odb, char const * filename, enum odb_rw rw, argument
190 odb->data = data;
262 odb->data = data;
271 odb->data = NULL;
276 void odb_close(odb_t * odb) argument
278 odb_data_t * data = odb->data;
290 odb
296 odb_open_count(odb_t const * odb) argument
304 odb_get_data(odb_t * odb) argument
310 odb_sync(odb_t const * odb) argument
[all...]

Completed in 637 milliseconds