Searched refs:type_value (Results 1 – 1 of 1) sorted by relevance
/systemd-251/src/basic/ |
D | hash-funcs.h | 40 #define _DEFINE_HASH_OPS_WITH_VALUE_DESTRUCTOR(uq, name, type, hash_func, compare_func, type_value,… argument 41 _DEFINE_FREE_FUNC(uq, type_value, static_free_wrapper, free_func); \ 45 #define _DEFINE_HASH_OPS_FULL(uq, name, type, hash_func, compare_func, free_key_func, type_value, f… argument 47 _DEFINE_FREE_FUNC(uq, type_value, static_free_value_wrapper, free_value_func); \
|