Searched refs:hash_entry (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/src/bin/coreutils/lib/
H A Dhash.c46 struct hash_entry struct
49 struct hash_entry *next;
57 struct hash_entry *bucket;
58 struct hash_entry const *bucket_limit;
75 /* A linked list of freed struct hash_entry structs. */
76 struct hash_entry *free_entry_list;
176 struct hash_entry const *bucket;
183 struct hash_entry const *cursor = bucket;
203 struct hash_entry const *bucket;
211 struct hash_entry cons
[all...]
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dhash.c54 struct hash_entry *bucket;
55 struct hash_entry const *bucket_limit;
72 /* A linked list of freed struct hash_entry structs. */
73 struct hash_entry *free_entry_list;
173 struct hash_entry const *bucket;
180 struct hash_entry const *cursor = bucket;
200 struct hash_entry const *bucket;
208 struct hash_entry const *cursor = bucket;
249 struct hash_entry const *bucket
251 struct hash_entry cons
[all...]
H A Dhash.h34 struct hash_entry struct
37 struct hash_entry *next;
/haiku-fatelf/src/system/kernel/
H A Dmodule.cpp151 struct hash_entry : entry { struct in namespace:Module
152 ~hash_entry()
157 hash_entry* hash_link;
163 typedef hash_entry ValueType;
1340 hash_entry* entry = fNodes.Lookup(&key);
1364 struct hash_entry* entry = new(std::nothrow) hash_entry;
1598 hash_entry* entry = fNodes.Lookup(&key);

Completed in 48 milliseconds