Searched refs:ordered_hashmap_put (Results 1 – 16 of 16) sorted by relevance
/systemd-251/src/delta/ |
D | delta.c | 239 k = ordered_hashmap_put(top, d, p); in enumerate_dir_d() 252 k = ordered_hashmap_put(bottom, d, p); in enumerate_dir_d() 263 ordered_hashmap_put(drops, unit, h); in enumerate_dir_d() 275 k = ordered_hashmap_put(h, basename(p), p); in enumerate_dir_d() 351 r = ordered_hashmap_put(top, basename(p), p); in enumerate_dir() 361 r = ordered_hashmap_put(bottom, basename(p), p); in enumerate_dir()
|
/systemd-251/src/basic/ |
D | ordered-set.h | 42 return ordered_hashmap_put((OrderedHashmap*) s, p, p); in ordered_set_put()
|
D | hashmap.h | 156 static inline int ordered_hashmap_put(OrderedHashmap *h, const void *key, void *value) { in ordered_hashmap_put() function
|
D | hashmap.c | 866 return ordered_hashmap_put(*h, key, value); in _ordered_hashmap_ensure_put()
|
/systemd-251/src/test/ |
D | test-hashmap.c | 23 assert_se(ordered_hashmap_put(m, INT_TO_PTR(i), INT_TO_PTR(i+10)) == 1); in TEST()
|
/systemd-251/src/sysctl/ |
D | sysctl.c | 270 k = ordered_hashmap_put(*sysctl_options, new_option->key, new_option); in parse_file()
|
/systemd-251/src/libsystemd/sd-journal/ |
D | catalog.c | 180 if (ordered_hashmap_put(h, i, combined) < 0) in finish_item()
|
D | sd-journal.c | 1346 r = ordered_hashmap_put(j->files, f->path, f); in add_any_file()
|
D | journal-file.c | 2148 if (ordered_hashmap_put(h, &ci->first, ci) < 0) { in chain_cache_put()
|
/systemd-251/src/portable/ |
D | portable.c | 556 r = ordered_hashmap_put(extension_images, new->name, new); in extract_image_and_extensions() 649 … r = ordered_hashmap_put(extension_releases, ext->name, extension_release_meta); in extract_image_and_extensions()
|
/systemd-251/src/resolve/ |
D | resolved-dns-scope.c | 1224 r = ordered_hashmap_put(scope->conflict_queue, rr->key, rr); in dns_scope_notify_conflict()
|
/systemd-251/src/sysusers/ |
D | sysusers.c | 1769 r = ordered_hashmap_put(h, i->name, i); in parse_line()
|
/systemd-251/src/libsystemd-network/ |
D | sd-dhcp-client.c | 669 r = ordered_hashmap_put(client->vendor_options, v, v); in sd_dhcp_client_add_vendor_option()
|
/systemd-251/src/journal/ |
D | journald-server.c | 463 r = ordered_hashmap_put(s->user_journals, UID_TO_PTR(uid), f); in find_journal()
|
/systemd-251/src/tmpfiles/ |
D | tmpfiles.c | 3280 r = ordered_hashmap_put(h, i.path, existing); in parse_line()
|
/systemd-251/src/libsystemd/sd-bus/ |
D | sd-bus.c | 2290 … r = ordered_hashmap_put(bus->reply_callbacks, &s->reply_callback.cookie, &s->reply_callback); in sd_bus_call_async()
|