/systemd/src/basic/ |
H A D | hash-funcs.c | 33 .compare = string_compare_func 46 .compare = trivial_compare_func 62 .compare = uint64_compare_func 79 .compare = devt_compare_func
|
H A D | hash-funcs.h | 31 compare_func_t compare; member in struct:hash_ops 38 /* This will compare the passed pointers directly, and will not 59 .compare = devt_compare_func
|
H A D | prioq.h | 31 Prioq *prioq_new(compare_func_t compare);
|
H A D | hashmap.c | 217 const struct hash_ops *hash_ops; /* hash and compare ops to use */ 1184 if (h->hash_ops->compare(e->key, key) == 0)
|
/systemd/src/libsystemd/sd-bus/ |
H A D | bus-match.c | 104 hashmap_remove(node->parent->compare.children, UINT_TO_PTR(node->value.u8)); 106 hashmap_remove(node->parent->compare.children, node->value.str); 112 assert(hashmap_isempty(node->compare.children)); 113 hashmap_free(node->compare.children); 128 if (BUS_MATCH_IS_COMPARE(node->type) && !hashmap_isempty(node->compare.children)) 396 found = hashmap_get(node->compare.children, test_str); 401 found = hashmap_get(node->compare.children, *i); 411 found = hashmap_get(node->compare.children, UINT_TO_PTR(test_u8)); 465 n = hashmap_get(c->compare.children, UINT_TO_PTR(value_u8)); 467 n = hashmap_get(c->compare [all...] |
H A D | bus-match.h | 31 /* The following are all different kinds of compare nodes */ 66 } compare; member in union:bus_match_node::__anon119
|
H A D | busctl.c | 858 .compare = member_compare_func,
|
H A D | bus-objects.c | 1611 .compare = vtable_member_compare_func
|
/systemd/src/test/ |
H A D | test-rbtree.c | 287 static int compare(CRBTree *t, void *k, CRBNode *n) { function 315 assert(!c_rbtree_find_entry(&t, compare, (void *)nodes[i]->key, Node, rb)); 317 slot = c_rbtree_find_slot(&t, compare, (void *)nodes[i]->key, &p); 322 assert(nodes[i] == c_rbtree_find_entry(&t, compare, (void *)nodes[i]->key, Node, rb)); 331 assert(nodes[i] == c_rbtree_find_entry(&t, compare, (void *)nodes[i]->key, Node, rb)); 336 assert(!c_rbtree_find_entry(&t, compare, (void *)nodes[i]->key, Node, rb));
|
H A D | test-prioq.c | 99 .compare = test_compare
|
H A D | test-hashmap-plain.c | 703 .compare = trivial_compare_func,
|
/systemd/src/shared/ |
H A D | cgroup-show.c | 40 static int compare(const void *a, const void *b) { function 56 qsort(pids, n_pids, sizeof(pid_t), compare);
|
H A D | dns-domain.c | 541 .compare = dns_name_compare_func 896 * compare against DNS_HOSTNAME_MAX + 2 (which is 255) this
|
/systemd/src/analyze/ |
H A D | analyze.c | 48 #define compare(a, b) (((a) > (b))? 1 : (((b) > (a))? -1 : 0)) macro 187 return compare(((struct unit_times *)b)->time, 192 return compare(((struct unit_times *)a)->activating,
|
/systemd/src/resolve/ |
H A D | resolved-etc-hosts.c | 95 .compare = etc_hosts_item_compare_func,
|
H A D | resolved-dns-server.c | 588 .compare = dns_server_compare_func
|
H A D | resolved-dns-rr.c | 306 .compare = dns_resource_key_compare_func 1459 .compare = dns_resource_record_compare_func,
|
/systemd/src/journal/ |
H A D | catalog.c | 92 .compare = catalog_compare_func
|
/systemd/src/libsystemd-network/ |
H A D | sd-lldp.c | 102 .compare = chassis_id_compare_func
|
H A D | sd-dhcp-server.c | 142 .compare = client_id_compare_func
|
/systemd/src/network/ |
H A D | networkd-address.c | 157 /* compare the peer prefixes */ 190 .compare = address_compare_func
|
H A D | networkd-route.c | 173 .compare = route_compare_func
|