Searched defs:hashmap_iterate (Results 1 - 1 of 1) sorted by relevance

/systemd/src/basic/
H A Dhashmap.h260 static inline bool hashmap_iterate(Hashmap *h, Iterator *i, void **value, const void **key) { function
349 for ((i) = ITERATOR_FIRST; hashmap_iterate((h), &(i), (void**)&(e), NULL); )
355 for ((i) = ITERATOR_FIRST; hashmap_iterate((h), &(i), (void**)&(e), (const void**) &(k)); )

Completed in 17 milliseconds