Home | History | Annotate | Download | only in lib

Lines Matching full:size_t

30 typedef size_t (*Hash_hasher) (const void *, size_t);
60 size_t hash_get_n_buckets (const Hash_table *);
61 size_t hash_get_n_buckets_used (const Hash_table *);
62 size_t hash_get_n_entries (const Hash_table *);
63 size_t hash_get_max_bucket_length (const Hash_table *);
71 size_t hash_get_entries (const Hash_table *, void **, size_t);
72 size_t hash_do_for_each (const Hash_table *, Hash_processor, void *);
75 size_t hash_string (const char *, size_t);
77 Hash_table *hash_initialize (size_t, const Hash_tuning *,
84 bool hash_rehash (Hash_table *, size_t);