Searched refs:searchtype (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/unbound/services/cache/ |
| H A D | rrset.c | 451 qnamelen, uint16_t searchtype, uint16_t qclass, time_t now, uint8_t* in rrset_cache_remove_above() argument 473 *qnamelen, searchtype, qclass, 0, 0, 0))) { in rrset_cache_remove_above() 482 *qname, searchtype, qclass); in rrset_cache_remove_above() 486 *qname, searchtype, qclass); in rrset_cache_remove_above() 489 rrset_cache_remove(r, *qname, *qnamelen, searchtype, qclass, 0); in rrset_cache_remove_above() 495 qnamelen, uint16_t searchtype, uint16_t qclass, time_t now, uint8_t* in rrset_cache_expired_above() argument 511 *qnamelen, searchtype, qclass, 0, 0, 0))) { in rrset_cache_expired_above() 517 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 | 209 uint16_t qclass, time_t now, uint16_t searchtype, int stripfront, in find_closest_of_type() argument 225 qnamelen, searchtype, qclass, 0, now, 0))) { in find_closest_of_type() 244 &qnamelen, searchtype, qclass, now, expiretop, in find_closest_of_type() 252 searchtype, qclass, 0, now, 0))) { in find_closest_of_type() 256 …(VERB_ALGO, "ignoring rrset because expired rrsets exist above it", origqname, searchtype, qclass); in find_closest_of_type()
|