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

/haiku/src/tools/fs_shell/
H A Dhash.h14 typedef struct hash_iterator { struct in namespace:FSShell
17 } hash_iterator; typedef in namespace:FSShell
27 void hash_remove_current(struct hash_table *table, struct hash_iterator *iterator);
31 struct hash_iterator *hash_open(struct hash_table *table, struct hash_iterator *i);
32 void hash_close(struct hash_table *table, struct hash_iterator *i, bool free_iterator);
33 void *hash_next(struct hash_table *table, struct hash_iterator *i);
34 void hash_rewind(struct hash_table *table, struct hash_iterator *i);
H A Dhash.cpp154 hash_remove_current(struct hash_table *table, struct hash_iterator *iterator)
238 struct hash_iterator *
239 hash_open(struct hash_table *table, struct hash_iterator *iterator)
242 iterator = (struct hash_iterator *)malloc(sizeof(struct hash_iterator));
254 hash_close(struct hash_table *table, struct hash_iterator *iterator, bool freeIterator)
262 hash_rewind(struct hash_table *table, struct hash_iterator *iterator)
270 hash_next(struct hash_table *table, struct hash_iterator *iterator)
H A Dmodule.cpp293 hash_iterator iterator;
H A Dblock_cache.cpp1009 hash_iterator iterator;
1545 hash_iterator iterator;

Completed in 83 milliseconds