Home
last modified time | relevance | path

Searched refs:hashmap_move (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/test/
Dtest-hashmap-plain.c162 TEST(hashmap_move) { in TEST() argument
184 assert_se(hashmap_move(n, NULL) == 0); in TEST()
185 assert_se(hashmap_move(n, m) == 0); in TEST()
/systemd-251/src/basic/
Dhashmap.h243 static inline int hashmap_move(Hashmap *h, Hashmap *other) { in hashmap_move() function
/systemd-251/src/udev/net/
Dlink-config.c272 r = hashmap_move(ctx->stats_by_path, stats_by_path); in link_load_one()
/systemd-251/src/portable/
Dportable.c607 r = hashmap_move(unit_files, extra_unit_files); in extract_image_and_extensions()