Searched defs:dns_cache_item_prioq_compare_func (Results 1 - 1 of 1) sorted by relevance

/systemd/src/resolve/
H A Dresolved-dns-cache.c210 static int dns_cache_item_prioq_compare_func(const void *a, const void *b) { function
225 r = prioq_ensure_allocated(&c->by_expiry, dns_cache_item_prioq_compare_func);

Completed in 24 milliseconds