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

/external/oprofile/libdb/
H A Dodb.h91 } odb_t; typedef in typeref:struct:__anon23775
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 * od
[all...]

Completed in 78 milliseconds