Searched refs:searchtype (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/unbound/services/cache/ |
H A D | rrset.c | 449 qnamelen, uint16_t searchtype, uint16_t qclass, time_t now, uint8_t* in rrset_cache_remove_above() argument 471 *qnamelen, searchtype, qclass, 0, 0, 0))) { in rrset_cache_remove_above() 480 *qname, searchtype, qclass); in rrset_cache_remove_above() 484 *qname, searchtype, qclass); in rrset_cache_remove_above() 487 rrset_cache_remove(r, *qname, *qnamelen, searchtype, qclass, 0); in rrset_cache_remove_above() 493 qnamelen, uint16_t searchtype, uint16_t qclass, time_t now, uint8_t* in rrset_cache_expired_above() argument 509 *qnamelen, searchtype, qclass, 0, 0, 0))) { in rrset_cache_expired_above() 515 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()
|
/freebsd/contrib/libucl/m4/ |
H A D | ax_lua.m4 | 427 local searchtype = "$3" 429 if searchtype == "script" then 431 elseif searchtype == "module" then
|