Home
last modified time | relevance | path

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

/systemd-251/src/test/ !
Dtest-hashmap-plain.c51 TEST(hashmap_copy) { in TEST() argument
71 copy = hashmap_copy(m); in TEST()
/systemd-251/src/basic/ !
Dhashmap.h133 #define hashmap_copy(h) ((Hashmap*) _hashmap_copy(HASHMAP_BASE(h) HASHMAP_DEBUG_SRC_ARGS)) macro
/systemd-251/src/analyze/ !
Danalyze-security.c2596 info->system_call_filter = hashmap_copy(c->syscall_filter); in get_security_info()