Home
last modified time | relevance | path

Searched refs:DEFINE_TRIVIAL_CLEANUP_FUNC (Results 1 – 7 of 7) sorted by relevance

/third_party/eudev/src/shared/
Dudev-util.h25 DEFINE_TRIVIAL_CLEANUP_FUNC(struct udev*, udev_unref);
26 DEFINE_TRIVIAL_CLEANUP_FUNC(struct udev_device*, udev_device_unref);
27 DEFINE_TRIVIAL_CLEANUP_FUNC(struct udev_enumerate*, udev_enumerate_unref);
28 DEFINE_TRIVIAL_CLEANUP_FUNC(struct udev_event*, udev_event_unref);
29 DEFINE_TRIVIAL_CLEANUP_FUNC(struct udev_rules*, udev_rules_unref);
30 DEFINE_TRIVIAL_CLEANUP_FUNC(struct udev_ctrl*, udev_ctrl_unref);
31 DEFINE_TRIVIAL_CLEANUP_FUNC(struct udev_ctrl_connection*, udev_ctrl_connection_unref);
32 DEFINE_TRIVIAL_CLEANUP_FUNC(struct udev_ctrl_msg*, udev_ctrl_msg_unref);
33 DEFINE_TRIVIAL_CLEANUP_FUNC(struct udev_monitor*, udev_monitor_unref);
Dhashmap.h408 DEFINE_TRIVIAL_CLEANUP_FUNC(Hashmap*, hashmap_free);
409 DEFINE_TRIVIAL_CLEANUP_FUNC(Hashmap*, hashmap_free_free);
410 DEFINE_TRIVIAL_CLEANUP_FUNC(Hashmap*, hashmap_free_free_free);
411 DEFINE_TRIVIAL_CLEANUP_FUNC(OrderedHashmap*, ordered_hashmap_free);
412 DEFINE_TRIVIAL_CLEANUP_FUNC(OrderedHashmap*, ordered_hashmap_free_free);
413 DEFINE_TRIVIAL_CLEANUP_FUNC(OrderedHashmap*, ordered_hashmap_free_free_free);
Dset.h130 DEFINE_TRIVIAL_CLEANUP_FUNC(Set*, set_free);
131 DEFINE_TRIVIAL_CLEANUP_FUNC(Set*, set_free_free);
Dstrv.h28 DEFINE_TRIVIAL_CLEANUP_FUNC(char**, strv_free);
Dselinux-util.c37 DEFINE_TRIVIAL_CLEANUP_FUNC(security_context_t, freecon);
38 DEFINE_TRIVIAL_CLEANUP_FUNC(context_t, context_free);
Dutil.h297 DEFINE_TRIVIAL_CLEANUP_FUNC(FILE*, fclose);
298 DEFINE_TRIVIAL_CLEANUP_FUNC(DIR*, closedir);
Dmacro.h244 #define DEFINE_TRIVIAL_CLEANUP_FUNC(type, func) \ macro