Searched refs:hashmap_move (Results 1 - 2 of 2) sorted by relevance

/systemd/src/basic/
H A Dhashmap.h220 /* Unlike hashmap_merge, hashmap_move does not allow mixing the types. */
221 static inline int hashmap_move(Hashmap *h, Hashmap *other) { function
/systemd/src/test/
H A Dtest-hashmap-plain.c199 assert_se(hashmap_move(n, NULL) == 0);
200 assert_se(hashmap_move(n, m) == 0);

Completed in 1301 milliseconds