Home
last modified time | relevance | path

Searched defs:hashmap_copy (Results 1 – 2 of 2) sorted by relevance

/systemd-251/src/test/
Dtest-hashmap-plain.c51 TEST(hashmap_copy) { in TEST() argument
/systemd-251/src/basic/
Dhashmap.h133 #define hashmap_copy(h) ((Hashmap*) _hashmap_copy(HASHMAP_BASE(h) HASHMAP_DEBUG_SRC_ARGS)) macro