Searched refs:hashmap_copy (Results 1 – 3 of 3) sorted by relevance
51 TEST(hashmap_copy) { in TEST() argument71 copy = hashmap_copy(m); in TEST()
133 #define hashmap_copy(h) ((Hashmap*) _hashmap_copy(HASHMAP_BASE(h) HASHMAP_DEBUG_SRC_ARGS)) macro
2596 info->system_call_filter = hashmap_copy(c->syscall_filter); in get_security_info()