Home
last modified time | relevance | path

Searched refs:is_DS (Results 1 – 2 of 2) sorted by relevance

/dports/dns/knot-resolver/knot-resolver-5.4.3/lib/cache/
H A Dpeek.c16 struct kr_query *qry, bool only_NS, bool is_DS);
593 int kr_cache_closest_apex(struct kr_cache *cache, const knot_dname_t *name, bool is_DS, in kr_cache_closest_apex() argument
604 ret = closest_NS(cache, k, el_, NULL, true, is_DS); in kr_cache_closest_apex()
617 bool exact_match, bool is_DS,
630 struct kr_query *qry, const bool only_NS, const bool is_DS) in closest_NS() argument
671 ret = check_NS_entry(k, el[i], i, exact_match, is_DS, in closest_NS()
683 ret = check_NS_entry(k, el[i], i, exact_match, is_DS, in closest_NS()
711 const bool exact_match, const bool is_DS, in check_NS_entry() argument
717 || (exact_match && is_DS) in check_NS_entry()
H A Dapi.h176 int kr_cache_closest_apex(struct kr_cache *cache, const knot_dname_t *name, bool is_DS,