Home
last modified time | relevance | path

Searched refs:module_func_block (Results 1 – 20 of 20) sorted by relevance

/freebsd-12.1/contrib/unbound/services/
H A Dmodstack.h44 struct module_func_block;
54 struct module_func_block** mod;
77 struct module_func_block* module_factory(const char** str);
H A Dmodstack.c110 stack->mod = (struct module_func_block**)calloc((size_t) in modstack_config()
111 stack->num, sizeof(struct module_func_block*)); in modstack_config()
163 typedef struct module_func_block* (*fbgetfunctype)(void);
169 static struct module_func_block* (*fb[])(void) = { in module_funcs_avail()
194 module_func_block* module_factory(const char** str) in module_factory()
/freebsd-12.1/contrib/unbound/dns64/
H A Ddns64.h50 struct module_func_block *dns64_get_funcblock(void);
H A Ddns64.c1020 static struct module_func_block dns64_block = {
1029 struct module_func_block *
/freebsd-12.1/contrib/unbound/ipset/
H A Dipset.h72 struct module_func_block* ipset_get_funcblock(void);
H A Dipset.c374 static struct module_func_block ipset_block = {
380 struct module_func_block * ipset_get_funcblock(void) { in ipset_get_funcblock()
/freebsd-12.1/contrib/unbound/ipsecmod/
H A Dipsecmod.h95 struct module_func_block* ipsecmod_get_funcblock(void);
H A Dipsecmod.c599 static struct module_func_block ipsecmod_block = {
605 struct module_func_block*
/freebsd-12.1/contrib/unbound/cachedb/
H A Dcachedb.h111 struct module_func_block* cachedb_get_funcblock(void);
H A Dcachedb.c846 static struct module_func_block cachedb_block = {
852 struct module_func_block*
/freebsd-12.1/contrib/unbound/edns-subnet/
H A Dsubnetmod.h97 struct module_func_block* subnetmod_get_funcblock(void);
H A Dsubnetmod.c848 static struct module_func_block subnetmod_block = {
853 struct module_func_block*
/freebsd-12.1/contrib/unbound/validator/
H A Dvalidator.h247 struct module_func_block* val_get_funcblock(void);
H A Dvalidator.c3267 static struct module_func_block val_block = {
3273 struct module_func_block*
/freebsd-12.1/contrib/unbound/iterator/
H A Diterator.h424 struct module_func_block* iter_get_funcblock(void);
H A Diterator.c3940 static struct module_func_block iter_block = {
3946 struct module_func_block*
/freebsd-12.1/contrib/unbound/respip/
H A Drespip.h192 struct module_func_block* respip_get_funcblock(void);
H A Drespip.c1253 static struct module_func_block respip_block = {
1259 struct module_func_block*
/freebsd-12.1/contrib/unbound/util/
H A Dmodule.h671 struct module_func_block { struct
/freebsd-12.1/contrib/unbound/smallapp/
H A Dunbound-checkconf.c129 check_mod(struct config_file* cfg, struct module_func_block* fb) in check_mod()