Searched refs:hashmap_move_one (Results 1 - 3 of 3) sorted by relevance
/systemd/src/test/ |
H A D | test-hashmap-plain.c | 159 assert_se(hashmap_move_one(n, NULL, "key 3") == -ENOENT); 160 assert_se(hashmap_move_one(n, m, "key 5") == -ENOENT); 161 assert_se(hashmap_move_one(n, m, "key 3") == 0); 162 assert_se(hashmap_move_one(n, m, "key 4") == 0); 171 assert_se(hashmap_move_one(n, m, "key 3") == -EEXIST);
|
/systemd/src/basic/ |
H A D | hashmap.h | 229 static inline int hashmap_move_one(Hashmap *h, Hashmap *other, const void *key) { function
|
/systemd/src/cgtop/ |
H A D | cgtop.c | 160 r = hashmap_move_one(a, b, path);
|
Completed in 1621 milliseconds