Searched refs:ordered_hashmap_put (Results 1 - 10 of 10) sorted by relevance
/systemd/src/basic/ |
H A D | ordered-set.h | 52 return ordered_hashmap_put((OrderedHashmap*) s, p, p);
|
H A D | hashmap.h | 142 static inline int ordered_hashmap_put(OrderedHashmap *h, const void *key, void *value) { function
|
/systemd/src/test/ |
H A D | test-hashmap.c | 32 assert_se(ordered_hashmap_put(m, INT_TO_PTR(i), INT_TO_PTR(i+10)) == 1);
|
/systemd/src/resolve/ |
H A D | resolved-dns-scope.c | 890 r = ordered_hashmap_put(scope->conflict_queue, rr->key, rr);
|
/systemd/src/journal/ |
H A D | journald-server.c | 314 r = ordered_hashmap_put(s->user_journals, UID_TO_PTR(uid), f);
|
H A D | sd-journal.c | 1259 r = ordered_hashmap_put(j->files, f->path, f);
|
H A D | journal-file.c | 1612 if (ordered_hashmap_put(h, &ci->first, ci) < 0) {
|
/systemd/src/shared/ |
H A D | install.c | 793 r = ordered_hashmap_put(c->will_process, i->name, i);
|
/systemd/src/tmpfiles/ |
H A D | tmpfiles.c | 2082 r = ordered_hashmap_put(h, i.path, existing);
|
/systemd/src/libsystemd/sd-bus/ |
H A D | sd-bus.c | 1926 r = ordered_hashmap_put(bus->reply_callbacks, &s->reply_callback.cookie, &s->reply_callback);
|
Completed in 84 milliseconds