Searched refs:_DEFINE_HASH_OPS (Results 1 – 1 of 1) sorted by relevance
/systemd-251/src/basic/ |
D | hash-funcs.h | 18 #define _DEFINE_HASH_OPS(uq, name, type, hash_func, compare_func, free_key_func, free_value_func, s… macro 37 _DEFINE_HASH_OPS(uq, name, type, hash_func, compare_func, \ 42 _DEFINE_HASH_OPS(uq, name, type, hash_func, compare_func, \ 48 _DEFINE_HASH_OPS(uq, name, type, hash_func, compare_func, \ 53 _DEFINE_HASH_OPS(UNIQ, name, type, hash_func, compare_func, NULL, NULL,) 56 _DEFINE_HASH_OPS(UNIQ, name, type, hash_func, compare_func, NULL, NULL, static)
|