Home
last modified time | relevance | path

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

/src/contrib/unbound/services/
H A Dmodstack.h44 struct module_func_block;
54 struct module_func_block** mod;
94 struct module_func_block* module_factory(const char** str);
H A Dmodstack.c123 stack->mod = (struct module_func_block**)calloc((size_t) in modstack_config()
124 stack->num, sizeof(struct module_func_block*)); in modstack_config()
182 typedef struct module_func_block* (*fbgetfunctype)(void);
188 static struct module_func_block* (*fb[])(void) = { in module_funcs_avail()
216 module_func_block* module_factory(const char** str) in module_factory()
/src/contrib/unbound/dns64/
H A Ddns64.h50 struct module_func_block *dns64_get_funcblock(void);
H A Ddns64.c1049 static struct module_func_block dns64_block = {
1058 struct module_func_block *
/src/contrib/unbound/ipsecmod/
H A Dipsecmod.h95 struct module_func_block* ipsecmod_get_funcblock(void);
H A Dipsecmod.c617 static struct module_func_block ipsecmod_block = {
623 struct module_func_block*
/src/contrib/unbound/ipset/
H A Dipset.h76 struct module_func_block* ipset_get_funcblock(void);
H A Dipset.c492 static struct module_func_block ipset_block = {
498 struct module_func_block * ipset_get_funcblock(void) { in ipset_get_funcblock()
/src/contrib/unbound/cachedb/
H A Dcachedb.h112 struct module_func_block* cachedb_get_funcblock(void);
H A Dcachedb.c988 static struct module_func_block cachedb_block = {
994 struct module_func_block*
/src/contrib/unbound/validator/
H A Dvalidator.h240 struct module_func_block* val_get_funcblock(void);
H A Dvalidator.c3517 static struct module_func_block val_block = {
3523 struct module_func_block*
/src/contrib/unbound/edns-subnet/
H A Dsubnetmod.h122 struct module_func_block* subnetmod_get_funcblock(void);
H A Dsubnetmod.c1150 static struct module_func_block subnetmod_block = {
1156 struct module_func_block*
/src/contrib/unbound/dynlibmod/
H A Ddynlibmod.c298 static struct module_func_block dynlibmod_block = {
304 struct module_func_block* dynlibmod_get_funcblock(void) in dynlibmod_get_funcblock()
H A Ddynlibmod.h48 struct module_func_block* dynlibmod_get_funcblock(void);
/src/contrib/unbound/iterator/
H A Diterator.h497 struct module_func_block* iter_get_funcblock(void);
H A Diterator.c4558 static struct module_func_block iter_block = {
4564 struct module_func_block*
/src/contrib/unbound/respip/
H A Drespip.h204 struct module_func_block* respip_get_funcblock(void);
H A Drespip.c1282 static struct module_func_block respip_block = {
1288 struct module_func_block*
/src/contrib/unbound/util/
H A Dmodule.h720 struct module_func_block { struct
/src/contrib/unbound/smallapp/
H A Dunbound-checkconf.c132 check_mod(struct config_file* cfg, struct module_func_block* fb) in check_mod()