Home
last modified time | relevance | path

Searched refs:msgreply_entry (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/unbound/services/cache/
H A Ddns.c160 struct msgreply_entry* e; in dns_cache_store_msg()
281 struct msgreply_entry*
302 return (struct msgreply_entry*)e->key; in msg_cache_lookup()
312 struct msgreply_entry* neg; in find_add_addrs()
372 struct msgreply_entry* neg; in cache_fill_missing()
910 struct msgreply_entry* key = (struct msgreply_entry*)e->key; in dns_cache_lookup()
1066 struct msgreply_entry* e = msg_cache_lookup(env, in dns_cache_store()
1147 struct msgreply_entry* msg; in dns_cache_prefetch_adjust()
H A Ddns.h264 struct msgreply_entry* msg_cache_lookup(struct module_env* env,
/freebsd/contrib/unbound/iterator/
H A Diter_delegpt.h51 struct msgreply_entry;
377 void delegpt_add_neg_msg(struct delegpt* dp, struct msgreply_entry* msg);
H A Diter_delegpt.c559 void delegpt_add_neg_msg(struct delegpt* dp, struct msgreply_entry* msg) in delegpt_add_neg_msg()
H A Diterator.c309 struct msgreply_entry* msg; in error_response_cache()
/freebsd/contrib/unbound/util/data/
H A Dmsgreply.c692 struct msgreply_entry* q = (struct msgreply_entry*)k; in msgreply_sizefunc()
694 size_t s = sizeof(struct msgreply_entry) + sizeof(struct reply_info) in msgreply_sizefunc()
705 struct msgreply_entry* q = (struct msgreply_entry*)k; in query_entry_delete()
734 struct msgreply_entry*
738 struct msgreply_entry* e = (struct msgreply_entry*)malloc( in query_info_entrysetup()
739 sizeof(struct msgreply_entry)); in query_info_entrysetup()
H A Dmsgreply.h244 struct msgreply_entry { struct
383 struct msgreply_entry* query_info_entrysetup(struct query_info* q,
/freebsd/contrib/unbound/edns-subnet/
H A Dsubnetmod.c79 struct msgreply_entry *q = (struct msgreply_entry*)k; in msg_cache_sizefunc()
81 size_t s = sizeof(struct msgreply_entry) in msg_cache_sizefunc()
203 struct msgreply_entry *e = (struct msgreply_entry*)key; in subnet_markdel()
358 struct msgreply_entry *mrep_entry; in update_cache()
/freebsd/contrib/unbound/daemon/
H A Dremote.c1867 struct msgreply_entry* k = (struct msgreply_entry*)e->key; in zone_del_msg()
1970 &((struct msgreply_entry*)e->key)->key); in bogus_del_msg()
2054 &((struct msgreply_entry*)e->key)->key); in negative_del_msg()
/freebsd/contrib/unbound/services/
H A Dmesh.c320 struct msgreply_entry* key; in mesh_serve_expired_lookup()
330 key = (struct msgreply_entry*)e->key; in mesh_serve_expired_lookup()
/freebsd/contrib/unbound/validator/
H A Dvalidator.c2438 struct msgreply_entry* e; in processFinished()