Home
last modified time | relevance | path

Searched refs:ordered_hashmap_free (Results 1 – 9 of 9) sorted by relevance

/systemd-251/src/network/
Dnetworkd-network.c749 ordered_hashmap_free(network->dhcp_client_send_options); in network_free()
750 ordered_hashmap_free(network->dhcp_client_send_vendor_options); in network_free()
751 ordered_hashmap_free(network->dhcp_server_send_options); in network_free()
752 ordered_hashmap_free(network->dhcp_server_send_vendor_options); in network_free()
753 ordered_hashmap_free(network->dhcp6_client_send_options); in network_free()
754 ordered_hashmap_free(network->dhcp6_client_send_vendor_options); in network_free()
Dnetworkd-dhcp-common.c704 *options = ordered_hashmap_free(*options); in config_parse_dhcp_send_option()
/systemd-251/src/basic/
Dhashmap.h104 static inline OrderedHashmap* ordered_hashmap_free(OrderedHashmap *h) { in ordered_hashmap_free() function
394 ordered_hashmap_free(ordered_hashmap_clear_with_destructor(h, f))
437 DEFINE_TRIVIAL_CLEANUP_FUNC(OrderedHashmap*, ordered_hashmap_free);
Dordered-set.h30 return (OrderedSet*) ordered_hashmap_free((OrderedHashmap*) s); in ordered_set_free()
/systemd-251/src/libsystemd/sd-hwdb/
Dsd-hwdb.c348 ordered_hashmap_free(hwdb->properties); in hwdb_free()
/systemd-251/src/delta/
Ddelta.c471 ordered_hashmap_free(drops); in process_suffix()
/systemd-251/src/libsystemd/sd-device/
Dsd-device.c75 ordered_hashmap_free(device->properties); in device_free()
76 ordered_hashmap_free(device->properties_db); in device_free()
/systemd-251/src/libsystemd-network/
Dsd-dhcp-client.c2232 ordered_hashmap_free(client->extra_options); in dhcp_client_free()
2233 ordered_hashmap_free(client->vendor_options); in dhcp_client_free()
Dsd-dhcp6-client.c1446 ordered_hashmap_free(client->extra_options); in dhcp6_client_free()