Home
last modified time | relevance | path

Searched refs:_hashmap_size (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/basic/
Dhashmap.h258 unsigned _hashmap_size(HashmapBase *h) _pure_;
260 return _hashmap_size(HASHMAP_BASE(h)); in hashmap_size()
263 return _hashmap_size(HASHMAP_BASE(h)); in ordered_hashmap_size()
Dset.h69 return _hashmap_size(HASHMAP_BASE((Set *) s)); in set_size()
Dhashmap.c910 while (_hashmap_size(h) > 0) { in _hashmap_clear()
1582 unsigned _hashmap_size(HashmapBase *h) { in _hashmap_size() function