Searched defs:free_func (Results 1 – 5 of 5) sorted by relevance
/systemd-251/src/basic/ |
D | hash-funcs.h | 35 #define _DEFINE_HASH_OPS_WITH_KEY_DESTRUCTOR(uq, name, type, hash_func, compare_func, free_func, sc… argument 40 …_OPS_WITH_VALUE_DESTRUCTOR(uq, name, type, hash_func, compare_func, type_value, free_func, scope) \ argument 58 #define DEFINE_HASH_OPS_WITH_KEY_DESTRUCTOR(name, type, hash_func, compare_func, free_func) \ argument 61 #define DEFINE_PRIVATE_HASH_OPS_WITH_KEY_DESTRUCTOR(name, type, hash_func, compare_func, free_func)… argument 64 …DEFINE_HASH_OPS_WITH_VALUE_DESTRUCTOR(name, type, hash_func, compare_func, value_type, free_func) \ argument 67 …RIVATE_HASH_OPS_WITH_VALUE_DESTRUCTOR(name, type, hash_func, compare_func, value_type, free_func) \ argument
|
D | macro.h | 408 #define _DEFINE_TRIVIAL_UNREF_FUNC(type, name, free_func, scope) \ argument 428 #define DEFINE_TRIVIAL_UNREF_FUNC(type, name, free_func) \ argument 430 #define DEFINE_PRIVATE_TRIVIAL_UNREF_FUNC(type, name, free_func) \ argument 432 #define DEFINE_PUBLIC_TRIVIAL_UNREF_FUNC(type, name, free_func) \ argument 435 #define DEFINE_TRIVIAL_REF_UNREF_FUNC(type, name, free_func) \ argument 439 #define DEFINE_PRIVATE_TRIVIAL_REF_UNREF_FUNC(type, name, free_func) \ argument 443 #define DEFINE_PUBLIC_TRIVIAL_REF_UNREF_FUNC(type, name, free_func) \ argument
|
/systemd-251/src/network/ |
D | networkd-queue.c | 110 mfree_func_t free_func, in request_new() 184 mfree_func_t free_func, in link_queue_request_full()
|
D | networkd-queue.h | 66 mfree_func_t free_func; member 118 #define link_queue_request_safe(link, type, userdata, free_func, hash_func, compare_func, process, … argument
|
/systemd-251/src/shared/ |
D | conf-parser.h | 150 #define DEFINE_SECTION_CLEANUP_FUNCTIONS(type, free_func) \ argument
|