Searched refs:odb (Results 1 – 12 of 12) sorted by relevance
/external/oprofile/libdb/ |
D | odb.h | 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, [all …]
|
D | db_manage.c | 133 void odb_init(odb_t * odb) in odb_init() argument 135 odb->data = NULL; in odb_init() 175 int odb_open(odb_t * odb, char const * filename, enum odb_rw rw, in odb_open() argument 190 odb->data = data; in odb_open() 262 odb->data = data; in odb_open() 271 odb->data = NULL; in odb_open() 276 void odb_close(odb_t * odb) in odb_close() argument 278 odb_data_t * data = odb->data; in odb_close() 290 odb->data = NULL; in odb_close() 296 int odb_open_count(odb_t const * odb) in odb_open_count() argument [all …]
|
D | db_insert.c | 52 int odb_update_node(odb_t * odb, odb_key_t key) in odb_update_node() argument 54 return odb_update_node_with_offset(odb, key, 1); in odb_update_node() 57 int odb_update_node_with_offset(odb_t * odb, in odb_update_node_with_offset() argument 65 data = odb->data; 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() argument 108 return add_node(odb->data, key, value); in odb_add_node()
|
D | db_travel.c | 13 odb_node_t * odb_get_iterator(odb_t const * odb, odb_node_nr_t * nr) in odb_get_iterator() argument 16 *nr = odb->data->descr->current_size - 1; in odb_get_iterator() 17 return odb->data->node_base + 1; in odb_get_iterator()
|
D | db_stat.c | 28 odb_hash_stat_t * odb_hash_stat(odb_t const * odb) in odb_hash_stat() argument 34 odb_data_t * data = odb->data; in odb_hash_stat()
|
D | db_debug.c | 89 int odb_check_hash(odb_t const * odb) in odb_check_hash() argument 96 odb_data_t * data = odb->data; in odb_check_hash()
|
D | Makefile.am | 17 odb.h
|
/external/oprofile/ |
D | ChangeLog-2005 | 117 * libdb/odb.h: 174 * libdb/odb.h: 181 * libdb/odb.h: clarify the way odb_get_iterator work
|
D | ChangeLog-2004 | 309 * libdb/odb.h: 315 odb_hash.h to odb.h
|
D | ChangeLog | 524 * libdb/odb.h: Add IBS support, patch 1 of 4
|
D | ChangeLog-2003 | 3080 * libabi/abi_test.cpp: fix build from odb change
|
/external/srec/config/en.us/dictionary/ |
D | large.ok | 20645 oddball odb{l
|