Searched refs:compare_func_t (Results 1 - 3 of 3) sorted by relevance

/systemd/src/basic/
H A Dprioq.h31 Prioq *prioq_new(compare_func_t compare);
33 int prioq_ensure_allocated(Prioq **q, compare_func_t compare_func);
H A Dhash-funcs.h27 typedef int (*compare_func_t)(const void *a, const void *b); typedef
31 compare_func_t compare;
H A Dprioq.c43 compare_func_t compare_func;
49 Prioq *prioq_new(compare_func_t compare_func) {
70 int prioq_ensure_allocated(Prioq **q, compare_func_t compare_func) {

Completed in 834 milliseconds