Searched refs:hashmap_iterate (Results 1 – 1 of 1) sorted by relevance
/third_party/eudev/src/shared/ |
D | hashmap.h | 300 static inline void *hashmap_iterate(Hashmap *h, Iterator *i, const void **key) { in hashmap_iterate() function 389 for ((i) = ITERATOR_FIRST, (e) = hashmap_iterate((h), &(i), NULL); \ 391 (e) = hashmap_iterate((h), &(i), NULL)) 399 for ((i) = ITERATOR_FIRST, (e) = hashmap_iterate((h), &(i), (const void**) &(k)); \ 401 (e) = hashmap_iterate((h), &(i), (const void**) &(k)))
|