Searched refs:searchtype (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/unbound/services/cache/ |
| H A D | rrset.c | 474 qnamelen, uint16_t searchtype, uint16_t qclass, time_t now, uint8_t* in rrset_cache_remove_above() argument 496 *qnamelen, searchtype, qclass, 0, 0, 0))) { in rrset_cache_remove_above() 505 *qname, searchtype, qclass); in rrset_cache_remove_above() 509 *qname, searchtype, qclass); in rrset_cache_remove_above() 512 rrset_cache_remove(r, *qname, *qnamelen, searchtype, qclass, 0); in rrset_cache_remove_above() 518 qnamelen, uint16_t searchtype, uint16_t qclass, time_t now, uint8_t* in rrset_cache_expired_above() argument 534 *qnamelen, searchtype, qclass, 0, 0, 0))) { in rrset_cache_expired_above() 540 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 | 220 uint16_t qclass, time_t now, uint16_t searchtype, int stripfront, in find_closest_of_type() argument 236 qnamelen, searchtype, qclass, 0, now, 0); in find_closest_of_type() 237 if(!rrset && searchtype == LDNS_RR_TYPE_DNAME) in find_closest_of_type() 241 qnamelen, searchtype, qclass, in find_closest_of_type() 262 &qnamelen, searchtype, qclass, now, expiretop, in find_closest_of_type() 270 searchtype, qclass, 0, now, 0))) { in find_closest_of_type() 274 …(VERB_ALGO, "ignoring rrset because expired rrsets exist above it", origqname, searchtype, qclass); in find_closest_of_type()
|