Home
last modified time | relevance | path

Searched refs:hashmap_iter_next (Results 1 – 2 of 2) sorted by relevance

/external/erofs-utils/include/erofs/
Dhashmap.h93 void *hashmap_iter_next(struct hashmap_iter *iter);
98 return hashmap_iter_next(iter); in hashmap_iter_first()
/external/erofs-utils/lib/
Dhashmap.c161 while ((e = hashmap_iter_next(&iter))) in hashmap_free()
232 void *hashmap_iter_next(struct hashmap_iter *iter) in hashmap_iter_next() function