Searched refs:PLAIN_HASHMAP (Results 1 - 1 of 1) sorted by relevance
/systemd/src/basic/ |
H A D | hashmap.h | 87 #define PLAIN_HASHMAP(h) \ macro 125 return (void*)hashmap_free_free_free(PLAIN_HASHMAP(h)); 143 return hashmap_put(PLAIN_HASHMAP(h), key, value); 148 return hashmap_update(PLAIN_HASHMAP(h), key, value); 153 return hashmap_replace(PLAIN_HASHMAP(h), key, value); 166 return hashmap_get2(PLAIN_HASHMAP(h), key, rkey); 187 return hashmap_remove2(PLAIN_HASHMAP(h), key, rkey); 192 return hashmap_remove_value(PLAIN_HASHMAP(h), key, value); 197 return hashmap_remove_and_put(PLAIN_HASHMAP(h), old_key, new_key, value); 202 return hashmap_remove_and_replace(PLAIN_HASHMAP( [all...] |
Completed in 2927 milliseconds