Searched refs:odb_hash_stat_t (Results 1 – 2 of 2) sorted by relevance
18 struct odb_hash_stat_t { struct28 odb_hash_stat_t * odb_hash_stat(odb_t const * odb) in odb_hash_stat() argument36 odb_hash_stat_t * result = calloc(1, sizeof(odb_hash_stat_t)); in odb_hash_stat()74 void odb_hash_display_stat(odb_hash_stat_t const * stat) in odb_hash_display_stat()85 void odb_hash_free_stat(odb_hash_stat_t * stat) in odb_hash_free_stat()
169 typedef struct odb_hash_stat_t odb_hash_stat_t; typedef170 odb_hash_stat_t * odb_hash_stat(odb_t const * odb);171 void odb_hash_display_stat(odb_hash_stat_t const * stats);172 void odb_hash_free_stat(odb_hash_stat_t * stats);