Searched refs:hashmap_move (Results 1 – 4 of 4) sorted by relevance
162 TEST(hashmap_move) { in TEST() argument184 assert_se(hashmap_move(n, NULL) == 0); in TEST()185 assert_se(hashmap_move(n, m) == 0); in TEST()
243 static inline int hashmap_move(Hashmap *h, Hashmap *other) { in hashmap_move() function
272 r = hashmap_move(ctx->stats_by_path, stats_by_path); in link_load_one()
607 r = hashmap_move(unit_files, extra_unit_files); in extract_image_and_extensions()