Home
last modified time | relevance | path

Searched refs:ordered_hashmap_put (Results 1 – 16 of 16) sorted by relevance

/systemd-251/src/delta/
Ddelta.c239 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/
Dordered-set.h42 return ordered_hashmap_put((OrderedHashmap*) s, p, p); in ordered_set_put()
Dhashmap.h156 static inline int ordered_hashmap_put(OrderedHashmap *h, const void *key, void *value) { in ordered_hashmap_put() function
Dhashmap.c866 return ordered_hashmap_put(*h, key, value); in _ordered_hashmap_ensure_put()
/systemd-251/src/test/
Dtest-hashmap.c23 assert_se(ordered_hashmap_put(m, INT_TO_PTR(i), INT_TO_PTR(i+10)) == 1); in TEST()
/systemd-251/src/sysctl/
Dsysctl.c270 k = ordered_hashmap_put(*sysctl_options, new_option->key, new_option); in parse_file()
/systemd-251/src/libsystemd/sd-journal/
Dcatalog.c180 if (ordered_hashmap_put(h, i, combined) < 0) in finish_item()
Dsd-journal.c1346 r = ordered_hashmap_put(j->files, f->path, f); in add_any_file()
Djournal-file.c2148 if (ordered_hashmap_put(h, &ci->first, ci) < 0) { in chain_cache_put()
/systemd-251/src/portable/
Dportable.c556 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/
Dresolved-dns-scope.c1224 r = ordered_hashmap_put(scope->conflict_queue, rr->key, rr); in dns_scope_notify_conflict()
/systemd-251/src/sysusers/
Dsysusers.c1769 r = ordered_hashmap_put(h, i->name, i); in parse_line()
/systemd-251/src/libsystemd-network/
Dsd-dhcp-client.c669 r = ordered_hashmap_put(client->vendor_options, v, v); in sd_dhcp_client_add_vendor_option()
/systemd-251/src/journal/
Djournald-server.c463 r = ordered_hashmap_put(s->user_journals, UID_TO_PTR(uid), f); in find_journal()
/systemd-251/src/tmpfiles/
Dtmpfiles.c3280 r = ordered_hashmap_put(h, i.path, existing); in parse_line()
/systemd-251/src/libsystemd/sd-bus/
Dsd-bus.c2290 … r = ordered_hashmap_put(bus->reply_callbacks, &s->reply_callback.cookie, &s->reply_callback); in sd_bus_call_async()