Home
last modified time | relevance | path

Searched refs:searchtype (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/unbound/services/cache/
H A Drrset.c449 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 Drrset.h246 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 Ddns.c199 uint16_t qclass, time_t now, uint16_t searchtype, int stripfront, in find_closest_of_type() argument
215 qnamelen, searchtype, qclass, 0, now, 0))) { in find_closest_of_type()
234 &qnamelen, searchtype, qclass, now, expiretop, in find_closest_of_type()
242 searchtype, qclass, 0, now, 0))) { in find_closest_of_type()
246 …(VERB_ALGO, "ignoring rrset because expired rrsets exist above it", origqname, searchtype, qclass); in find_closest_of_type()
/freebsd/contrib/libucl/m4/
H A Dax_lua.m4427 local searchtype = "$3"
429 if searchtype == "script" then
431 elseif searchtype == "module" then