Home
last modified time | relevance | path

Searched refs:hsh_Stats (Results 1 – 3 of 3) sorted by relevance

/dports/devel/libmaa/libmaa-1.4.7/maa/
H A Dhash.c416 hsh_Stats hsh_get_stats(hsh_HashTable table) in hsh_get_stats()
419 hsh_Stats s = xmalloc(sizeof(struct hsh_Stats)); in hsh_get_stats()
462 hsh_Stats s = hsh_get_stats(table); in hsh_print_stats()
H A Dmaa.h111 typedef struct hsh_Stats { struct
122 } *hsh_Stats; argument
139 extern hsh_Stats hsh_get_stats(hsh_HashTable table);
H A Dstring.c242 hsh_Stats h = hsh_get_stats( p->hash ); in str_pool_get_stats()