Searched refs:searchtype (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/unbound/services/cache/ |
| H A D | rrset.c | 523 qnamelen, uint16_t searchtype, uint16_t qclass, time_t now, uint8_t* in rrset_cache_remove_above() argument 545 *qnamelen, searchtype, qclass, 0, 0, 0))) { in rrset_cache_remove_above() 554 *qname, searchtype, qclass); in rrset_cache_remove_above() 558 *qname, searchtype, qclass); in rrset_cache_remove_above() 561 rrset_cache_remove(r, *qname, *qnamelen, searchtype, qclass, 0); in rrset_cache_remove_above() 567 qnamelen, uint16_t searchtype, uint16_t qclass, time_t now, uint8_t* in rrset_cache_expired_above() argument 583 *qnamelen, searchtype, qclass, 0, 0, 0))) { in rrset_cache_expired_above() 589 log_nametypeclass(VERB_ALGO, "this rrset is expired", *qname, searchtype, qclass); in rrset_cache_expired_above()
|
| H A D | rrset.h | 246 size_t* qnamelen, uint16_t searchtype, uint16_t qclass, time_t now, 262 size_t* qnamelen, uint16_t searchtype, uint16_t qclass, time_t now,
|
| H A D | dns.c | 221 uint16_t qclass, time_t now, uint16_t searchtype, int stripfront, in find_closest_of_type() argument 237 qnamelen, searchtype, qclass, 0, now, 0); in find_closest_of_type() 238 if(!rrset && searchtype == LDNS_RR_TYPE_DNAME) in find_closest_of_type() 242 qnamelen, searchtype, qclass, in find_closest_of_type() 263 &qnamelen, searchtype, qclass, now, expiretop, in find_closest_of_type() 271 searchtype, qclass, 0, now, 0))) { in find_closest_of_type() 275 …(VERB_ALGO, "ignoring rrset because expired rrsets exist above it", origqname, searchtype, qclass); in find_closest_of_type()
|