Home
last modified time | relevance | path

Searched defs:hash_func (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/basic/
Dhash-funcs.h18 #define _DEFINE_HASH_OPS(uq, name, type, hash_func, compare_func, free_key_func, free_value_func, s… argument
35 #define _DEFINE_HASH_OPS_WITH_KEY_DESTRUCTOR(uq, name, type, hash_func, compare_func, free_func, sc… argument
40 #define _DEFINE_HASH_OPS_WITH_VALUE_DESTRUCTOR(uq, name, type, hash_func, compare_func, type_value,… argument
45 #define _DEFINE_HASH_OPS_FULL(uq, name, type, hash_func, compare_func, free_key_func, type_value, f… argument
52 #define DEFINE_HASH_OPS(name, type, hash_func, compare_func) \ argument
55 #define DEFINE_PRIVATE_HASH_OPS(name, type, hash_func, compare_func) \ 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 DEFINE_HASH_OPS_WITH_VALUE_DESTRUCTOR(name, type, hash_func, compare_func, value_type, free… argument
67 #define DEFINE_PRIVATE_HASH_OPS_WITH_VALUE_DESTRUCTOR(name, type, hash_func, compare_func, value_ty… argument
[all …]
/systemd-251/src/network/
Dnetworkd-queue.c111 hash_func_t hash_func, in request_new()
185 hash_func_t hash_func, in link_queue_request_full()
Dnetworkd-queue.h69 hash_func_t hash_func; member
118 #define link_queue_request_safe(link, type, userdata, free_func, hash_func, compare_func, process, … argument