Searched refs:DEFINE_TRIVIAL_CLEANUP_FUNC (Results 1 – 7 of 7) sorted by relevance
/third_party/eudev/src/shared/ |
D | udev-util.h | 25 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);
|
D | hashmap.h | 408 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);
|
D | set.h | 130 DEFINE_TRIVIAL_CLEANUP_FUNC(Set*, set_free); 131 DEFINE_TRIVIAL_CLEANUP_FUNC(Set*, set_free_free);
|
D | strv.h | 28 DEFINE_TRIVIAL_CLEANUP_FUNC(char**, strv_free);
|
D | selinux-util.c | 37 DEFINE_TRIVIAL_CLEANUP_FUNC(security_context_t, freecon); 38 DEFINE_TRIVIAL_CLEANUP_FUNC(context_t, context_free);
|
D | util.h | 297 DEFINE_TRIVIAL_CLEANUP_FUNC(FILE*, fclose); 298 DEFINE_TRIVIAL_CLEANUP_FUNC(DIR*, closedir);
|
D | macro.h | 244 #define DEFINE_TRIVIAL_CLEANUP_FUNC(type, func) \ macro
|