OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:odb_data_t
(Results
1 - 5
of
5
) sorted by null
/external/oprofile/libdb/
odb.h
87
}
odb_data_t
;
typedef in typeref:struct:odb_data
90
odb_data_t
* data;
152
int odb_grow_hashtable(
odb_data_t
* data);
156
static __inline void odb_commit_reservation(
odb_data_t
* data)
221
odb_do_hash(
odb_data_t
const * data, odb_key_t value)
db_manage.c
32
static __inline odb_descr_t * odb_to_descr(
odb_data_t
* data)
38
static __inline odb_node_t * odb_to_node_base(
odb_data_t
* data)
44
static __inline odb_index_t * odb_to_hash_base(
odb_data_t
* data)
55
static unsigned int tables_size(
odb_data_t
const * data, odb_node_nr_t node_nr)
67
int odb_grow_hashtable(
odb_data_t
* data)
154
static
odb_data_t
*
166
odb_data_t
* entry = list_entry(pos,
odb_data_t
, list);
180
odb_data_t
* data;
195
data = xmalloc(sizeof(
odb_data_t
));
[
all
...]
db_insert.c
21
static inline int add_node(
odb_data_t
* data, odb_key_t key, odb_value_t value)
63
odb_data_t
* data;
db_debug.c
17
static int check_circular_list(
odb_data_t
const * data)
69
static int check_redundant_key(
odb_data_t
const * data, odb_key_t max)
96
odb_data_t
* data = odb->data;
db_stat.c
34
odb_data_t
* data = odb->data;
Completed in 82 milliseconds