Home
last modified time | relevance | path

Searched defs:module_env (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/sbin/unwind/libunbound/util/
Dmodule.h334 struct module_env { struct
337 struct config_file* cfg;
339 struct slabhash* msg_cache;
341 struct rrset_cache* rrset_cache;
343 struct infra_cache* infra_cache;
345 struct key_cache* key_cache;
380 struct outbound_entry* (*send_query)(struct query_info* qinfo,
394 void (*detach_subs)(struct module_qstate* qstate);
418 int (*attach_sub)(struct module_qstate* qstate,
448 int (*add_sub)(struct module_qstate* qstate,
[all …]
/openbsd/src/usr.sbin/unbound/util/
Dmodule.h334 struct module_env { struct
337 struct config_file* cfg;
339 struct slabhash* msg_cache;
341 struct rrset_cache* rrset_cache;
343 struct infra_cache* infra_cache;
345 struct key_cache* key_cache;
380 struct outbound_entry* (*send_query)(struct query_info* qinfo,
394 void (*detach_subs)(struct module_qstate* qstate);
418 int (*attach_sub)(struct module_qstate* qstate,
448 int (*add_sub)(struct module_qstate* qstate,
[all …]